Skip to content

While dispatching Message . . . . .timed out waiting for status #707

Description

@ulanking

Govee Device SKU

H7026

Govee2MQTT Version

2026.04.12-6f5a8449

Describe the issue

Everything worked fine for 3 weeks. Then last week the lights did not turn on from HA. They work using the app just fine.

Startup Diagnostics

docker logs -f govee2mqtt
[2026-08-05T15:19:01 INFO  govee::commands::serve] Starting service. version 2026.04.12-6f5a8449
[2026-08-05T15:19:01 INFO  govee::commands::serve] Starting LAN discovery
[2026-08-05T15:19:01 INFO  govee::commands::serve] Waiting 10 seconds for LAN API discovery
[2026-08-05T15:19:11 INFO  govee::commands::serve] Devices returned from Govee's APIs
[2026-08-05T15:19:11 INFO  govee::commands::serve] H7026_0A75 (0F:76:DB:C3:41:B6:0A:75 H7026)
[2026-08-05T15:19:11 INFO  govee::commands::serve]   LAN API: ip=192.xxx.xxx.23
[2026-08-05T15:19:11 INFO  govee::commands::serve]   Quirk { sku: "H7026", icon: "mdi:lightbulb", 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 }
[2026-08-05T15:19:11 INFO  govee::commands::serve]
[2026-08-05T15:19:11 INFO  govee::service::hass] Attempting connection to mqtt broker 192.xxx.xxx.224:1883...
[2026-08-05T15:19:12 INFO  govee::service::hass] Connected to mqtt broker 192.xxx.xxx.224:1883, status=CONNACK code 0: Connection Accepted.
[2026-08-05T15:19:12 INFO  govee::service::http] http server addr is 0.0.0.0:8056
[2026-08-05T15:19:32 INFO  govee::service::hass] Wait 50ms for hass to settle on 5 entity configs
[2026-08-05T15:19:32 INFO  govee::service::hass] MQTT connected with status=CONNACK code 0: Connection Accepted.
[2026-08-05T15:19:32 INFO  govee::service::hass] Home Assistant status changed: online, waiting 15s before re-registering entities
[2026-08-05T15:19:48 INFO  govee::service::hass] Wait 50ms for hass to settle on 5 entity configs

Additional Logs

Debug On:

[2026-08-05T15:07:02 TRACE govee::lan_api] query status of 192.xxx.xxx.23
[2026-08-05T15:07:02 TRACE govee::lan_api] LanDevice::send_request to 192.xxx.xxx.23 DevStatus
[2026-08-05T15:07:02 TRACE govee::lan_api] query status of 192.xxx.xxx.23
[2026-08-05T15:07:02 TRACE govee::lan_api] LanDevice::send_request to 192.xxx.xxx.23 DevStatus
[2026-08-05T15:07:02 INFO  govee::service::hass] Wait 50ms for hass to settle on 5 entity configs
[2026-08-05T15:07:02 TRACE govee::service::hass] register_with_hass: mark as online
[2026-08-05T15:07:02 TRACE govee::service::hass] gv2mqtt/availability -> online
[2026-08-05T15:07:02 TRACE govee::service::hass] register_with_hass: reporting state
[2026-08-05T15:07:02 TRACE govee::service::hass] gv2mqtt/sensor/global-version/state -> 2026.04.12-6f5a8449
[2026-08-05T15:07:02 TRACE govee::service::hass] gv2mqtt/sensor/sensor-0F76DBC341B60A75-gv2mqtt-status/state -> Unknown
[2026-08-05T15:07:02 TRACE govee::service::hass] gv2mqtt/sensor/sensor-0F76DBC341B60A75-gv2mqtt-status/attributes -> {"http":null,"iot":null,"lan":null,"overall":null,"platform_metadata":null,"platform_state":null}
[2026-08-05T15:07:02 TRACE govee::service::hass] gv2mqtt/light/0F76DBC341B60A75/state -> {"state":"OFF"}
[2026-08-05T15:07:02 TRACE govee::service::hass] register_with_hass: done
[2026-08-05T15:07:02 INFO  govee::service::hass] MQTT connected with status=CONNACK code 0: Connection Accepted.
[2026-08-05T15:07:02 INFO  govee::service::hass] Home Assistant status changed: online, waiting 15s before re-registering entities
[2026-08-05T15:07:02 TRACE govee::lan_api] query status of 192.xxx.xxx.23

.
.
.
.

[2026-08-05T15:11:25 ERROR govee::service::hass] While dispatching Message { topic: "gv2mqtt/light/0F76DBC341B60A75/command", payload: "{\"state\":\"OFF\"}", qos: AtMostOnce, retain: false, mid: 0 }: mqtt_light_command: state.device_power_on: timed out waiting for status
[2026-08-05T15:11:32 TRACE govee::lan_api] Send disco packet to 239.255.255.250
[2026-08-05T15:11:32 TRACE govee::lan_api] process_packet: addr=192.xxx.xxx.23:62716 data={"msg":{"cmd":"scan","data":{"ip":"192.xxx.xxx.23","device":"0F:76:DB:C3:41:C6:0A:75","sku":"H7026","bleVersionHard":"3.05.00","bleVersionSoft":"1.03.13","wifiVersionHard":"1.04.01","wifiVersionSoft":"1.03.01"}}}
[2026-08-05T15:11:32 TRACE govee::commands::serve] LAN disco: LanDevice { ip: 192.xxx.xxx.23, device: "0F:76:DB:C3:41:C6:0A:75", sku: "H7026", ble_version_hard: "3.05.00", ble_version_soft: "1.03.13", wifi_version_hard: "1.04.01", wifi_version_soft: "1.03.01" }
[2026-08-05T15:11:32 TRACE govee::lan_api] query status of 192.xxx.xxx.23
[2026-08-05T15:11:32 TRACE govee::lan_api] LanDevice::send_request to 192.xxx.xxx.23 DevStatus

Home Assistant Logs

Couldn't find anything in HA's logs

Anything else?

N/A

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions