Linking MagicHome lamp to Vera Via Node-red

Unsure what you have tried.
maybe something like this.

{
    "color": {
        "red": 255,
        "green": 0,
        "blue": 0
    },
    "warm_white": 0,
    "cool_white": 0
}

omit whites colours when sending rgb and visa versa.

Nope, still nothing. If you look at the screenshots that Marvo2011 posted in his bug report, the type of bulb being returned from the status node is 68, however, the type that is returned from my bulbs is 53. I’m thinking there are several types of bulbs, and they might have different command sets. The one this node is written for is 68 and it’s not working with the type 53 that mine are. If that’s the case, then it will probably never work unless the node code is written for that type of bulb.

Again, this is not a big deal as I have everything working the way I want. I’m just the type of person who wants to understand as much as I can and get things to work the way they’re supposed to. :slightly_smiling_face:

Thanks for all your help on this!