Issue with driver not sure how to report it

Hi @montyfert

I remember that the problem that existed with the sonoff switch zigbee Mini was that it sent duplicate messages:

  • For On send one with value = true and another with value = 1
  • For Off it sent one with value= false and other with value=0

The standard is true and false.

The solution I applied was not to emit events when a value=0 or value=1 was received.

In the logs that you send, only values 1 and 0 are received and therefore no on and off events are emitted.

Will they have changed the firmware of the newer switches?

With the stock zigbee switch driver it doesn’t work either, does it?

Have they changed something in the lua zigbee libraries?

@Paul_Oliver please, Do the sonoff mini still work well for you?

1 Like