wez / govee2mqtt

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

H7075 Missing Custom Scenes #274

Open rxritalin opened 2 months ago

rxritalin commented 2 months ago

Govee Device SKU

H7075

Govee2MQTT Version

2024.07.13-82ddc6e9

Describe the issue

H7075 lights operate as expected over govee2mqtt, with the exception that DIY themes/scenes created or downloaded in the Govee app never show up in Home Assistant.

I have several other Govee lights (H6144, H7021, H60A1) running through govee2mqtt and they do pull in my DIY scenes over the API without issue, so it seems to be something different about the H7075.

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-09-03T09:24:13 INFO govee::commands::serve] Starting service. version 2024.07.13-82ddc6e9 [2024-09-03T09:24:13 INFO govee::commands::serve] Querying platform API for device list [2024-09-03T09:24:14 INFO govee::commands::serve] Querying undocumented API for device + room list [2024-09-03T09:24:15 INFO govee::service::iot] Connected to IoT: CONNACK code 0: Connection Accepted. [2024-09-03T09:24:15 INFO govee::commands::serve] Starting LAN discovery [2024-09-03T09:24:15 INFO govee::commands::serve] Waiting 10 seconds for LAN API discovery [2024-09-03T09:24:15 INFO govee::service::iot] IoT (re)connected with status CONNACK code 0: Connection Accepted. [2024-09-03T09:24:25 INFO govee::commands::serve] Devices returned from Govee's APIs [2024-09-03T09:24:25 INFO govee::commands::serve] BackPorch StringLights (46:EC:CC:30:38:35:6B:52 H7021) [2024-09-03T09:24:25 INFO govee::commands::serve] LAN API: ip=192.168.86.72 [2024-09-03T09:24:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true [2024-09-03T09:24:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..15) [2024-09-03T09:24:25 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false [2024-09-03T09:24:25 INFO govee::commands::serve] Quirk { sku: "H7021", icon: "mdi:string-lights", 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-09-03T09:24:25 INFO govee::commands::serve] [2024-09-03T09:24:25 INFO govee::commands::serve] MBR Closet Light (08:2A:D0:C9:07:69:18:BC H60A1) [2024-09-03T09:24:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true [2024-09-03T09:24:25 INFO govee::commands::serve] color_temp=Some((2200, 6500)) segment_rgb=Some(0..13) [2024-09-03T09:24:25 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false [2024-09-03T09:24:25 INFO govee::commands::serve] [2024-09-03T09:24:25 INFO govee::commands::serve] Garage Sconce Right (18:AB:C9:F0:81:06:7B:32 H7075) [2024-09-03T09:24:25 INFO govee::commands::serve] LAN API: ip=192.168.86.236 [2024-09-03T09:24:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true [2024-09-03T09:24:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..3) [2024-09-03T09:24:25 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false [2024-09-03T09:24:25 INFO govee::commands::serve] Quirk { sku: "H7075", 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-09-03T09:24:25 INFO govee::commands::serve] [2024-09-03T09:24:25 INFO govee::commands::serve] H6144_96AD (8C:EC:D4:AD:FC:01:96:AD H6144) [2024-09-03T09:24:25 INFO govee::commands::serve] LAN API: ip=192.168.86.206 [2024-09-03T09:24:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true [2024-09-03T09:24:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..15) [2024-09-03T09:24:25 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false [2024-09-03T09:24:25 INFO govee::commands::serve] Quirk { sku: "H6144", 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-09-03T09:24:25 INFO govee::commands::serve] [2024-09-03T09:24:25 INFO govee::commands::serve] Garage Sconce Left (1E:51:C9:F0:80:46:0C:3C H7075) [2024-09-03T09:24:25 INFO govee::commands::serve] LAN API: ip=192.168.86.170 [2024-09-03T09:24:25 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true [2024-09-03T09:24:25 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..3) [2024-09-03T09:24:25 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false [2024-09-03T09:24:25 INFO govee::commands::serve] Quirk { sku: "H7075", 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 }

Additional Logs

no errors reported

Home Assistant Logs

no errors reported

Anything else?

The H7075 also connected via Matter. I am unsure if this causes a possible conflict