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
After the recent Gove2MQTT update the light no longer activates the Govee lighting effects. Normal lighting modes work, but setting it to any effect just does nothing.
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
[2025-01-02T11:02:07 INFO govee::commands::serve] Starting service. version 2025.01.01-ae1f0cc1
[2025-01-02T11:02:07 INFO govee::commands::serve] Querying platform API for device list
[2025-01-02T11:02:07 INFO govee::commands::serve] Querying undocumented API for device + room list
[2025-01-02T11:02:08 INFO govee::service::iot] Connected to IoT: aqm3wd1qlc3dy-ats.iot.us-east-1.amazonaws.com:8883 CONNACK code 0: Connection Accepted.
[2025-01-02T11:02:08 INFO govee::commands::serve] Starting LAN discovery
[2025-01-02T11:02:08 INFO govee::commands::serve] Waiting 10 seconds for LAN API discovery
[2025-01-02T11:02:08 INFO govee::service::iot] IoT (re)connected with status CONNACK code 0: Connection Accepted.
[2025-01-02T11:02:18 INFO govee::commands::serve] Devices returned from Govee's APIs
[2025-01-02T11:02:18 INFO govee::commands::serve] Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008)
[2025-01-02T11:02:18 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-02T11:02:18 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=None
[2025-01-02T11:02:18 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false
[2025-01-02T11:02:18 INFO govee::commands::serve]
[2025-01-02T11:02:18 INFO govee::commands::serve] Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008)
[2025-01-02T11:02:18 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-02T11:02:18 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=None
[2025-01-02T11:02:18 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false
[2025-01-02T11:02:18 INFO govee::commands::serve]
[2025-01-02T11:02:18 INFO govee::commands::serve] Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008)
[2025-01-02T11:02:18 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-02T11:02:18 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=None
[2025-01-02T11:02:18 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false
[2025-01-02T11:02:18 INFO govee::commands::serve]
[2025-01-02T11:02:18 INFO govee::commands::serve] Shower Light (0D:20:D0:C9:07:BB:AC:98 H60A1)
[2025-01-02T11:02:18 INFO govee::commands::serve] LAN API: ip=192.168.2.70
[2025-01-02T11:02:18 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-02T11:02:18 INFO govee::commands::serve] color_temp=Some((2200, 6500)) segment_rgb=Some(0..13)
[2025-01-02T11:02:18 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false
[2025-01-02T11:02:18 INFO govee::commands::serve] Quirk { sku: "H60A1", 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 }
[2025-01-02T11:02:18 INFO govee::commands::serve]
[2025-01-02T11:02:18 INFO govee::service::http] http server addr is 0.0.0.0:8056
[2025-01-02T11:02:38 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) None
[2025-01-02T11:02:39 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) None
[2025-01-02T11:02:39 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) None
[2025-01-02T11:02:42 INFO govee::service::hass] Wait 310ms for hass to settle on 31 entity configs
[2025-01-02T11:02:43 INFO govee::service::hass] MQTT connected with status=CONNACK code 0: Connection Accepted.
[2025-01-02T11:04:09 INFO govee::service::hass] Command for Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) brightness
[2025-01-02T11:04:09 INFO govee::service::hass] Command for Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) brightness
[2025-01-02T11:04:09 INFO govee::service::hass] Command for Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) brightness
[2025-01-02T11:04:09 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) color temperature
[2025-01-02T11:04:09 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) color temperature
[2025-01-02T11:04:09 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) color temperature
[2025-01-02T11:04:09 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:04:09 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:04:13 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:04:14 INFO govee::service::state] Polling Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) to get latest state after control
[2025-01-02T11:04:14 INFO govee::service::state] Polling Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) to get latest state after control
[2025-01-02T11:04:14 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) Some(DeviceState { on: true, light_on: Some(true), online: Some(true), kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "PLATFORM API", updated: 2025-01-02T16:02:39.604083745Z })
[2025-01-02T11:04:14 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) Some(DeviceState { on: true, light_on: Some(true), online: Some(true), kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "PLATFORM API", updated: 2025-01-02T16:02:39.137042452Z })
[2025-01-02T11:04:18 INFO govee::service::state] Polling Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) to get latest state after control
[2025-01-02T11:04:18 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) Some(DeviceState { on: true, light_on: Some(true), online: Some(true), kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "PLATFORM API", updated: 2025-01-02T16:02:39.377165660Z })
[2025-01-02T11:05:39 INFO govee::service::hass] Command for Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:05:39 INFO govee::service::hass] Command for Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:05:39 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) brightness
[2025-01-02T11:05:39 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) brightness
[2025-01-02T11:05:39 INFO govee::service::hass] Command for Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:05:39 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) brightness
[2025-01-02T11:05:40 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:05:40 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) color temperature
[2025-01-02T11:05:43 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:05:43 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) color temperature
[2025-01-02T11:05:43 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:05:43 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) color temperature
[2025-01-02T11:05:43 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:05:43 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:05:43 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:05:48 INFO govee::service::state] Polling Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) to get latest state after control
[2025-01-02T11:05:48 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) Some(DeviceState { on: true, light_on: Some(true), online: None, kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "AWS IoT API", updated: 2025-01-02T16:05:40.969250965Z })
[2025-01-02T11:05:48 INFO govee::service::state] Polling Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) to get latest state after control
[2025-01-02T11:05:48 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) Some(DeviceState { on: true, light_on: Some(true), online: None, kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "AWS IoT API", updated: 2025-01-02T16:05:41.159778359Z })
[2025-01-02T11:05:48 INFO govee::service::state] Polling Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) to get latest state after control
[2025-01-02T11:05:48 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) Some(DeviceState { on: true, light_on: Some(true), online: None, kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "AWS IoT API", updated: 2025-01-02T16:05:40.966651135Z })
Additional Logs
No response
Home Assistant Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
wez
added a commit
that referenced
this issue
Jan 2, 2025
Govee Device SKU
H60A1
Govee2MQTT Version
2025.01.01-ae1f0cc1
Describe the issue
After the recent Gove2MQTT update the light no longer activates the Govee lighting effects. Normal lighting modes work, but setting it to any effect just does nothing.
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
[2025-01-02T11:02:07 INFO govee::commands::serve] Starting service. version 2025.01.01-ae1f0cc1
[2025-01-02T11:02:07 INFO govee::commands::serve] Querying platform API for device list
[2025-01-02T11:02:07 INFO govee::commands::serve] Querying undocumented API for device + room list
[2025-01-02T11:02:08 INFO govee::service::iot] Connected to IoT: aqm3wd1qlc3dy-ats.iot.us-east-1.amazonaws.com:8883 CONNACK code 0: Connection Accepted.
[2025-01-02T11:02:08 INFO govee::commands::serve] Starting LAN discovery
[2025-01-02T11:02:08 INFO govee::commands::serve] Waiting 10 seconds for LAN API discovery
[2025-01-02T11:02:08 INFO govee::service::iot] IoT (re)connected with status CONNACK code 0: Connection Accepted.
[2025-01-02T11:02:18 INFO govee::commands::serve] Devices returned from Govee's APIs
[2025-01-02T11:02:18 INFO govee::commands::serve] Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008)
[2025-01-02T11:02:18 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-02T11:02:18 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=None
[2025-01-02T11:02:18 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false
[2025-01-02T11:02:18 INFO govee::commands::serve]
[2025-01-02T11:02:18 INFO govee::commands::serve] Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008)
[2025-01-02T11:02:18 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-02T11:02:18 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=None
[2025-01-02T11:02:18 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false
[2025-01-02T11:02:18 INFO govee::commands::serve]
[2025-01-02T11:02:18 INFO govee::commands::serve] Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008)
[2025-01-02T11:02:18 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-02T11:02:18 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=None
[2025-01-02T11:02:18 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false
[2025-01-02T11:02:18 INFO govee::commands::serve]
[2025-01-02T11:02:18 INFO govee::commands::serve] Shower Light (0D:20:D0:C9:07:BB:AC:98 H60A1)
[2025-01-02T11:02:18 INFO govee::commands::serve] LAN API: ip=192.168.2.70
[2025-01-02T11:02:18 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-02T11:02:18 INFO govee::commands::serve] color_temp=Some((2200, 6500)) segment_rgb=Some(0..13)
[2025-01-02T11:02:18 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false
[2025-01-02T11:02:18 INFO govee::commands::serve] Quirk { sku: "H60A1", 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 }
[2025-01-02T11:02:18 INFO govee::commands::serve]
[2025-01-02T11:02:18 INFO govee::service::http] http server addr is 0.0.0.0:8056
[2025-01-02T11:02:38 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) None
[2025-01-02T11:02:39 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) None
[2025-01-02T11:02:39 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) None
[2025-01-02T11:02:42 INFO govee::service::hass] Wait 310ms for hass to settle on 31 entity configs
[2025-01-02T11:02:43 INFO govee::service::hass] MQTT connected with status=CONNACK code 0: Connection Accepted.
[2025-01-02T11:04:09 INFO govee::service::hass] Command for Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) brightness
[2025-01-02T11:04:09 INFO govee::service::hass] Command for Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) brightness
[2025-01-02T11:04:09 INFO govee::service::hass] Command for Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) brightness
[2025-01-02T11:04:09 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) color temperature
[2025-01-02T11:04:09 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) color temperature
[2025-01-02T11:04:09 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:04:09 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) color temperature
[2025-01-02T11:04:09 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:04:09 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:04:13 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:04:14 INFO govee::service::state] Polling Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) to get latest state after control
[2025-01-02T11:04:14 INFO govee::service::state] Polling Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) to get latest state after control
[2025-01-02T11:04:14 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) Some(DeviceState { on: true, light_on: Some(true), online: Some(true), kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "PLATFORM API", updated: 2025-01-02T16:02:39.604083745Z })
[2025-01-02T11:04:14 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) Some(DeviceState { on: true, light_on: Some(true), online: Some(true), kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "PLATFORM API", updated: 2025-01-02T16:02:39.137042452Z })
[2025-01-02T11:04:18 INFO govee::service::state] Polling Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) to get latest state after control
[2025-01-02T11:04:18 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) Some(DeviceState { on: true, light_on: Some(true), online: Some(true), kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "PLATFORM API", updated: 2025-01-02T16:02:39.377165660Z })
[2025-01-02T11:05:39 INFO govee::service::hass] Command for Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:05:39 INFO govee::service::hass] Command for Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:05:39 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) brightness
[2025-01-02T11:05:39 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) brightness
[2025-01-02T11:05:39 INFO govee::service::hass] Command for Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008): {"state":"ON","transition":45.0,"brightness":50,"color_temp":161}
[2025-01-02T11:05:39 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) brightness
[2025-01-02T11:05:40 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:05:40 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) color temperature
[2025-01-02T11:05:43 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:05:43 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) color temperature
[2025-01-02T11:05:43 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: Range, instance: "brightness", value: Number(50), state: Object {"status": String("success")} } }
[2025-01-02T11:05:43 INFO govee::service::state] Using Platform API to set Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) color temperature
[2025-01-02T11:05:43 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:05:43 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:05:43 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: ColorSetting, instance: "colorTemperatureK", value: Number(6211), state: Object {"status": String("success")} } }
[2025-01-02T11:05:48 INFO govee::service::state] Polling Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) to get latest state after control
[2025-01-02T11:05:48 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Right) (45:87:D0:C9:07:E2:89:E6 H6008) Some(DeviceState { on: true, light_on: Some(true), online: None, kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "AWS IoT API", updated: 2025-01-02T16:05:40.969250965Z })
[2025-01-02T11:05:48 INFO govee::service::state] Polling Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) to get latest state after control
[2025-01-02T11:05:48 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Center) (45:83:D0:C9:07:D6:F0:88 H6008) Some(DeviceState { on: true, light_on: Some(true), online: None, kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "AWS IoT API", updated: 2025-01-02T16:05:41.159778359Z })
[2025-01-02T11:05:48 INFO govee::service::state] Polling Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) to get latest state after control
[2025-01-02T11:05:48 INFO govee::service::state] requesting update via Platform API Bathroom Bulb (Left) (41:F8:D0:C9:07:D7:44:7E H6008) Some(DeviceState { on: true, light_on: Some(true), online: None, kelvin: 6211, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 50, scene: None, source: "AWS IoT API", updated: 2025-01-02T16:05:40.966651135Z })
Additional Logs
No response
Home Assistant Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: