-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add full support for H60A1 #39
Comments
I can control brightness and colour in Home Assistant, however has these issues:
Thanks for the intergration! |
Hi @Drez-code,
|
It does work, but can the above issues be resolved or does it just give basic functionality? |
@drizzlekablammo as I said:
The temperature range is hardcoded as per documentation and, as far as i know they are the same for all devices. (I've never experienced the issue you mention on my devices, but I'll check)
I'll investigate these
Unfortunately, the local API only allow to controls the whole device. There is nothing I can do unless the API are improved on Govee side. |
Hi, I've been having the same issues as @drizzlekablammo. I have found that the default temperatures in this project do differ from the ones the public API returns if you query https://openapi.api.govee.com/router/api/v1/user/devices Below is the response from my H60A1 if case you'd like to see how it diverges from the documented defaults.
|
Hi @imascarenhas, I'll check the ranges of mine with the cloud api just to be sure and the I'll work on some way to make the ranges parametric w.r.t the devices and with some reasonable defaults (the documented values probably). |
hi ! something like - "H60A1": BASIC_CAPABILITIES,
+ "H60A1": create_with_capabilities(True, True, True, 13 , True) Also, we could benefit from the ability to override its color temperature range, since it's 2200K–6500K. In Home Assistant, the slider allows me to go as low as 2000K or as high as 7000K, causing the lamp to simply turn off at those extremes. It would be great to restrict the range to the supported 2200K–6500K to prevent this issue. @Galorhallen , any suggestions on where I can begin to write a pr for this please? |
The integration only allows to turn on/off the H60A1. It doesn't allow for brightness control nor color and temperature selection.
LOGS:
Logger: homeassistant.components.govee_light_local.coordinator
Source: runner.py:190
integration: Govee lights local (documentation, issues)
First occurred: 6:00:05 PM (1 occurrences)
Last logged: 6:00:05 PM
Device H60A1 is not supported. Only power control is available. Please open an issue at 'https://github.com/Galorhallen/govee-local-api/issues'
The text was updated successfully, but these errors were encountered: