SciFiFarms / TechnoCore

TechnoCore: an IoT stack powered by Docker Swarm
GNU General Public License v3.0
20 stars 1 forks source link

Implement real time graphs #12

Open TheHackmeister opened 6 years ago

TheHackmeister commented 6 years ago

Currently, the graphs in Home Assistant don't update in real time. If you want new data, refresh the page. I would like to get those to be updated in real time.

D3 supports real time graphs. I'd look into seeing if we can use that in Home Assistant rather than what is being used presently.

This is one of those things that would be nice, but is by no means mandatory.