jamesseatter / home_measurement_iot_collector

Home Heating IOT Client written in Java
1 stars 0 forks source link

Add live guages for current measured values #135

Closed jamesseatter closed 3 years ago

jamesseatter commented 3 years ago

The data is read every x minutes, so if it is read every 30 minutes it is out of date if an issue is occurring. Add a gauge for each sensor to show measurement taken at the page refresh time.

Google Charts has some nice simple gauges. Seperate the gauges into a separate HTML file as a fragment for reuse.. Create a dedicate live.html page.

jamesseatter commented 3 years ago

Add the low_threshold and high_threshold values to the model sent for the livegauges.