ginkage / MHI-AC-Ctrl-ESPHome

ESPHome integration for MHI-AC-Ctrl project
MIT License
112 stars 39 forks source link

Climate degrees steps #35

Closed sanderlv closed 1 year ago

sanderlv commented 2 years ago

Hi,

is it possible to set the climate entity temperature in half degrees?

arpiecodes commented 2 years ago

Hello, this seems to be a limitation in the used library (MHI-AC-Ctrl) as it only accepts unsigned integers, not float values. IIRC there was a discussion about this on that repo as well. If they can do it in the main library, we can make it happen in the ESPHome variant. In the meantime, I'd prefer not to break library parity/compatibility.

sanderlv commented 2 years ago

Ok, thats a pity

forerunnert commented 2 years ago

In the documentation it says:

Target room temperature (float) in °C, resolution is 0.5°C

for topic Tsetpoint.

serrj-sv commented 1 year ago

In the documentation it says:

Target room temperature (float) in °C, resolution is 0.5°C

for topic Tsetpoint.

fix: https://github.com/ginkage/MHI-AC-Ctrl-ESPHome/pull/62