Loads the CSV output of deconz-lqi-plugin and generates a timeline of the LQI.
- Install deconz-lqi-plugin on your server where deCONZ is runnning.
- Create a cronjob to run
gviz_crt.py
every minute and copy the CSV to a timestamped file. You can adapt mylqi-cron.sh
script.
- Pass the generated
lqi-names.csv
andlqi-$DATE.csv
files todeconz-lqi-analyzer.py
. - Open the generated CSV file in a spreadsheet and create a graph for it.
- Profit.