oischinger / ha_vicare

Inofficial Home Assistant custom component for Viessmann ViCare API
61 stars 34 forks source link

Fix precision of target & current temperature #88

Closed oischinger closed 2 years ago

oischinger commented 2 years ago

Vicare initially had "whole" precision set. I was mislead that this is the precision to be used for the target temperature. Instead it is actually the precision of the current temperature. PyViCare actually delivers a precision of tenths of degrees for current temperature.

This change: Changes current temperature precision to TENTHS Adds target_temperature_step to actually make WHOLE precision effective for setting temperature.

adorobis commented 2 years ago

Works in my system as well.

oischinger commented 2 years ago

HA Core PR: https://github.com/home-assistant/core/pull/66456