adaptive-lighting
adaptive-lighting copied to clipboard
Failing to detect manual control changes via Govee App on Recessed Lights
Please confirm that you have completed the following steps:
- [x] I have updated to the latest Adaptive Lighting version available in HACS.
- [x] I have reviewed the Troubleshooting Section in the README.
- [x] (If using Zigbee2MQTT) I have read the Zigbee2MQTT troubleshooting guide in the README.
- [x] I have checked the V2 Roadmap and open issues to ensure my issue isn't a duplicate.
Required information for bug reports:
- Debug logs captured while the issue occurred. [See here for instructions on enabling debug logging]
govee-al-recessed.txt. Please let me know if you need more details logs.
Config Before reproduce:
lights:
- light.group_recessed_dining_room
- light.group_recessed_lights_kitchen
- light.group_recessed_lights_play_area
- light.sink_downlight_4_2
interval: 30
transition: 45
initial_transition: 1
min_brightness: 16
max_brightness: 50
min_color_temp: 2000
max_color_temp: 5000
prefer_rgb_color: false
sleep_brightness: 1
sleep_rgb_or_color_temp: rgb_color
sleep_color_temp: 1000
sleep_rgb_color:
- 255
- 0
- 0
sleep_transition: 1
transition_until_sleep: false
sunrise_time: null
min_sunrise_time: null
max_sunrise_time: null
sunrise_offset: 0
sunset_time: null
min_sunset_time: null
max_sunset_time: null
sunset_offset: 0
brightness_mode: default
brightness_mode_time_dark: 900
brightness_mode_time_light: 3600
take_over_control: true
detect_non_ha_changes: true
autoreset_control_seconds: 10800
only_once: false
adapt_only_on_bare_turn_on: false
separate_turn_on_commands: false
send_split_delay: 0
adapt_delay: 0
skip_redundant_commands: true
intercept: true
multi_light_intercept: true
include_config_in_attributes: true
name: Recessed
Config After Reproduce (no change):
lights:
- light.group_recessed_dining_room
- light.group_recessed_lights_kitchen
- light.group_recessed_lights_play_area
- light.sink_downlight_4_2
interval: 30
transition: 45
initial_transition: 1
min_brightness: 16
max_brightness: 50
min_color_temp: 2000
max_color_temp: 5000
prefer_rgb_color: false
sleep_brightness: 1
sleep_rgb_or_color_temp: rgb_color
sleep_color_temp: 1000
sleep_rgb_color:
- 255
- 0
- 0
sleep_transition: 1
transition_until_sleep: false
sunrise_time: null
min_sunrise_time: null
max_sunrise_time: null
sunrise_offset: 0
sunset_time: null
min_sunset_time: null
max_sunset_time: null
sunset_offset: 0
brightness_mode: default
brightness_mode_time_dark: 900
brightness_mode_time_light: 3600
take_over_control: true
detect_non_ha_changes: true
autoreset_control_seconds: 10800
only_once: false
adapt_only_on_bare_turn_on: false
separate_turn_on_commands: false
send_split_delay: 0
adapt_delay: 0
skip_redundant_commands: true
intercept: true
multi_light_intercept: true
include_config_in_attributes: true
name: Recessed
-
N/A
-
Describe the bug and how to reproduce it: For some reason, these specific lights are not detecting manual control properly when triggered outside of HA. I have other Govee lights (light strips) and Hue (bulbs & light strips) that do not have this problem, but these Govee Recessed lights (Model H601A & H601B) appear to work a bit differently with AL.
[Pass] HA Manual Control
- Change Recessed Lights HA Group to Green
- Check AL Recessed Config
- Observe Manual control set (expected)
- Wait for AL interval, no adaption (expected)
[Fail] External Manual Control (Govee App)
- Change Recessed Lights HA Group to Green
- Check AL Recessed Config
- Observe Manual control NOT set (not expected)
- Wait for AL interval, adaption still happens (not expected)
- Steps to reproduce the behavior:
- Restart HA to clear logs
- Enable Debug Logs
- Perform above [FAIL] test case
- Grab logs