-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
There are only a few DATA-IDs mandatory, for a boiler these are: Just try all |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
-
There are only a few DATA-IDs mandatory, for a boiler these are: Just try all |
Beta Was this translation helpful? Give feedback.
There are only a few DATA-IDs mandatory, for a boiler these are:
STATUS, SECONDARY_CONFIGURATION
,RELATIVE_MODULATION_LEVEL
,BOILER_WATER_TEMP
,CONTROL_SETPOINT_CH
andMAX_MODULATION_LEVEL
. For a HVAC I think this suggests thatHVAC_STATUS
will be mandatory too. So all others are optional.Just try all
OpenTherm::READ_DATA_ID
's and test withOpenTherm::error()
the response. If the response isOpenTherm::ERROR_CODES::UNKNOWN_DATA_ID
your HVAC does not support the DATA-ID.