PaulAnnekov / tuyaha

Implements the special Tuya Home Assistant API.
Other
142 stars 106 forks source link

Thermostat target temperature factor 10 different from set temperature #70

Closed ksya closed 3 years ago

ksya commented 3 years ago

There are currently 2 dividers, one for the current temperature, the other for everything else. I think I may have a special case.

With current temperature divider to 10 and the temperature divider to default: Can set temperature, but reported target temperature (after getting from device) is 10x too high.

With current temperature divider to 10 and the temperature divider to 10: Can NOT set temperature (too high/low), but reported target temperature is OK

So the divider should not be used for the set_temperature, only for the get_temperature..

ollo69 commented 3 years ago

This is handled by PR #61, waiting to be merged to implement related PR in HA

marleyjaffe commented 3 years ago

Looks like this can be resolved now that PR #61 is merged?

ollo69 commented 3 years ago

I already created PR in HA, just waiting for review...

PaulAnnekov commented 3 years ago

Closing as the fix was merged.