fix: fixed reading exhaust gas temperature

This commit is contained in:
Yurii
2024-03-31 19:41:33 +03:00
parent 39a29042e1
commit 4490b38130

View File

@@ -669,7 +669,7 @@ protected:
return false;
}
vars.temperatures.exhaust = CustomOpenTherm::getFloat(response);
vars.temperatures.exhaust = this->instance->fromS16(response);
return true;
}