Page 1 of 1

Dashticz - Live data graph

Posted: Thursday 15 October 2020 14:02
by mash47
Hello,
I've just installed Dashticz V3. I use Remote server -> MQTT -> Node-RED -> MQTT -> Domoticz Virtual Sensor to show live electricity demand updated every 10 seconds. How can I display every 10 second update on a Dashticz graph ?

Re: Dashticz - Live data graph

Posted: Thursday 15 October 2020 16:03
by Lokonli
mash47 wrote: Thursday 15 October 2020 14:02 Hello,
I've just installed Dashticz V3. I use Remote server -> MQTT -> Node-RED -> MQTT -> Domoticz Virtual Sensor to show live electricity demand updated every 10 seconds. How can I display every 10 second update on a Dashticz graph ?
Currently it's not supported: Dashticz makes use of the graph data provided by Domoticz. Domoticz stores data once per 5 minutes I think.

However, this might be an interesting feature for the Dashticz roadmap. If more people would like to see this in Dashticz, I'll add it to the next release.

So, can I have your votes please :)

Re: Dashticz - Live data graph

Posted: Thursday 15 October 2020 16:41
by mash47
Lokonli wrote: Thursday 15 October 2020 16:03 So, can I have your votes please :)
Yes definately.

Is there a way that I can store the 10 second data in a database on my raspberry pi and configure Dashticz to create a graph from this data?

Re: Dashticz - Live data graph

Posted: Thursday 15 October 2020 17:11
by Lokonli
mash47 wrote: Thursday 15 October 2020 16:41
Lokonli wrote: Thursday 15 October 2020 16:03 So, can I have your votes please :)
Yes definately.

Is there a way that I can store the 10 second data in a database on my raspberry pi and configure Dashticz to create a graph from this data?
Theoretically yes: you can create a custom html block to read the data from the database and show it as a graph. Or:if you can display the graph as a webpage, you could use that in a Dashticz iframe.