Dirnei / node-red-contrib-zigbee2mqtt-devices

Node-red nodes for controlling and managing zigbee devices managed by zigbee2mqtt
MIT License
30 stars 7 forks source link

Styra Dimmer (1) not recognized and (2) button presses not registered #137

Open svenschuldt opened 6 months ago

svenschuldt commented 6 months ago

Hi,

first of all thanks for these great nodes! I have two issue though, where I cannot get my head around.

(1) I am using the IKEA STYRBAR remote control, Model E2001/E2002, as an EndDevice. Setup in Zigbee2mqtt as shown: image The bridge is my mqtt broker, which works on a standard generic-lamp node configuration. However, the Styrbar node shows "No devices found after filtering! Used Filter: (Vendor: ikea, Model: e2001, Type: enddevice)". I have played around with changes on the broker, but that did not help. So I ended up using the "manual entry" using the IEEE address: image This shows the node to be connected: image

(2) However, I have attached two Debug Nodes and none of them report any output while pressing brightness-up or -down on the remote, actually not output while pressing any button.

I am sure the mistake is on my side, but any hint would be great!

Thanks!