Skip to content

Fahrenheit temperature representation issue. #65

@galmeida

Description

@galmeida

Hi, my HA is set to use Fahrenheit, when I set the target temperature to certain values, the value will change after a few seconds by 0.5 degree, looking at the code, this seems to be a limitation of the protocol (mitp_utils.h:L23) and not any issue with the code itself. Despite that, I don't recall seeing the same behavior on the MHK2 thermostat, I wonder if there is any way to workaround this?

Log sample demonstrating the issue:

[21:01:14][D][climate:396]: 'Climate' - Sending state:
[21:01:14][D][climate:399]:   Mode: HEAT
[21:01:14][D][climate:401]:   Action: HEATING
[21:01:14][D][climate:404]:   Fan Mode: AUTO
[21:01:14][D][climate:419]:   Current Temperature: 22.00°C
[21:01:14][D][climate:425]:   Target Temperature: 21.67°C
[21:01:18][I][mitsubishi_itp:277]: Received temperature from Thermostat of 22.000000. (Current source: Thermostat)
[21:01:21][D][climate:396]: 'Climate' - Sending state:
[21:01:21][D][climate:399]:   Mode: HEAT
[21:01:21][D][climate:401]:   Action: IDLE
[21:01:21][D][climate:404]:   Fan Mode: AUTO
[21:01:21][D][climate:419]:   Current Temperature: 22.00°C
[21:01:21][D][climate:425]:   Target Temperature: 21.50°C

71F → 21.67C → 21.5 → 70.7F → 70.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions