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

Ikea v2 remote filter broken MQTT messages #92

Closed Andreas-Huber closed 3 years ago

Andreas-Huber commented 3 years ago

Added the same filter for undefined actions as in the Ikea remote to the Ikea V2 remote. Behavior should be the same, just with the output handler. I tested it, and the normal use case still works - however, I could not reproduce the issue you showed me in the logs.

@Dirnei According to your logs these messages come all at the same time - would this not result in multiple messages if lets say:

If all three events are published for the same click, the node would send two clicks. Should we not just ignore everything where the action is not filled?

image