-
Notifications
You must be signed in to change notification settings - Fork 5
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 ability to toggle heat range (ready <> rest) and heat mode (high <> low)? #3
Comments
I have added this in my fork: |
Hi @vBrolin, I've tried to improve what you have. With these changes, you can basically create this yaml, you don't need to make the switches. It isn't clean, and basically does it by calling on Home Assistant to do the action, but it means no custom switches. That said, I couldn't figure out the thermostat for it. `substitutions: esphome: libraries: esp32: Enable logginglogger: wifi: Enable Home Assistant APIapi: ota:
Enable web serverweb_server: captive_portal: uart: sensor:
switch:
|
Hi,
Is it possible to add a change function for heat range (ready <> rest) and heat mode (high <> low)? Or turn on the lights?
I'm a noob in C++ and it's hard to get into. I try to build it up on a M5Atom with rs485 interface.
THX warrior
The text was updated successfully, but these errors were encountered: