Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.75k stars 1.64k forks source link

Tradfri bulb Toggle when send multiple payloads with state:OFF #21448

Open ggtimtom opened 6 months ago

ggtimtom commented 6 months ago

What happened?

when i send the payload {"brightness":0,"state":"OFF"} several times, the bulb toggles ( light on on the first payload, light off on the second payload and so on).

TRADFRI bulb GU10 WS 345lm LED2005R5/LED2106R3

What did you expect to happen?

When i send {"brightness":0,"state":"OFF"} the bulb stays off when ist off

How to reproduce it (minimal and precise)

Send the payload {"brightness":0,"state":"OFF"} to the bulb several times, the bulb switches off, on, off, ...

Zigbee2MQTT version

1.35.3

Adapter firmware version

20210708

Adapter

sonoff ZB-Dongle - P

Setup

Addon on Homeassistant OS, Raspberry Pi

Debug log

No response

ggtimtom commented 6 months ago

in the status tab of the Z2M GUI the state is off, even when the bulb is bright.

{ "brightness": 0, "color_mode": "color_temp", "color_temp": 454, "color_temp_startup": 454, "level_config": { "on_level": 1 }, "linkquality": 75, "power_on_behavior": "on", "state": "OFF", "update": { "installed_version": 50331664, "latest_version": 50331664, "state": "idle" }, "color_options": null, "update_available": null }

ggtimtom commented 6 months ago

It also toggles when i only send brightness 0 or 1. When i send 2 it stays on.

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days