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
Labels
bug
Something isn't working
bindingopenhab2/org.openhab.binding.souliss/src/main/java/org/openhab/binding/souliss/internal/protocol/SoulissBindingUDPDecoder.java
Line 478 in 526e439
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));
The text was updated successfully, but these errors were encountered: