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.
night/day/auto mode -> offset is 7 .... 6 should be Room-offset setting -> verified with my boiler #define EMS_OFFSET_RC35Set_mode 7 // position of thermostat mode
void _process_RC35StatusMessage(uint8_t * data, uint8_t length) , we have to read the Thermostat current_temp from here (0x3E) as well! Offset is 3. #define EMS_TYPE_RC35StatusMessage_curr 3 // current temp EMS_Thermostat.curr_roomTemp = _toFloat(EMS_TYPE_RC35StatusMessage_curr, data);
MQTT buffers
please increase the buffers a bit. Sometimes, the thermostat_data messsage is not complete. 524 bytes works for me
The text was updated successfully, but these errors were encountered:
only related to ES73 aka RC35 compatible types:
night/day/auto mode -> offset is 7 .... 6 should be Room-offset setting -> verified with my boiler
#define EMS_OFFSET_RC35Set_mode 7 // position of thermostat mode
void _process_RC35StatusMessage(uint8_t * data, uint8_t length) , we have to read the Thermostat current_temp from here (0x3E) as well! Offset is 3.
#define EMS_TYPE_RC35StatusMessage_curr 3 // current temp
EMS_Thermostat.curr_roomTemp = _toFloat(EMS_TYPE_RC35StatusMessage_curr, data);
MQTT buffers
please increase the buffers a bit. Sometimes, the thermostat_data messsage is not complete. 524 bytes works for me
The text was updated successfully, but these errors were encountered: