mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-13 11:44:29 +05:00
feat: added polling of min modulation and max boiler power; added sensor for current boiler power
This commit is contained in:
@@ -357,6 +357,8 @@ protected:
|
||||
// sensors
|
||||
this->haHelper->publishSensorModulation(false);
|
||||
this->haHelper->publishSensorPressure(settings.system.unitSystem, false);
|
||||
this->haHelper->publishSensorMaxPower(false);
|
||||
this->haHelper->publishSensorCurrentPower();
|
||||
this->haHelper->publishSensorFaultCode();
|
||||
this->haHelper->publishSensorDiagnosticCode();
|
||||
this->haHelper->publishSensorRssi(false);
|
||||
|
||||
Reference in New Issue
Block a user