mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-03-20 17:28:37 +05:00
feat: polling of exhaust gas temperature (#42) and heating return temperature; added new sensors to HA
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user