diff --git a/README.md b/README.md index 94d85fe..5f974a0 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ | BAXI ECO Nova | default | Pressure sensor not supported, modulation level not stable | | BAXI Ampera | 1028 | Pressure sensor not supported, only heating (DHW not tested) | | [Remeha Calenta Ace 40C](https://github.com/Laxilef/OTGateway/issues/1#issuecomment-1726081554) | default | - | +| [Baxi Nuvola DUO-TEC HT 16](https://github.com/Laxilef/OTGateway/issues/3#issuecomment-1751061488) | default | - | +| [AEG GBA124](https://github.com/Laxilef/OTGateway/issues/3#issuecomment-1765857609) | default | Pressure sensor not supported | +| [Ferroli DOMIcompact C 24 (board MF08FA)](https://github.com/Laxilef/OTGateway/issues/3#issuecomment-1765310058) | 211 | Pressure sensor not supported | ## PCB diff --git a/src/OpenThermTask.h b/src/OpenThermTask.h index c319431..a4755c5 100644 --- a/src/OpenThermTask.h +++ b/src/OpenThermTask.h @@ -94,6 +94,9 @@ protected: updatePressure(); if ((settings.opentherm.dhwPresent && settings.dhw.enable) || settings.heating.enable || heatingEnabled ) { updateModulationLevel(); + + } else { + vars.sensors.modulation = 0; } yield();