mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-13 11:44:29 +05:00
feat: polling of exhaust gas temperature (#42) and heating return temperature; added new sensors to HA
This commit is contained in:
@@ -153,7 +153,9 @@ struct Variables {
|
||||
float indoor = 0.0f;
|
||||
float outdoor = 0.0f;
|
||||
float heating = 0.0f;
|
||||
float heatingReturn = 0.0f;
|
||||
float dhw = 0.0f;
|
||||
float exhaust = 0.0f;
|
||||
} temperatures;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user