On it I have 3 widgets :
Room temperature, the room device with low and high temperature setpoints and the different heating modes (comfort, eco, frost protection (HG), off) and finally a chart with the temperature and the two setpoints.
The problem is that my chart only handles the temperature data because the others were given at a single time t but have not evolved.
I would like to have my two setpoints plotted and the temperature evolving at the same time
Add to the charts an additional function allowing to define a so-called « setpoint » value (or several).
It could be either fixed with an input to enter, or via a feature variable and we’d retrieve the feature’s lastValue continuously… like that on the fly ^^
It’s in there!! ^^ I’m just looking for the best way to represent it ^^
I’m trying to see if I can also define a zone (like +/- 1°C, if the setpoint is 20°C there would be a zone between 19 and 21°C)
Some visual mockups of the edition. I’m still figuring things out… ^^ it’s a pain on large screens in 3-column mode or on small ones. A lot of info to display.
 :
I have progressed to try to answer this request exactly (which is quite specific to an instruction-type feature). Tell me what you (sing./pl.) think:
Edit - I went with the same thing as the existing one for now with an addition at the bottom of the page :
@pierre-gilles,
I was tearing my hair out trying to get things to work, but it was actually broken — it was resolved in subsequent versions. I just updated to the latest version of apexcharts and it works. But of course I haven’t retested everything.
What do you recommend when updating dependencies? I tested with my current DB and it looks good. But how can I be sure it’ll be the same for everyone?