Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problema con entità dispositivi #358

Open
kribbioz opened this issue Jan 8, 2025 · 0 comments
Open

Problema con entità dispositivi #358

kribbioz opened this issue Jan 8, 2025 · 0 comments

Comments

@kribbioz
Copy link

kribbioz commented Jan 8, 2025

Govee Device SKU

H7075

Govee2MQTT Version

2025.01.04-2c39a50f

Describe the issue

Si vedono le entità su ogni dispositivo ma cliccandoci sopra esce un messaggio con scritto questa entità non è disponibile, con la versione precedente si vedevano tutte le entità
Cattura

Startup Diagnostics

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=C
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-08T14:36:45 INFO govee::commands::serve] Starting service. version 2025.01.04-2c39a50f
[2025-01-08T14:36:45 INFO govee::commands::serve] Querying platform API for device list
[2025-01-08T14:36:45 INFO govee::commands::serve] Querying undocumented API for device + room list
[2025-01-08T14:36:46 INFO govee::service::iot] Connected to IoT: aqm3wd1qlc3dy-ats.iot.us-east-1.amazonaws.com:8883 CONNACK code 0: Connection Accepted.
[2025-01-08T14:36:46 INFO govee::commands::serve] Starting LAN discovery
[2025-01-08T14:36:46 INFO govee::service::iot] IoT (re)connected with status CONNACK code 0: Connection Accepted.
[2025-01-08T14:36:46 INFO govee::commands::serve] Waiting 10 seconds for LAN API discovery
[2025-01-08T14:36:56 INFO govee::commands::serve] Devices returned from Govee's APIs
[2025-01-08T14:36:56 INFO govee::commands::serve] Esterno luce 5 (26:10:CD:2A:02:46:06:5B H7075)
[2025-01-08T14:36:56 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-08T14:36:56 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..3)
[2025-01-08T14:36:56 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false
[2025-01-08T14:36:56 INFO govee::commands::serve]
[2025-01-08T14:36:56 INFO govee::commands::serve] Lampada Loredana (31:E1:DB:B9:85:86:66:8A H6022)
[2025-01-08T14:36:56 INFO govee::commands::serve] LAN API: ip=192.168.2.26
[2025-01-08T14:36:56 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-08T14:36:56 INFO govee::commands::serve] color_temp=Some((2700, 6500)) segment_rgb=Some(0..15)
[2025-01-08T14:36:56 INFO govee::commands::serve] Undoc: room=Some("Camera m.") supports_iot=true ble_only=false
[2025-01-08T14:36:56 INFO govee::commands::serve] Quirk { sku: "H6022", 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-08T14:36:56 INFO govee::commands::serve]
[2025-01-08T14:36:56 INFO govee::commands::serve] H5129_476D (6B:56:D1:06:02:46:47:6D H5129)
[2025-01-08T14:36:56 INFO govee::commands::serve] Undoc: room=None supports_iot=false ble_only=true
[2025-01-08T14:36:56 WARN govee::commands::serve] Unknown device type. Cannot map to Home Assistant.
[2025-01-08T14:36:56 INFO govee::commands::serve]
[2025-01-08T14:36:56 INFO govee::commands::serve] Esterno luce 8 (9C:64:C9:F0:81:06:58:33 H7075)
[2025-01-08T14:36:56 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-08T14:36:56 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..3)
[2025-01-08T14:36:56 INFO govee::commands::serve] Undoc: room=Some("Esterno") supports_iot=true ble_only=false
[2025-01-08T14:36:56 INFO govee::commands::serve]
[2025-01-08T14:36:56 INFO govee::commands::serve] H5129_2A47 (D4:57:D1:06:03:46:2A:47 H5129)
[2025-01-08T14:36:56 INFO govee::commands::serve] Undoc: room=Some("Esterno") supports_iot=false ble_only=true
[2025-01-08T14:36:56 WARN govee::commands::serve] Unknown device type. Cannot map to Home Assistant.
[2025-01-08T14:36:56 INFO govee::commands::serve]
[2025-01-08T14:36:56 INFO govee::commands::serve] Esterno luce 2 (11:57:D0:C8:03:46:42:19 H7075)
[2025-01-08T14:36:56 INFO govee::commands::serve] LAN API: ip=192.168.2.22
[2025-01-08T14:36:56 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-08T14:36:56 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..3)
[2025-01-08T14:36:56 INFO govee::commands::serve] Undoc: room=None supports_iot=true ble_only=false
[2025-01-08T14:36:56 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 }
[2025-01-08T14:36:56 INFO govee::commands::serve]
[2025-01-08T14:36:56 INFO govee::commands::serve] Esterno luce 9 (5E:E1:C9:F0:81:06:56:34 H7075)
[2025-01-08T14:36:56 INFO govee::commands::serve] Platform API: devices.types.light. supports_rgb=true supports_brightness=true
[2025-01-08T14:36:56 INFO govee::commands::serve] color_temp=Some((2000, 9000)) segment_rgb=Some(0..3)
[2025-01-08T14:36:56 INFO govee::commands::serve] Undoc: room=Some("Esterno") supports_iot=true ble_only=false
[2025-01-08T14:36:56 INFO govee::commands::serve]
[2025-01-08T14:36:56 INFO govee::service::http] http server addr is 0.0.0.0:8056
[2025-01-08T14:37:16 INFO govee::service::state] requesting update via Platform API Esterno luce 5 (26:10:CD:2A:02:46:06:5B H7075) None
[2025-01-08T14:37:18 INFO govee::service::state] requesting update via Platform API Esterno luce 8 (9C:64:C9:F0:81:06:58:33 H7075) None
[2025-01-08T14:37:19 INFO govee::service::state] requesting update via Platform API Esterno luce 9 (5E:E1:C9:F0:81:06:56:34 H7075) None
[2025-01-08T14:37:29 INFO govee::service::hass] Wait 530ms for hass to settle on 53 entity configs
[2025-01-08T14:37:30 INFO govee::service::hass] MQTT connected with status=CONNACK code 0: Connection Accepted.

Additional Logs

No response

Home Assistant Logs

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant