Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

T31 error in float conversion (measured and setpoint) and wrong slot #13

Open
elminister83 opened this issue Mar 21, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@elminister83
Copy link
Member

((SoulissT31Handler) handler).setRawStateValues(sVal, getByteAtSlot(mac, slot + 1),

with this version temperature from t31 is -38,0 °C (right is 19,4)

maybe a solution is:
((SoulissT31Handler) handler).setRawStateValues(sVal, getFloatAtSlot(mac, slot + 1),
getFloatAtSlot(mac, slot + 3));

@fazioa
Copy link
Member

fazioa commented Mar 21, 2020

Solved with commit 9c26d86

It need testing.
Let me know

@fazioa fazioa self-assigned this Mar 21, 2020
@fazioa fazioa added the bug Something isn't working label Mar 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants