wez / govee2mqtt

Govee2MQTT: Connect Govee lights and devices to Home Assistant
MIT License
327 stars 18 forks source link

Lights Not Responding #203

Open DonnieNarco opened 1 month ago

DonnieNarco commented 1 month ago

Govee Device SKU

H613E / H6147

Govee2MQTT Version

2024.04.29-30cf7732

Describe the issue

I was able to add the Govee2MQTT and after creating a local user and then typing in API key and email/password, I was able to see my 2 LED light strips, but they are not responding. I am not very good with this type of stuff. In the logs, it showed something about a color flag not being used anymore, but now I can't find that log entry. The current Govee 2 MQTT Bridge logs show this:

[2024-05-26T11:18:08 INFO govee::platform_api] control_device result: ControlDeviceResponse { request_id: "uuid", code: 200, message: "success", capability: ControlDeviceResponseCapability { kind: OnOff, instance: "powerSwitch", value: Number(1), state: Object {"status": String("success")} } } [2024-05-26T11:18:13 INFO govee::service::state] Polling Kitchen (94:45:D4:AD:FC:0A:5D:50 H6147) to get latest state after control [2024-05-26T11:18:13 INFO govee::service::state] requesting update via Platform API Kitchen (94:45:D4:AD:FC:0A:5D:50 H6147) Some(DeviceState { on: false, light_on: None, online: Some(false), kelvin: 0, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 0, scene: None, source: "PLATFORM API", updated: 2024-05-26T17:15:48.635412869Z })

Any ideas why my lights are not responding to my commands?

Startup Diagnostics

[2024-05-26T11:18:13 INFO govee::service::state] requesting update via Platform API Kitchen (94:45:D4:AD:FC:0A:5D:50 H6147) Some(DeviceState { on: false, light_on: None, online: Some(false), kelvin: 0, color: DeviceColor { r: 0, g: 0, b: 0 }, brightness: 0, scene: None, source: "PLATFORM API", updated: 2024-05-26T17:15:48.635412869Z }) s6-rc: info: service legacy-services: stopping s6-rc: info: service legacy-services successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped 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-05-26T11:21:13 INFO govee::commands::serve] Starting service. version 2024.04.29-30cf7732 [2024-05-26T11:21:13 INFO govee::commands::serve] Querying platform API for device list [2024-05-26T11:21:14 INFO govee::commands::serve] Querying undocumented API for device + room list [2024-05-26T11:21:15 INFO govee::service::iot] Connected to IoT: CONNACK code 0: Connection Accepted. [2024-05-26T11:21:15 INFO govee::commands::serve] Starting LAN discovery [2024-05-26T11:21:15 INFO govee::commands::serve] Waiting 10 seconds for LAN API discovery [2024-05-26T11:21:15 INFO govee::service::iot] IoT (re)connected with status CONNACK code 0: Connection Accepted.

Additional Logs

No response

Home Assistant Logs

No response

Anything else?

No response