ryan-williams / sensors

Home temperature + humidity metrics: custom sensors and dashboards
0 stars 0 forks source link

Simple web server on sensors: display and update state #19

Open ryan-williams opened 5 years ago

ryan-williams commented 5 years ago

basically the argparse data-structure should be factored out and each piece should be CRUD-able via web UI

these should all be backed up to disk (e.g. /etc/temps/temps.conf), and that should actually be the state store of reference, and flags in temps.service removed (the latter require running sudo systemctl daemon-reload on changes)

tempting to write the daemon in scala-native and use caseapp

there are probably libraries like this in python