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

@@ -370,6 +370,8 @@ protected:
// temperatures
this->haHelper->publishNumberIndoorTemp();
this->haHelper->publishSensorHeatingTemp();
this->haHelper->publishSensorHeatingReturnTemp(false);
this->haHelper->publishSensorExhaustTemp(false);
// buttons
this->haHelper->publishButtonRestart(false);