mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-14 04:04:28 +05:00
refactor: more logs; improved sensor of current boiler power: added settings min & max boiler power
This commit is contained in:
@@ -357,8 +357,7 @@ protected:
|
||||
// sensors
|
||||
this->haHelper->publishSensorModulation(false);
|
||||
this->haHelper->publishSensorPressure(settings.system.unitSystem, false);
|
||||
this->haHelper->publishSensorMaxPower(false);
|
||||
this->haHelper->publishSensorCurrentPower();
|
||||
this->haHelper->publishSensorPower();
|
||||
this->haHelper->publishSensorFaultCode();
|
||||
this->haHelper->publishSensorDiagnosticCode();
|
||||
this->haHelper->publishSensorRssi(false);
|
||||
|
||||
Reference in New Issue
Block a user