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
Scenes for extended curtain lights are not available.
I have two curtain lights setup in extended mode in Govee, giving me access to more scenes, including special scenes spanning more than one curtain, and slight changes in existing scenes that will span the two curtains (instead of just cloning the same scene on both curtains).
When using govee2mqtt, those scenes are not available. Only the "for 1 curtain" scenes are, and get duplicated on both curtains.
e.g. error:
govee2mqtt | [2024-11-02T18:38:09 INFO govee::service::hass] Command for Smart Curtain Lights (xx:xx:xx:xx:xx:xx:xx:xx H70B1): {"state":"ON","effect":"Bonfire"}
govee2mqtt | [2024-11-02T18:38:09 INFO govee::service::state] Using Platform API to set Smart Curtain Lights (xx:xx:xx:xx:xx:xx:xx:xx H70B1) to scene Bonfire
govee2mqtt | [2024-11-02T18:38:09 ERROR govee::service::hass] While dispatching Message { topic: "gv2mqtt/light/xxxxxxxxxxxxxxxx/command", payload: "{\"state\":\"ON\",\"effect\":\"Bonfire\"}", qos: AtMostOnce, retain: false, mid: 0 }: mqtt_light_command: state.device_set_scene: Scene 'Bonfire' is not available for this device
govee2mqtt | [2024-11-02T18:38:09 INFO govee::service::hass] Command for Smart Curtain Lights R (xx:xx:xx:xx:xx:xx:xx:xx H70B1): {"state":"ON","effect":"Bonfire"}
govee2mqtt | [2024-11-02T18:38:09 INFO govee::service::state] Using Platform API to set Smart Curtain Lights R (xx:xx:xx:xx:xx:xx:xx:xx H70B1) to scene Bonfire
govee2mqtt | [2024-11-02T18:38:09 ERROR govee::service::hass] While dispatching Message { topic: "gv2mqtt/light/xxxxxxxxxxxxxxxx/command", payload: "{\"state\":\"ON\",\"effect\":\"Bonfire\"}", qos: AtMostOnce, retain: false, mid: 0 }: mqtt_light_command: state.device_set_scene: Scene 'Bonfire' is not available for this device
Govee Device SKU
H70B1
Govee2MQTT Version
2024.07.21-c9d27764
Describe the issue
Scenes for extended curtain lights are not available.
I have two curtain lights setup in extended mode in Govee, giving me access to more scenes, including special scenes spanning more than one curtain, and slight changes in existing scenes that will span the two curtains (instead of just cloning the same scene on both curtains).
When using govee2mqtt, those scenes are not available. Only the "for 1 curtain" scenes are, and get duplicated on both curtains.
e.g. error:
The error raised comes from:
govee2mqtt/src/platform_api.rs
Lines 326 to 365 in c9d2776
Which means the scenes when extending might not be loaded in the cache?
I have also tried purging the cache to no avail.
Startup Diagnostics
Additional Logs
No response
Home Assistant Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: