Platform independent domotica data grapher.
sudo su -
cd /path/to/where/you/want/store/domog
git clone https://github.com/Mausy5043/domog.git
cd domog
./install.sh
./update.sh
After installation the daemons start up automagically. Data stored in the MySQL database by the data gatherers of domod is retrieved and graphed. The graphs and the accompanying webpage are pushed to the Grav-based website.
This version still queries the MySQL database in batches on every update. Graphs are made with pyplot
. Every minute the graph is fully redrawn.
The python code for the daemons is based on previous work by