zigbee2mqtt icon indicating copy to clipboard operation
zigbee2mqtt copied to clipboard

3460-L Sending On/OFF Payload to a lightswitch

Open KyleStilkey opened this issue 6 months ago • 1 comments

What happened?

With latest update release, hitting the Iris button sends a payload to my Light Switch which is a Xiaomi WS-USC04. Unsure on why this is happening, but I sent the logs in here showing it seems to send a On/Off at the same time to the button but also the IRIS button.

I have 3 currently connect and all 3 Iris buttons act this way and send a off/on command to my light switch as well.

What did you expect to happen?

Nothing should have happened (current have no automations set up), or a action should have happened (set one up and it still sends a payload to one of my light switches).

How to reproduce it (minimal and precise)

Add the button and click it.

Zigbee2MQTT version

1.35.0

Adapter firmware version

6.10.3.0 build 297

Adapter

Sonoff zigbee 3.0 Dongle E

Debug log

Info 2024-01-01 23:07:18MQTT publish: topic 'zigbee2mqtt/Iris Button 2', payload '{"action":"on","battery":100,"linkquality":184,"temperature":10.02,"voltage":2800}' Info 2024-01-01 23:07:18MQTT publish: topic 'zigbee2mqtt/Iris Button 2', payload '{"action":"","battery":100,"linkquality":184,"temperature":10.02,"voltage":2800}' Info 2024-01-01 23:07:18MQTT publish: topic 'zigbee2mqtt/Iris Button 2/action', payload 'on' Info 2024-01-01 23:07:18MQTT publish: topic 'zigbee2mqtt/Office Light Switch', payload '{"action":null,"consumption":17.745708465576172,"current":0.23108108520507814,"device_temperature":14,"energy":17.75,"flip_indicator_light":"OFF","linkquality":188,"operation_mode_bottom":null,"operation_mode_top":null,"power":1.35,"power_outage_count":13,"power_outage_memory":null,"state":"OFF","state_bottom":"ON","state_top":"ON","update":{"installed_version":31,"latest_version":31,"state":"idle"},"update_available":false,"voltage":111}' Info 2024-01-01 23:07:18MQTT publish: topic 'zigbee2mqtt/Iris Button 2', payload '{"action":"off","battery":100,"linkquality":188,"temperature":10.02,"voltage":2800}' Info 2024-01-01 23:07:18MQTT publish: topic 'zigbee2mqtt/Iris Button 2', payload '{"action":"","battery":100,"linkquality":188,"temperature":10.02,"voltage":2800}' Info 2024-01-01 23:07:18MQTT publish: topic 'zigbee2mqtt/Iris Button 2/action', payload 'off' '{"energy":176.63,"linkquality":140,"power":1357.1,"state":"ON"}' Info 2024-01-01 23:07:18MQTT publish: topic 'zigbee2mqtt/Office Light Switch', payload '{"action":null,"consumption":17.745708465576172,"current":0.23108108520507814,"device_temperature":14,"energy":17.75,"flip_indicator_light":"OFF","linkquality":188,"operation_mode_bottom":null,"operation_mode_top":null,"power":1.35,"power_outage_count":13,"power_outage_memory":null,"state":"OFF","state_bottom":"ON","state_top":"OFF","update":{"installed_version":31,"latest_version":31,"state":"idle"},"update_available":false,"voltage":111}'

Here is what happens when I click the button, as you can see it seems to send a on off payload and for some reason it's sending a on off state to my Office Light Switch which is a Xiaomi WS-USC04.

KyleStilkey avatar Jan 02 '24 04:01 KyleStilkey