hobbyquaker / node-red-contrib-zigbee

Node-RED Nodes for ZigBee Devices 🐝
MIT License
86 stars 15 forks source link

Сhanging bulbs state not correct #99

Open Axedem opened 4 years ago

Axedem commented 4 years ago

I use Converter node for set bulbs state. When i send { state: "OFF" } bulbs is turned off But in response i get {state: "ON", linkquality: 28} image ("isResponse" is mine prop)

If i trying send { state: "OFF" } again. I get correct (lamp is off) state. If i request current state, i get same correct result. image

image

I also trying to use hue node, and this work correct: State is changing, lamp is turned on/off, response is correct.

Thanks!

Axedem commented 4 years ago

Same problem with another brand bulb.

Sometimes converter returns correct state.