You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
I use a Nefit Opentherm to EMS Converter for my system (with a Honeywell Modulating Thermostat).
I have added it in my ems_devices.h, and it is recognised, but does not seem to be readable (I am not sure whether it is dependent on the actual OT thermostat used).
Here is the line I added (probably quicker than a pull request...):
{EMS_MODEL_OT, 171, 0x02, "Opentherm converter", EMS_THERMOSTAT_READ_NO, EMS_THERMOSTAT_WRITE_NO}
Best, Rene
The text was updated successfully, but these errors were encountered:
There was someone else with a similar problem using the OpenTherm EMS converter. It doesn't seem to be able to handle all the message types. It could be the code or the circuit but difficult to determine without further testing.
Agree, ultimately I would like to get rid of it and control the heating directly through the EMS bus. Need to look at setting flow temperatures etc, through MQTT, but that is off-topic...
Hi Paul,
Another one:
I use a Nefit Opentherm to EMS Converter for my system (with a Honeywell Modulating Thermostat).
I have added it in my ems_devices.h, and it is recognised, but does not seem to be readable (I am not sure whether it is dependent on the actual OT thermostat used).
Here is the line I added (probably quicker than a pull request...):
{EMS_MODEL_OT, 171, 0x02, "Opentherm converter", EMS_THERMOSTAT_READ_NO, EMS_THERMOSTAT_WRITE_NO}
Best, Rene
The text was updated successfully, but these errors were encountered: