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
Hello! Thank you so much for your development!
I use an example of your code to get the value of the boiler modulation and get a strange value, if it is divided by 256 then do not get a number from 0 to 100%
unsigned int data = 0xFFFF;
unsigned long request = ot.buildRequest(
OpenThermRequestType::READ,
OpenThermMessageID::RelModLevel,
data);
Serial.println("mod:"+String(ot.sendRequest(request)));
Central Heating: on
Hot Water: off
Flame: off
diagnost: 0
fault: 0
**mod:3222339584**
Boiler temperature is 36.80 degrees C
The text was updated successfully, but these errors were encountered:
Hello! Thank you so much for your development!
I use an example of your code to get the value of the boiler modulation and get a strange value, if it is divided by 256 then do not get a number from 0 to 100%
The text was updated successfully, but these errors were encountered: