Closed bcutter closed 6 months ago
Edit: even with the light removed from AL integraiton it seems the issue persists:
I wonder why it made a difference to my first discovery earlier today with
If the switch.adaptive_lighting is disabled, the light does NOT (!) get turned on again.
Can someone please have a look at the debug log and tell me what to conclude of it?
Latest update:
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- service: adaptive_lighting.set_manual_control
data:
manual_control: false
entity_id: switch.adaptive_lighting
lights: light.licht_aussenbereich_alle
- service: input_boolean.turn_off
data: {}
target:
entity_id: input_boolean.licht_aussenbereich_nachtmodus
- service: light.turn_off
data:
transition: 1
target:
entity_id: light.licht_aussenbereich_alle
- delay:
hours: 0
minutes: 0
seconds: 30
milliseconds: 0
- service: input_boolean.turn_off
data: {}
target:
entity_id: input_boolean.licht_aussenbereich_nachtmodus
- service: light.turn_off
data:
transition: 1
target:
entity_id: light.licht_aussenbereich_alle
- service: adaptive_lighting.set_manual_control
data:
manual_control: false
entity_id: switch.adaptive_lighting
lights: light.licht_aussenbereich_alle
So basically what I just did is:
And the result: the issue seems to have disappeared.
I need to test this a bit longer to see if it actually resolved the issue this way.
As neither the automation nor Adaptive Lighting integration updated but only deCONZ got updated, my theory is that deCONZ handles things a bit different which now conflicts with the Adaptive Lighting behavior so the actual order gets important.
In detail I have no idea why it makes a difference from an AL view if the light is turned off first and then the manual control is turned off, or vice versa. But obviously it does...
I can confirm this issue... but the random light in question is an ikea rgb tradfri...no color_temperature
I think this issue template is outdated. I don't have a YAML for my AL configuration, it's all done in the UI!
The template isn't outdated, you can put a screenshot of your ui config or look at hass's entity output under developer. Some users use yaml to configure their adaptive lighting switches
[Copy pasting this message in a few recent open issues]
I just wanted to take a moment to express my heartfelt thanks to everyone that is active in this repo. Your contributions, from answering questions to addressing issues, have been invaluable. It's amazing to see how supportive and helpful our community is!
Adaptive Lighting is all about enhancing your living spaces with smart, sunlight-responsive lighting. We've had quite a few discussions and open issues recently, and I see this as a positive sign of our community's engagement and growth. If you come across anything in the documentation that's unclear or if you have suggestions for improvement, please don't hesitate to share!. Your feedback is crucial for making Adaptive Lighting better for everyone.
On a personal note, I've recently welcomed twin boys into my family, which has been an incredible and life-changing experience. As you can imagine, my time is now more limited, and while I'm doing my best to keep up with the project, there may be delays in my responses. I appreciate your understanding and patience during this time.
Rest assured, I'm fully committed to addressing any bugs, especially those related to new Home Assistant updates, as swiftly as possible. I understand that many issues may stem from hardware limitations or misunderstandings about things like Zigbee groups. Your continued support and collaboration in helping each other out not only strengthen our community but also enhance the Adaptive Lighting experience for all.
Thank you once again for your understanding, patience, and support. Let's keep our houses well lit and adaptive for maximal enjoyment of life! 🌞🏠🌙
Note regarding https://github.com/basnijholt/adaptive-lighting/issues/920#issuecomment-1937903397: did not happen again.
If this is resolved, I would close the issue to keep @basnijholt sane :).
I'd do so as my specific issue seems to be solved. Did not close this issue yet because of e. g. @alinelena sending a +1 on this at https://github.com/basnijholt/adaptive-lighting/issues/920#issuecomment-1938123299.
I have retired my rgb ideas changed to some cheap tuya... and did not see any issue... by the way using deconz too
Home Assistant Adaptive Lighting Issue Template
Bug Reports
If you need help with using or configuring Adaptive Lighting, please open a Q&A discussion thread here instead.
Before submitting a bug report, please follow these troubleshooting steps:
Please confirm that you have completed the following steps:
Required information for bug reports:
Please include the following information in your issue.
Issues missing this information may not be addressed.
I think this issue template is outdated. I don't have a YAML for my AL configuration, it's all done in the UI!
So manually:
(If using Zigbee2MQTT), provide your configuration files (remove all personal information before posting):
devices.yaml
groups.yaml
configuration.yaml
⚠️; Warning REMOVE ALL of the PERSONAL INFORMATION BELOW before posting ⚠️;server
:user
:password
:pan_id
:network_key
:log_syslog
if you use thisDescribe the bug and how to reproduce it:
If AL is enabled, one light is turned on 1 to 2 minutes after it has been turned off (by an automation).
Currently only one light, a Classic A60 W clear - LIGHTIFY is affected by this.
Right after step 3:
If the
switch.adaptive_lighting
is disabled, the light does NOT (!) get turned on again.Even the only recent change (next to updating HA OS which is irrelevant) was updating deCONZ from 2.22.2 to 2.25.3 right before I discovered this issue, the fact that with disabled
switch.adaptive_lighting
the issue does not exist, despite everything stated at https://github.com/basnijholt/adaptive-lighting?tab=readme-ov-file#sos-troubleshooting still feels like AL is a part of the problem. At least and hopefully with the provided debug log you can guide me to the right direction!More details (initial report) at https://github.com/basnijholt/adaptive-lighting/issues/85#issuecomment-1937398887