A small project of mine to compare in real time diverse sensor values values using Google Charts.
Features
Can be used standalone of HASS;
Uses the new (as of Dec 2019) Long-Lived Access Token auth system;
Can be embedded as in iframe in lovelace;
Updates in real time;
Sortable by name or value;
Chart type can be changed on the fly (3 default options: column, bar, piechart - more can be added: read the comments in the state-card-gchart.html file);
Supports one more more entities (recomended to compare: power, temperature, humidity, mold etc.).
Could be also use as a weather forecast (disabling some of the options might be needed).
Weird. Sounds like a issue with your installation. A bit difficult to debug without access to your machine.
Is this the only problem you have with your setup?
What javascript_version do you have in your frontend section? My platform won’t work on all versions.
i was using VirtualEnv above ubuntu 16,
i have now installed a new and fresh Ubuntu 18 and reinstalled Home Assistant/
i’ll give it a try again.
Cheers,
Hello. Sadly, it isn’t ready for lovelace.
It is hard keeping up with the frequent changes in HASS (every other update breaks some custom tools). I will wait a bit until the situation normalizes and then update it. Sorry.
That’s really cool, I’ve been trying to do something similar with chart.js but have did not manage to get the HA data into JSON data. Would it work with a mysql (mariaDB) database?
I did get Grafana working but I’m after something a little more integrated with the UI, with realtime updates, etc. I’m still using the Old UI also so I’ll give this a try. I’ve just found that there is a mysql sensor I can use to I should be able to get MariaDB to work also.