AL works when HA Light group is manually turned on via HA app but not when turned on via an automation
kind/bugkind/featureneed/triage
# Home Assistant Adaptive Lighting Issue Template
I made dicussion post but I think it may be a bug, please see here for screenshots of my adaptive lighting and automation settings:
https://github.com/basnijholt/adaptive-lighting/discussions/1374
This used to work. I'm not sure if I changed anything that would have affected this on my side..
I have tried:
- restarting home assistant
- reloading the AL instance
- Playing around with AL settings
I am using latest version of home assistant and adaptive lighting. I am also using Zigbee2MQTT. All lights and motion sensor night lights are ThirdReality bramd
## Bug Reports
### Required information for bug reports:
Please include the following information in your issue.
*Issues missing this information may not be addressed.*
1. **Debug logs** captured while the issue occurred. [See here for instructions on enabling debug logging](https://github.com/basnijholt/adaptive-lighting#troubleshooting):
```
```
2. [Your Adaptive Lighting configuration](https://github.com/basnijholt/adaptive-lighting#gear-configuration):
Please see here for screenshots: https://github.com/basnijholt/adaptive-lighting/discussions/1374
3. (If using Zigbee2MQTT), provide your configuration files (**remove all personal information before posting**):
version: 4
mqtt:
base_topic: zigbee2mqtt
server: mqtt://core-mosquitto:1883
user: x
password: x
serial:
adapter: zstack
baudrate: 115200
rtscts: false
port: tcp://xx.xx.xxx:7638
advanced:
transmit_power: 20
log_level: info
channel: 26
network_key:
-
pan_id: 43300
ext_pan_id:
-
frontend:
enabled: true
port: 8099
homeassistant:
enabled: true
devices:
friendly_name: FL1 Living RM TV lamp (2MQ)
description: ''
friendly_name: FL1 Master WR 1 ceiling lights (2MQ)
friendly_name: FL1 Kitchen front door contact sensor (2MQ)
friendly_name: FL1 Master BDR 1 night light (2MQ)
friendly_name: FL1 Kitchen Night Light Sensor (2MQ)
friendly_name: FL1 Kitchen entrance ceiling light 1 (2MQ)
friendly_name: FL1 Kitchen ceiling light 5 (2MQ)
friendly_name: FL1 Kitchen ceiling light 1 (2MQ)
friendly_name: FL1 Kitchen ceiling light 2 (2MQ)
friendly_name: FL1 Kitchen ceiling light 4 (2MQ)
friendly_name: FL1 Kitchen ceiling light 3 (2MQ)
groups:
'1':
friendly_name: 'FL1: Living room all (2MQ LG)'
'2':
friendly_name: 'FL1: Master WR 1 ceiling lights (2MQ LG)'
'3':
friendly_name: 'Outdoor: Garden front (2MQ LG)'
'4':
friendly_name: 'Outdoor: Garden back (2MQ LG)'
'5':
friendly_name: 'Outdoor: House exterior front (2MQ LG)'
'6':
friendly_name: 'Outdoor: House exterior back (2MQ LG)'
'7':
friendly_name: 'FL1: Living room ceiling lights (2MQ LG)'
'8':
friendly_name: 'FL1: Master BDR 1 all (2MQ LG)'
'9':
friendly_name: 'FL1: Master BDR 1 ceiling lights (2MQ LG)'
'10':
friendly_name: 'FL1: Master WR 1 all (2MQ LG)'
'11':
friendly_name: 'FL1: Living room lamps (2MQ LG)'
'12':
friendly_name: 'FL1: Master BDR 1 night lights (2MQ LG)'
'13':
friendly_name: 'FL1: Master BDR 1 lamps (2MQ LG)'
'14':
friendly_name: 'FL1: Kitchen ceiling lights (2MQ LG)'
'15':
friendly_name: 'FL1: Kitchen all (2MQ LG)'
'16':
friendly_name: 'FL1: Kitchen chandelier (2MQ LG)'
'17':
friendly_name: 'FL1: Kitchen cabinets (2MQ LG)'
'18':
friendly_name: 'FL1: Kitchen night lights (2MQ LG)'
4. Describe the bug and how to reproduce it:
- Create an automation to turn on lights via motion sensor. Light is activated by motion sensor but adaptive lighting does not update the brightness or color of the lights.
5. Steps to reproduce the behavior:
22 条评论