Adding ext device support

This commit is contained in:
abratchik
2025-07-09 16:43:52 +03:00
parent 062468c6b1
commit 24342db40e
13 changed files with 383 additions and 155 deletions

View File

@@ -506,6 +506,9 @@ protected:
this->haHelper->publishInputEquithermFactorK(false);
this->haHelper->publishInputEquithermFactorT(false);
// ext device
this->haHelper->publishSwitchExtDevice(String(settings.externalDev.caption), false);
// states
this->haHelper->publishStatusState();
this->haHelper->publishEmergencyState();
@@ -515,6 +518,8 @@ protected:
this->haHelper->publishFaultState();
this->haHelper->publishDiagState();
this->haHelper->publishExternalPumpState(false);
this->haHelper->publishExtDevState(String(settings.externalDev.caption), false);
// sensors
this->haHelper->publishFaultCode();