Hey I am trying to make a custom thermostat card to control my AC unit thats on a smart switch, and use my phillips hue motion sensor that has a temp sensor in it and I can see the readings in HA.
What am I doing wrong here? Its saying Configuration errors detected:
Yes like for example, I have a infrared heater on a smart plug and my window ac on another, with a temp sensor. I wanna be able to add the auto feature as well
This is what I have so far but its missing any auto function
Hi Justin. If you format code blocks correctly it will be much easier for the community to read them and chances that you’ll get a reply will rise.
After pasing code blocks into your message(s) just highlight them and click the </> - icon above the editing window. This way correct and easy readable code blocks will happen automagically
Regarding your project take a look here.
Although it is not directly related it will give you a good understanding how thermostats work with HA including how to create lovelace cards.
yeah no I know how to set those up its the merging it into one like this one, I currently have them both merged into one just no auto option to automatically pick between heat and cool, I have todo it myself
Since you are not using ZWave thermostats why don’t simply install and use enriqg9 / dual-thermostat card? It looks well enough documented thus it should be useful for your project. Regarding the EOL-announcement note this comment.
Edit: Well, you are using this already. I just read your post over there.
Edit2: But again: So hard to read. Maybe you want to format it correctly mirroring what you have so far inside your raw config with Lovelace?
Can I set the thermostat Heater or Cooler as an Action like a script?
I have a Google / Alexa connected Aprilaire thermostat and it can take commands to set certain Temp value or Mode through Alexa / Google assistant SDK.
Or have a custom Slider UI which will pass the slider value to the script in order to trigger Hey Google, set the thermostat to {$value_passed}
& subsequently create 3 - 4 buttons in order to trigger Fan, HeatCool and Humidifier , Air Cleaning modes?
I’m getting the home temperature using Alexa Echos placed in different rooms for an average house temperature.