claudiopi
(Claudio)
March 24, 2019, 8:15pm
125
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?
atomicpapa
(Glenn Morrison)
March 26, 2019, 6:04am
129
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.
brent0np
(Brenton)
March 27, 2019, 10:16am
132
@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?
brent0np
(Brenton)
March 28, 2019, 10:02am
135
I only setup custom_updater late last week so I would assume the latest
Here is a screenshot of the card
woody4165
(Woody)
March 28, 2019, 11:23am
137
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
Sjeff
(Jeffrey van Velden)
March 28, 2019, 11:25am
138
it should be :
resources:
- url: /customcards/github/nervetattoo/simple-thermostat.js?track=true
type: module
see github repo
woody4165
(Woody)
March 28, 2019, 11:45am
139
Thanks.
Now it’s working.
I have all the cards locally, so I haven’t seen (and thought) the remote way…
ludeeus
(Ludeeus)
March 28, 2019, 11:47am
140
Unless something is wrong it should not disappear.
The “remote” way is still local
1 Like
Milebe
(Midhet)
March 29, 2019, 9:01am
141
Hi. How can I change the temperature shown on the card?
I have this now (showing target_temp_low & target_temp_high):
But I want to have it like this (with only one set temperature):
Here is the climate for the first picture ( I want temperature only ):
On this climate (AC) it´s temperature value the desired temperature.
rsachoc
(Rsachoc)
March 29, 2019, 1:09pm
142
Did you update to the latest version? This was an issue previously, but has been fixed in the latest version.
Milebe
(Midhet)
March 29, 2019, 1:35pm
143
Updated today manually (not seen by custom_updater ) and no change.
Still showing two values.
Tested with refreshed browser.
rsachoc
(Rsachoc)
March 30, 2019, 12:32am
144
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'