Love the card, much nicer than the default gauge type card.
Quick question. I’m using the card for my Sensibo controller for my AC. At the moment, the card automatically uses the temperature reading from the Sensibo. I’d like to use a different sensor for the temperature that is displayed by the card (the sensor is placed in a better location than the Senisbo unit). Is this possible? I know I can do it with additional readings such as humidity, but how do I in effect, override the temperature?
Me too … which only makes this all the more mysterious because I’m seeing the new version of the card.
Do you normally access your Home Assistant server by its host name or by its IP address? Assuming the host name is haserver and its IP address is 192.168.100 do you use this:
http://haserver:8123
or this:
http://192.168.1.100:8123
Whichever one you normally use, try using the other one. This ensures the browser treats it like a new host. If you still see the old version of the card … I’m out of ideas!
in my ui-lovelace.yaml and I did as suggested above by @Trouble-51 by using the service instead of just clicking the button on the card, but as you can see below, still no love for your card in Custom Updater.
Nevermind, reading the instructions helped. Only custom lovelace I’ve ran into (so far) that required a download vs raw copy. But, download worked.
Thanks for the work
Did you ever figure this out? Also do you have an ecobee? I have the same issue, and I have an ecobee.
I did a quick test, and if I set it to auto, I get two temps to adjust, but like you, I dont want to set to auto. I think it’s a bug, that if the thermostat has an auto option, it expects to be set to auto
One thing strange related to Netatmo climate component and not to this card (I think) is this
Now the state can have this values:
auto,manual,eco,cool,heat,off
heat never appears as state!
Meaning that when, for example, is in auto mode and it’s idle it can be ok to have auto as state, but when it’s auto and it’s also heating, I would expect to have heat as value.
Instead, the attributes that says if the boiler is heating or not is the boiler_status (false or true)
And in this case, this card can’t do anything to show it…
Just released 0.21 that fixes a bug all of you with thermostats supporting dual mode and single mode based on the thermostats mode. It also includes a few other fixes.