The temperature sets wrong values. i.e. when HS4 tries to set the temperature to 21 deg. C, thermostat will get set to 10.5 deg. C. This only began with this update.
Announcement
Collapse
No announcement yet.
Wrong temperature set with 4.2.1.0
Collapse
X
-
Oh crap. I know what that is. I was trying to find a way to solve the problem of Celsius users not being allowed to use .5 degree increments in the dropdown because of a missing feature in the HS4 SDK (we could do this in HS3, they just haven't put that back yet). I can fix it today and hopefully it'll be in the updater tomorrow.
Essentially it's dividing the request by 2, which was only in there for experimentation when I was doubling the value. Apparently I removed the doubling (so the list shows you the normal whole digits) but failed to remove the dividing part.
Comment