-
Notifications
You must be signed in to change notification settings - Fork 137
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
it's possible to create a thermostat with this library? #199
Comments
Only lights, however Alexa will still understand "set to x degrees" and set the device % accordingly. You can use |
how difficult could it be, to create a different device from lights, controller type devices. for those devices (thermostat, temperature, etc) that only read percentage from a local webserver? |
So there's not a way to have a thermostat interface in the alexa app? |
I'm really trying to make my home a smart-home with only the use of a esp and a arduino, but I'm having a lot of macro problem like this one |
True unfortunately. Espalexa uses the legacy local Philips hue API, which by definition only supports lights (and technically on/off switches, though that doesn't work well either) |
there's the possibility to create a device without the On/off command but just a slider? |
no |
but Philips hue api use /resource/homekit. you can implement it ...? |
so if somebody turn off my themostat the degrees will go to 0? |
You can guard against that by having your code ignore values below, say, 6 degrees - as an anti-freezing measure. You can do the same for values that are too high as well. ie have some max/min acceptable values. |
Is there anyway to have or modify the percentage on the alexa side to go above 120% i'm doing a similar temp project to control a tank heater and it needs to go to 122 degrees but it says it's out of bounds. |
there's a way to make the alexa sees the ESP as a thermostat device?
The text was updated successfully, but these errors were encountered: