update readme

This commit is contained in:
2025-11-01 17:00:00 +01:00
parent aeb9e04413
commit 55b62d7438

View File

@ -19,7 +19,11 @@ Sntp <|-- Metrics
class Inputs{ class Inputs{
+initInputs() +initInputs()
-initMeasurement()
-updateAverage()
-updatePrediction()
-taskInput() -taskInput()
-linearRegressionPredict()
+getChamberTemperature() +getChamberTemperature()
+getOutdoorTemperature() +getOutdoorTemperature()
+getInletFlowTemperature() +getInletFlowTemperature()
@ -38,7 +42,11 @@ Sntp <|-- Metrics
} }
class Control{ class Control{
initControl()
+taskControl() +taskControl()
+getControlCurrentWeekday()
-findControlCurrentTemperatureEntry()
+getControlCurrentTemperatureEntry()
-controlTable -controlTable
+getControlState() +getControlState()
} }
@ -79,33 +87,41 @@ Sntp <|-- Metrics
burner_fault_pending 1 burner_fault_pending 1
circulation_pump_enabled 1 circulation_pump_enabled 1
burner_enabled 0 burner_enabled 0
safety_contact_enabled 0 safety_contact_enabled 1
chamber_temperature 58.750000 chamber_temperature 37.250000
chamber_temperature_avg10 58.931252 chamber_temperature_avg10 37.237499
chamber_temperature_avg60 59.190475 chamber_temperature_avg60 37.438541
chamber_temperature_pred60 55.870998 chamber_temperature_damped 42.185040
inlet_flow_temperature 53.875000 chamber_temperature_pred60 36.638443
inlet_flow_temperature_avg10 53.900002 inlet_flow_temperature 35.625000
inlet_flow_temperature_avg60 53.994320 inlet_flow_temperature_avg10 35.618752
inlet_flow_temperature_pred60 52.848743 inlet_flow_temperature_avg60 35.415627
outdoor_temperature 18.000000 inlet_flow_temperature_damped 39.431259
outdoor_temperature_avg10 18.006250 inlet_flow_temperature_pred60 36.078678
outdoor_temperature_avg60 18.002840 outdoor_temperature 14.687500
outdoor_temperature_pred60 18.050785 outdoor_temperature_avg10 14.662500
return_flow_temperature 48.625000 outdoor_temperature_avg60 14.646875
return_flow_temperature_avg10 48.718750 outdoor_temperature_damped 9.169084
return_flow_temperature_avg60 48.846592 outdoor_temperature_pred60 14.660233
return_flow_temperature_pred60 47.383083 return_flow_temperature 39.937500
return_flow_temperature_avg10 40.087502
return_flow_temperature_avg60 41.146873
return_flow_temperature_damped 32.385151
return_flow_temperature_pred60 37.311958
chamber_temperature_state 0 chamber_temperature_state 0
outdoor_temperature_state 0 outdoor_temperature_state 0
inlet_flow_temperature_state 0 inlet_flow_temperature_state 0
return_flow_temperature_state 0 return_flow_temperature_state 0
safety_state 0 safety_state 0
control_state 3 control_state 3
control_current_weekday 5
control_current_entry_time 17100
control_current_entry_chamber_temperature 80.000000
control_current_entry_return_flow_temperature 30.000000
sntp_state 0 sntp_state 0
system_unixtime 1735242392 system_unixtime 1762012743
uptime_seconds 40 uptime_seconds 465229
wifi_rssi -74 wifi_rssi -72
``` ```
#### Status Encoding #### Status Encoding