The HTML dashboard shows "traffic light" style panels for each sensor:
Usage:
- Copy
config-example.json
toconfig.json
and add your sensors. - Add your own CSS as
custom.css
. (Optional) - Serve the files via HTTP.
(For example, run
python3 -m http.server --bind localhost
and open http://localhost:8000.)
Depending on your web browser, you may need to disable HTTPS-Only mode for the dashboard URL, the sensor URLs, or both.