You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently added some newer model Govee lights; they all support Matter, but I prefer to support them via this add-on for the advanced features. They were picked up and are controllable by the integration for basic on/off and RGB control. However, I have not been able to control the effects at all.
The main observation is that my older H619C and H6076 all have a long list of supported items in attribute effects_list. However on these newer lights, the value for that attribute is returned as null.
Startup Diagnostics
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
GOVEE_API_KEY=REDACTED
GOVEE_MQTT_HOST=core-mosquitto
GOVEE_TEMPERATURE_SCALE=F
GOVEE_EMAIL=REDACTED
GOVEE_PASSWORD=REDACTED
GOVEE_MQTT_PASSWORD=REDACTED
GOVEE_MQTT_USER=addons
GOVEE_MQTT_PORT=1883
++ cd /app
++ exec /app/govee serve
[2024-12-13T12:41:11 INFO govee::commands::serve] Starting service. version 2024.07.13-82ddc6e9
[2024-12-13T12:41:11 INFO govee::commands::serve] Querying platform API for device list
[2024-12-13T12:41:14 INFO govee::commands::serve] Querying undocumented API for device + room list
[2024-12-13T12:41:15 INFO govee::service::iot] Connected to IoT: CONNACK code 0: Connection Accepted.
[2024-12-13T12:41:15 INFO govee::commands::serve] Starting LAN discovery
[2024-12-13T12:41:15 INFO govee::commands::serve] Waiting 10 seconds for LAN API discovery
[2024-12-13T12:41:15 INFO govee::service::iot] IoT (re)connected with status CONNACK code 0: Connection Accepted.
[2024-12-13T12:41:25 INFO govee::commands::serve] Devices returned from Govee's APIs
[2024-12-13T12:41:25 INFO govee::commands::serve] Permanent Lights Pro 1 (25:13:F5:04:25:D5:07:15 H706A)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.200
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..24)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Entrance") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H706A", icon: "mdi:light-bulb", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] DreamView T1 (8E:F8:D9:32:37:38:16:7D H6199)
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..15)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Living Room") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Floor Lights Milas BR (BD:CB:D4:AD:FC:32:AE:A7 H619C)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.208
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..15)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Mila’s Bedroom") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H619C", icon: "mdi:led-strip-variant", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Front Net Lights 2 (6A:BB:C0:29:7E:19:6C:8F H6811)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.82
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=None
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Entrance") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H6811", icon: "mdi:light-bulb", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Front Flood Lights (11:80:D4:0F:44:C6:63:87 H7057)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.142
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2700, 6500)) segment_rgb=Some(0..4)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Entrance") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H7057", icon: "mdi:light-bulb", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Floor Lights MBR (A6:BB:D4:AD:FC:32:AD:9C H619C)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.209
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..15)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Master Bedroom") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H619C", icon: "mdi:led-strip-variant", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Floor Lamp LR2 (FB:DE:D7:37:32:34:4B:77 H6076)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.205
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..7)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Living Room") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H6076", icon: "mdi:floor-lamp", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Floor Lamp LR1 (18:4E:D7:37:32:34:30:98 H6076)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.204
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..7)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Living Room") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H6076", icon: "mdi:floor-lamp", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Front Net Lights 1 (11:42:C0:29:76:19:23:48 H6811)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.98
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=None
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Entrance") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H6811", icon: "mdi:light-bulb", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::service::http] http server addr is 0.0.0.0:8056
[2024-12-13T12:42:00 INFO govee::service::hass] Wait 1.41s for hass to settle on 141 entity configs
[2024-12-13T12:42:02 INFO govee::service::hass] MQTT connected with status=CONNACK code 0: Connection Accepted.
Additional Logs
No response
Home Assistant Logs
No response
Anything else?
I have attempted to perform a light.turn_on with an Effect value that should work with the lights, but it does not result in any activity on the light itself.
As a troubleshooting step, I have purged the cache for the add-on.
Are there any other steps to ensure that the features of the lights are detected by the add-on?
The text was updated successfully, but these errors were encountered:
Govee Device SKU
H706A, H7057, H6811
Govee2MQTT Version
2024.07.13-82ddc6e9
Describe the issue
I recently added some newer model Govee lights; they all support Matter, but I prefer to support them via this add-on for the advanced features. They were picked up and are controllable by the integration for basic on/off and RGB control. However, I have not been able to control the effects at all.
The main observation is that my older H619C and H6076 all have a long list of supported items in attribute effects_list. However on these newer lights, the value for that attribute is returned as null.
Startup Diagnostics
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
GOVEE_API_KEY=REDACTED
GOVEE_MQTT_HOST=core-mosquitto
GOVEE_TEMPERATURE_SCALE=F
GOVEE_EMAIL=REDACTED
GOVEE_PASSWORD=REDACTED
GOVEE_MQTT_PASSWORD=REDACTED
GOVEE_MQTT_USER=addons
GOVEE_MQTT_PORT=1883
++ cd /app
++ exec /app/govee serve
[2024-12-13T12:41:11 INFO govee::commands::serve] Starting service. version 2024.07.13-82ddc6e9
[2024-12-13T12:41:11 INFO govee::commands::serve] Querying platform API for device list
[2024-12-13T12:41:14 INFO govee::commands::serve] Querying undocumented API for device + room list
[2024-12-13T12:41:15 INFO govee::service::iot] Connected to IoT: CONNACK code 0: Connection Accepted.
[2024-12-13T12:41:15 INFO govee::commands::serve] Starting LAN discovery
[2024-12-13T12:41:15 INFO govee::commands::serve] Waiting 10 seconds for LAN API discovery
[2024-12-13T12:41:15 INFO govee::service::iot] IoT (re)connected with status CONNACK code 0: Connection Accepted.
[2024-12-13T12:41:25 INFO govee::commands::serve] Devices returned from Govee's APIs
[2024-12-13T12:41:25 INFO govee::commands::serve] Permanent Lights Pro 1 (25:13:F5:04:25:D5:07:15 H706A)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.200
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..24)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Entrance") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H706A", icon: "mdi:light-bulb", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] DreamView T1 (8E:F8:D9:32:37:38:16:7D H6199)
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..15)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Living Room") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Floor Lights Milas BR (BD:CB:D4:AD:FC:32:AE:A7 H619C)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.208
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..15)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Mila’s Bedroom") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H619C", icon: "mdi:led-strip-variant", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Front Net Lights 2 (6A:BB:C0:29:7E:19:6C:8F H6811)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.82
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=None
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Entrance") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H6811", icon: "mdi:light-bulb", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Front Flood Lights (11:80:D4:0F:44:C6:63:87 H7057)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.142
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2700, 6500)) segment_rgb=Some(0..4)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Entrance") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H7057", icon: "mdi:light-bulb", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Floor Lights MBR (A6:BB:D4:AD:FC:32:AD:9C H619C)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.209
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..15)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Master Bedroom") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H619C", icon: "mdi:led-strip-variant", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Floor Lamp LR2 (FB:DE:D7:37:32:34:4B:77 H6076)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.205
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..7)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Living Room") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H6076", icon: "mdi:floor-lamp", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Floor Lamp LR1 (18:4E:D7:37:32:34:30:98 H6076)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.204
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..7)
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Living Room") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H6076", icon: "mdi:floor-lamp", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::commands::serve] Front Net Lights 1 (11:42:C0:29:76:19:23:48 H6811)
[2024-12-13T12:41:25 INFO govee::commands::serve] LAN API: ip=192.168.11.98
[2024-12-13T12:41:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2024-12-13T12:41:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=None
[2024-12-13T12:41:25 INFO govee::commands::serve] Undoc: room=Some("Entrance") supports_iot=true ble_only=false
[2024-12-13T12:41:25 INFO govee::commands::serve] Quirk { sku: "H6811", icon: "mdi:light-bulb", supports_rgb: true, supports_brightness: true, color_temp_range: Some((2000, 9000)), avoid_platform_api: false, ble_only: false, lan_api_capable: true, device_type: Light, platform_temperature_sensor_units: None, platform_humidity_sensor_units: None, iot_api_supported: true, show_as_preset_buttons: None }
[2024-12-13T12:41:25 INFO govee::commands::serve]
[2024-12-13T12:41:25 INFO govee::service::http] http server addr is 0.0.0.0:8056
[2024-12-13T12:42:00 INFO govee::service::hass] Wait 1.41s for hass to settle on 141 entity configs
[2024-12-13T12:42:02 INFO govee::service::hass] MQTT connected with status=CONNACK code 0: Connection Accepted.
Additional Logs
No response
Home Assistant Logs
No response
Anything else?
I have attempted to perform a light.turn_on with an Effect value that should work with the lights, but it does not result in any activity on the light itself.
As a troubleshooting step, I have purged the cache for the add-on.
Are there any other steps to ensure that the features of the lights are detected by the add-on?
The text was updated successfully, but these errors were encountered: