feat: polling of exhaust gas temperature (#42) and heating return temperature; added new sensors to HA

This commit is contained in:
Yurii
2024-03-30 00:04:51 +03:00
parent 41cca76bfa
commit f544f01caa
5 changed files with 88 additions and 0 deletions

View File

@@ -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 {