Page 1 of 1

Visualize data question

Posted: Thursday 20 March 2025 19:12
by Ragdag
So Domoticz has many great native visualizations to show certain data over time.

I'm looking for a way to visualize the state of my heat pump. It will be either:
  • No Requirement
  • DWH Mode
  • Heating Mode
  • Cooling Mode
Currently, I'm dumping it into a text device, but that does not really do anything.
Image

Would it be possible to create a device that tracks the state over time, so I can see roll-up reports on how long each state was used per day, week, etc.?

Re: Visualize data question

Posted: Friday 21 March 2025 12:59
by habahabahaba
I think you can use your current text device and add some Dzvents script + Dummy custom sensor

For each state of your device set numbers 0-3 for example and when text on text device changed - send the proper digit to custom sensor.

And custom sensor have a graph interface

Re: Visualize data question

Posted: Friday 21 March 2025 21:16
by HvdW
Write the results to a csv file which can be opened with Excel of other program.