add input for Burner Error

This commit is contained in:
2024-12-07 18:37:09 +01:00
parent 9ac3792c6c
commit 3c5f0835f5
4 changed files with 147 additions and 36 deletions

View File

@ -16,7 +16,8 @@ Control <|-- HTTP_Metrics
Safety <|-- HTTP_Metrics
class Inputs{
+loop()
+ initInputs()
-loop()
+getChamberTemperature()
+getOutdoorTemperature()
+getInletFlowTemperature()
@ -59,3 +60,4 @@ Safety <|-- HTTP_Metrics
|------------------|-----------------|------------------|
| CirculationPump | IO27 | Relay 1 NO1 |
| Burner | IO14 | Relay 1 NC2 |
| Burner Fault | IO19 | Digital Input IN1 |