So, since I couldn’t sleep last night and my dumb boiler doesn’t really offer any preset modes, I made this. The idea is to hide the existing preset modes and use these custom instead.
As of now it’s just a few radio-like buttons writting an input_text but I’m posting it anyway.
The boost button is supposed to start a 15-min timer that bypasses the other presets. I wanted to maybe display an animated bar with the remaining time but I came to realize that the timer component does not work as intended. The conditional entity card is just a placeholder.
Could someone point me to the best approach for this moving forward? Should I use scenes for the different modes? For example, after the boost timer ends, I’d like to return to the previous state/mode. I’m thinking scenes. Edit: nervetattoo has already answered this before, it’s scenes.
(I tried the ‘vertical-stack-in-card’ custom component to merge the two cards but it seems a little buggy. I think I’ll just use the vertical-stack card.
I got the idea for this from one of the examples on https://github.com/custom-cards/button-card#examples)
By changing label for the sensor and the units, there’s a fair enough hygrostat card working with dry function of a split AC and the fan_only with a smart plug connected to a humidifier (haven’t found a way of changing labels for dry/fan_only to humidify/dehumidify as these are tied up with the climate component and also the likes of ATTR_TARGET_TEMP_HIGH/LOW/STEP for humidity are currently lacking in order to set for a proper hygrostat component similar to HVAC).
Wondering if it would be too difficult to set it as a dual purpose card for temp&hum (the backend component still shows units in °C but this is not a big problem)
Hi… first of all, its a great card. Thanks for that.
i know that you are not into different colors and stuff, but i would be great if the functionality could be added. Like the standard card, where the Heat symbol gets a orange color on the icon when heating. For the Sensors (humidity etc), also a color following some schema…
for now as a workaround, i am using the vertical-stack to add the sensors with colors from the custom_ui. Still have to improve it, but helps for now… but it would be great if your card could have this function (like the original one) or a integration with the custom_ui.
Didn’t see a reply to thermseekr’s post. Has anyone found a way to remove the word “Operation” from the card so that it just leaves the modes spread out to fill the bottom of the card?
For both translations I did have used two template sensors which I configured.
The default tempature and state sensor in Simple Thermostate I hide using the hide label in the configuration.
With the latest update from nervetattoo (great work btw) you can use the label configuration for Temperature and change the text into something else as mentioned by nervetattoo.
For the state I am still using a template sensor. The component seems to use the hvac state values for my Nest thermostat and not the operation states. I fixed that for myself using a template sensor.