For some reason I can’t select a lower temperature using the buttons.
Say my current house temp is 19c I can’t select anything lower.
If I set the target temp in my actual thermostats app to say 15 I can then select 16, 17 etc but can go lower again
Try adding the below to your card. I had a similar issue with the Infinitude thermostat plugin and I believe this is what fixed my inability to lower the setpoint.
Hi,
is there a way to dynamically set icons sensor based on states, instead have a fix icon? I can’t got it inside the card using icon template in yaml
Just to add a little context, sorry, should have done that before.
“Customize” changes the behaviour all over, where as “control” is only changing that one card. So if you, like me, never use the heating function, you can disable it at all. Makes sense in my case, as I don’t want to change the behaviour in every view, where I setup a thermostat-card.
Is it possible to display a attribute state for Status: ? Now it shows the state of my entity: climate.vicare_heating but i want to use attribute “active_vicare_program” instead. So i want to change the part after Status: where it now shows “Inactief (Auto)”.
Hi everyone,
is there any way to remove the current temperature? I am using the simple-thermostat for a thermostatic valve that does not report current temperature (I take it from another sensor) and this is what it shows (not very nice):
This is exactly what I have been looking for to override the Currently temperature. However, I am having trouble making it work. I want to replace the default Currently with this sensor: sensor.smoke_detector_air_temperature
I was thinking it was as easy as this code:
sensors:
- id: temperature
label: '{{ui.currently}}'
template: '{{sensor.smoke_detector_air_temperature|formatNumber}}'
Am I missing something?
Edit: I failed to include version: 3. However, when I do, my entire Lovelace goes blank. So…a new problem.