mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-10 18:24:27 +05:00
fix: fixed reading exhaust gas temperature
This commit is contained in:
@@ -669,7 +669,7 @@ protected:
|
||||
return false;
|
||||
}
|
||||
|
||||
vars.temperatures.exhaust = CustomOpenTherm::getFloat(response);
|
||||
vars.temperatures.exhaust = this->instance->fromS16(response);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user