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

Govee Lights Local not adding device H6093 #72

Open
kjstanfield opened this issue Nov 23, 2024 · 4 comments
Open

Govee Lights Local not adding device H6093 #72

kjstanfield opened this issue Nov 23, 2024 · 4 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@kjstanfield
Copy link

Debug log shows this error:

2024-11-23 14:34:25.031 WARNING (MainThread) [homeassistant.components.govee_light_local.coordinator] Device H61E5 is not supported. Only power control is available. Please open an issue at 'https://github.com/Galorhallen/govee-local-api/issues'
2024-11-23 14:34:25.077 WARNING (MainThread) [homeassistant.components.govee_light_local.coordinator] Device H6093 is not supported. Only power control is available. Please open an issue at 'https://github.com/Galorhallen/govee-local-api/issues'
2024-11-23 14:34:25.077 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/govee_local_api/controller.py", line 326, in _handle_scan_response
    self, message.ip, fingerprint, message.sku, capabilities
          ^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/govee_local_api/message.py", line 105, in ip
    return self._data["ip"]
           ~~~~~~~~~~^^^^^^
KeyError: 'ip'

I am happy with just being able to turn on/off I am just not able to get it added to be able to do that.

@Galorhallen Galorhallen added bug Something isn't working enhancement New feature or request question Further information is requested labels Nov 28, 2024
@Galorhallen Galorhallen self-assigned this Nov 28, 2024
@Galorhallen
Copy link
Owner

The support can be added, but the KeyError is weird. Is it happening all the time? Even after an Home Assistant restart?

@kjstanfield
Copy link
Author

kjstanfield commented Nov 29, 2024

Yes, if I turn debug on it just spams the log full of this error. I restarted yesterday for an update, the Logs section shows this error repeats 6992 times. I will restart again and check though to be safe.

image

home-assistant_govee_light_local_2024-11-29T00-42-55.193Z.log

@kjstanfield
Copy link
Author

This is my log after a full restart:

home-assistant_2024-11-29T00-49-57.337Z.log

@garrit-schroeder
Copy link

Having the exact same issue with the integration and device. Support much appreciated :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants