exen904
(Daniel)
January 10, 2023, 7:45am
1
I have a strange issue with the lights in my living room. No issues with any other room where I have Zigbee based lights (almost everyhwere) only in the living room. Everytime after I turn the lights off (there are 4), one of the lights turns on by itself. Most time its the same, but sometimes they switch between one of the two.
In the history report it only shows that the light was turned on by the Service light.turn_on
, no automation or anything. I switched from ZHA to Z2M some time ago and the issue stayed the same. So same behavior with both ZHA and Z2M.
Any Ideas whats going on here? Last night that even happend 2 times, normally its just one. So I woke up to the light still being on (again)
Coolhappy
(Brendan)
January 15, 2023, 10:41pm
2
Same here with one of my light in the entrance. In the logs it’s only Switched on. Im using z2mqtt!
Has anyone a idea?
image|283x500
exen904
(Daniel)
February 3, 2023, 9:01am
3
Little push here, problem still exists. Nobody got an Idea? That behaviour also only occurs in that one room. Also checked for areas in the devices, also none set.
1 Like
popch
(Philipp)
February 3, 2023, 10:02am
4
In both cases HomeKit turned the Deckenfluter off with Set state 0 and Dienst light.turn_on switched it on again about ten seconds later. Coincidence?
1 Like
exen904
(Daniel)
March 20, 2023, 9:21am
6
In that case, yes. Beauvoir was the same using only the HA companion app. In the meantime, I found the issue. Somehow the problem was generatet by Adaptive Lightning, I deleted the group, set it up from scratch and now the lights also stay off.
1 Like
Thanks a lot, I will test it right now. First I had the problem only with one Lamp, now there are several in the house. Will you report it back to adaptive lighting?
exen904
(Daniel)
March 27, 2023, 9:12am
8
Tbh I completely forgot about that. And I dont have any log files anymore from that time, otherwise I would
schmu
(Bryan)
August 10, 2023, 5:18am
9
@exen904 - How did you identify Adaptive Lighting being the cause? I have the same issue with philips hue and I do not have Adaptive lighting installed.
exen904
(Daniel)
August 11, 2023, 2:14pm
10
Pure coincidence, it was the only thing left that was controlling the lights that I did not take hands on
Seems like this has been a small but recurring issue for years? Skimming through github threads, it’s not clear to me whether this is a homebridge, ha, or z2mqtt issue
zigbee2mqtt bug thread (open):
opened 02:24AM - 02 Apr 24 UTC
problem
### What happened?
Sorry for the grammatically confusing title, hopefully it … will be clear below.
Sometimes I will send an "off" command to my bulb when the bulb is already off. This happens, for example, in home assistant scripts that turn off all the lights in a room when some lights are on but others are off, or if I press a smart button twice that turns off the light.
### What did you expect to happen?
If the IKEA bulb is off, and I publish `{"state": "OFF"}` to `zigbee2mqtt/My-Bulb-Name/set`, the light will remain off.
### How to reproduce it (minimal and precise)
1. Add IKEA Tradfri bulb (LED2103G5) to Zigbee2MQTT.
2. Update firmware to version 16777270 (Not sure if this is necessary or if this bug exists on old firmware.)
3. Turn bulb on.
4. Publish `{"state": "OFF"}` to `zigbee2mqtt/My-Bulb-Name/set`. **Bulb turns off as expected.**
5. Repeat step 4, publish another off message while bulb is already off. **Bulb does not remain off, instead, it turns on at very low brightness.**
### Zigbee2MQTT version
1.36.0 commit: 86ed71c
### Adapter firmware version
20210708
### Adapter
SONOFF Zigbee 3.0 USB Dongle Plus ZBDongle-P
### Setup
Official docker image on Raspberry Pi 3B+
### Debug log
_No response_
Home assistant bug thread (open):
opened 02:40PM - 28 Nov 23 UTC
integration: homekit
### The problem
After some recent update (not sure which one) I've been noticin… g strange issues with the HomeKit integration. I've noticed issues with two separate device types. One being a Vizio TV and one being a Z-wave smart plug.
I'm not sure if these are actually separate issues but it feels to me like they might be due to the same root issue.
**TV**
The TV is exposed to HomeKit so that I can change the volume in the Apple TV remote app. This has worked great until recently. At first I thought it might be an issue with Vizio since the TV just had a major update but now I'm not so sure.
The issue is that any action taken in the Apple TV remote app will turn the TV off.
As you can see in the logbook, the TV turns off when I take an action. Strangely enough HomeKit is sending a `turn_on` command which turns off the TV.
I think the issue here is twofold. The first issue is that the TV turns off when `turn_on` is sent and it's already turned on. I _think_ this is an issue with Vizio.
The second issue is that HomeKit doesn't seem to understand the TV is turned on which is why it sends `turn_on` when it is, in fact, already on.
I've also seen messages like `Den TV turned off triggered by HomeKit send command volume_down for Den TV`.
Lastly I'll note that changing the volume in the HA app works fine.
![IMG_9891](https://github.com/home-assistant/core/assets/102883/33cb370c-48d3-46c8-b378-4228f3b322ca)
**Smart Plug**
Another issue that happened was similar. Both me and my wife asked Siri to turn off the bedroom lights. This caused it to turn off only to turn back on directly after a short delay. Looking at the logbook you see a similar log to what Vizio logged.
![IMG_9887](https://github.com/home-assistant/core/assets/102883/5ce878fa-ee2d-4ace-972f-8afbe9aaabb3)
### What version of Home Assistant Core has the issue?
2023.11.3
### What was the last working version of Home Assistant Core?
_No response_
### What type of installation are you running?
Home Assistant OS
### Integration causing the issue
HomeKit
### Link to integration documentation on our website
https://www.home-assistant.io/integrations/homekit
### Diagnostics information
[home-assistant_homekit_2023-11-28T14-36-44.724Z.log](https://github.com/home-assistant/core/files/13489345/home-assistant_homekit_2023-11-28T14-36-44.724Z.log)
[home-assistant_vizio_2023-11-28T14-36-42.242Z.log](https://github.com/home-assistant/core/files/13489346/home-assistant_vizio_2023-11-28T14-36-42.242Z.log)
### Example YAML snippet
_No response_
### Anything in the logs that might be useful for us?
_No response_
### Additional information
_No response_