Lovelace: Simple thermostat card

Hi,

Were you able to display the on/off modes with Sensibo ?
I have Sensibo and they don’t display at all.
At least with the configuration you are using:

modes:
‘off’:
icon: false
name: Make it cold
‘on’:
icon: ‘mdi:whitewalker’
name: false
cool: true
heat:
include: true

Thanks!

I got this working. One thing I noticed, if you want to raise or lower the temp multiple degress, you have to press a button and wait for a second, or it fails. Basically, it sends the temp, then has to receive the temp back from the thermostat. At least that is how it seems.

No, I don’t have on/off on mine but I’m okay with that, I just press the icon and it brings up the further info to turn on/off. All other modes are showing though - Auto, Dry, Heat, Cool, Fan Only

I cannot get this to work. I always get this error:

Custom element doesn’t exist: simple-thermostat.
{
“type”: “custom:simple-thermostat”,
“entity”: “climate.woonkamer”,
“step_size”: 1
}

I use the custom updater, i see simple-thermostat in the tracker card.

i added this into the raw config:

  • url: /customcards/github/nervetattoo/simple-thermostat.js?track=true
    type: module

restarted Hassio etc. Any ideas?

I believe the resource files must be located under www/, so your location should be something like local/customcards/…

Thats the Manual installation as far as I could understand. I’m using the custom updater solution…

edit: I dont know how or why, but without changing anything the card suddely works this morning!

edit2: And now its gone again…

the “simple thermostat” keep disappearing from the updater. When I push the check button it reappears.

@Trouble-51 I have the same issue

Which version of custom_updater are you running? It really should just work so this is weird. Any ideas on this @ludeeus?

Yes, for custom_updater it should start with /customcards/ as per its instructions, so you are right. I can’t really grasp how it can work and then disappear again. All custom_updater should do is to download a file when asked really, that file shouldn’t just be deleted by itself. Do you run any automations for custom_updater to update all periodically?

I only setup custom_updater late last week so I would assume the latest

Here is a screenshot of the card

I have same issue.

This is my config

  - url: /customcards/custom-lovelace/simple-thermostat/simple-thermostat.js?track=true
    type: module

And this is the screenshot of the card

The version of custom updater is the last, 4.2.18

it should be :

resources:
  - url: /customcards/github/nervetattoo/simple-thermostat.js?track=true
    type: module

see github repo

Thanks.

Now it’s working.
I have all the cards locally, so I haven’t seen (and thought) the remote way…

Unless something is wrong it should not disappear.

The “remote” way is still local :wink:

1 Like

Hi. How can I change the temperature shown on the card?
I have this now (showing target_temp_low & target_temp_high):
10

But I want to have it like this (with only one set temperature):
12

Here is the climate for the first picture ( I want temperature only ):
11

On this climate (AC) it´s temperature value the desired temperature.

Did you update to the latest version? This was an issue previously, but has been fixed in the latest version.

Updated today manually (not seen by custom_updater ) and no change.
Still showing two values.
Tested with refreshed browser.

Strange, here is my config. Mine displays fine now. Check against yours and see if you can spot any anomalies?

entity: climate.main_floor
modes:
  auto:
    include: false
  auxHeatOnly:
    include: false
  away: false
name: false
sensors:
  - entity: sensor.temperature_158d000171f3b2
    name: 1st floor
  - entity: sensor.temperature_158d0001a366d4
    name: 2nd floor
  - entity: sensor.dark_sky_apparent_temperature
    name: Outside
step_size: 1
type: 'custom:simple-thermostat'