Thermostat UI Question

Hi there,

how do you handle thermostats in your dashboard? I have found some examples but cant believe, that this is all that exists.

The only usable example was the nest flow I found and i have adapted it to my Homematic devices, but even this is not really "perfect".

I am thinking about an Gauge kind of thing with current and set temperature, and also having more Information like the valve and battery display.

Optional generated buttons for predifined Temperature Settings would be good like off, boost, warm...

Does anybody already implement this?

regards

Check out Pete Scargill's blog - he has some good examples.

I also posted something I've been working on though I use a table at the moment - I might switch to using a linear gauge at some point but I've been busy on other things recently. I also want to eventually implement "scenes" for heating so that the family can boost the ground floor for example.

Hi TotallyInformation,

thanks for the two links/thread, I was already reading into it and am looking forward to see it beeing done :slight_smile:

regards

1 Like

While I want to go @TotallyInformation ‘s way myself with uibuilder next, there is a NR dashboard ui widget which has all the thermostat elements you look for, though not being a gauge: https://flows.nodered.org/node/node-red-contrib-heater-controller

1 Like

Regarding future gauges in uibuilder with vue, here’s an example of use of a simple gauge courtesy of echarts for vue: https://radiostud.io/build-vuejs-widget-data-visualization/

1 Like

hi bohtho,

thanks for the first, I knew that already, but I would not even show that to my wife. Of course it works, but it is overloaded and has now WAF in my eyes.

the Vue thing seems very nice, I will take a second look into that thing, thanks.

regards