I am using compact mode with step_layout: row
, and it works but it keeps the up and down arrows rather than the + and - icons. I’ve cleared my cache etc. Any idea what the issue is?
Has anyone succeeded in adding Haptic / Vibration to the buttons?
If you find a solutions for this please let me know, I have the same issue.
modes:
heat:
include: false
Is this not implemented anymore? Because I’m trying to get rid of all modes, but I can’t even get rid of one.
EDIT:
Never mind, found the solution:
control:
heat:
include: false
hello, can you tell me as i can have temperature horizontal central and + - horizontal
now i have vertical , if very good for my have all horizontal and central in the card
this is my code inside card
control:
fan: true
hvac:
'off':
name: Spento
decimals: 0
entity: climate.condizionatore
horizontal_vane: null
sensors:
- entity: climate.condizionatore
step_size: 1
style: |
ha-card {
--st-font-size-xl: 40px;
--st-font-size-m: 20px;
--st-font-size-title: 22px;
--st-font-size-sensors: 0px;
--st-spacing: 2px;
--border-radius:0px;
--primary-text-color: ;
--secondary-text-color: ;
--paper-item-icon-color: blue;
}
header {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
swing_mode: vertical
type: 'custom:simple-thermostat'
vertical_vane: swing
I want to use this card for my evohome thermostat.
Evohome has A climate entitie for every room and an overal entitie With the modes and preset and the avarage temp of the whole house. But you can not set the temperature.
I want to use this Overal entitie for only displaying the modes and preset.
But it shows n/a for setting the temperature, because it is not possible.
Is there a way to remove this from the card?
Compact mode.
Is it working for you guys? I always used the standard layout with arrows up and down but now I am trying to create another view and failing to have the compact size.
HA 108, simple-thermostat 0.34.1
hello , i use this and work " step_layout: row" i have horizontal now
Can you tell me as i put central in card
thx you
I was having a similar issue, I went in the folder and deleted the .js and replace with the one in the git!
\\192.168.X.X\config\www\community\simple-thermostat
Replaced with this:
https://github.com/nervetattoo/simple-thermostat/releases/download/0.34.1/simple-thermostat.js
Maybe uninstall and install again works? Not sure, replacing the content of the file worked perfectly!
Yep.
I reinstalled via HACS at Sunday and it immediatelly fixed itself
I’am making a lovlace interface for my iphone, so makeing evrything smaller en set it in vertical/hortizontal stack.
I’ve installed the card mod plugin and added this style:
style: |
ha-card {
--st-font-size-xl: 20px;
--st-font-size-m: 12px;
--st-font-size-title: 20px;
--st-font-size-sensors:12px;
--st-spacing: 2px;
}
.mode-item {
flex-direction: row !important;
font-size: 80%;
}
In my browser it is working, but on my iphone app only the st-font-size-xl is not working.
It stays the same, is there a way to solve this?
Hi all, there is a way to set an icon instead temperature text?
thanks
Well, question and a hint at once
How did you implement those two icons bellow?
Same apporach can be done I think. Together with hide: temperature
…
I can do as you suggest but temperature is an attribute of climate.entity so I need to add another sensor or template to read the temperature and display it. I try with secondary_info with no luck
entity: climate.salone
hide:
state: true
temperature: true
icon:
cool: 'mdi:snowflake'
heat: 'mdi:fire'
'off': 'mdi:power'
sensors:
- entity: climate.salone
secondary_info: current_temperature
icon: 'mdi:home-thermometer-outline'
name: Temperature
Ok I solved myself reading more the help
entity: climate.salone
hide:
state: true
temperature: true
icon:
cool: 'mdi:snowflake'
heat: 'mdi:fire'
'off': 'mdi:power'
sensors:
- entity: climate.salone
attribute: current_temperature
icon: 'mdi:home-thermometer-outline'
name: Temperature
- entity: sensor.salone_velocita_motore
icon: 'mdi:fan'
name: Motor Speed
- entity: sensor.salone_temperatura_batteria
icon: 'mdi:coolant-temperature'
name: Battery Temperature
step_size: 0.1
control:
_headings: false
type: 'custom:simple-thermostat'
I have Mose electrical thermo via Tuya have summary digit tem_set and temp_current as temperature in C. Im create 2 sensors for correct digit as:
but it does not have the desired effect to the fullest
Love the card. Wondering if it is possible to hide the min temp for those of us with a thermostat that displays both high and low set points. I don’t typically care to view the low set point, only the high. Sorry if it was covered in the thread somewhere, I missed it if so.
with update HA 0.110 i see lost button - + in temperature in the card . need update card?