rchrch / homebridge-mhacwifi1-lan

Homebridge Plugin for LAN Control of Mitsubishi Heavy Industries MH-AC-WIFI-1
Apache License 2.0
7 stars 2 forks source link

characteristic was supplied illegal value #13

Open huglester opened 5 months ago

huglester commented 5 months ago

Hello

getting these messages.

[5/25/2024, 9:40:09 AM] [homebridge-mhacwifi1-lan] This plugin generated a warning from the characteristic 'Current Temperature': characteristic was supplied illegal value: number 3276.8 exceeded maximum of 100. See https://homebridge.io/w/JtMGR for more info.

Maybe some sensor got broken on the air conditioner itself? Is there a way to work-around this?

Like ignore error, and just so I can "forge" some temperature manualy? Because I can't manage aircoditioner now.

I can use it using regular remote.

Thanks

huglester commented 5 months ago
{
    "name": "Aircon",
    "host": "192.168.88.101",
    "outdoorTemperature": false,
    "username": "admin",
    "password": "admin",
    "platform": "MH-AC-WIFI-1",
    "_bridge": {
        "username": "0E:A3:D4:78:78:35",
        "port": 56155
    }
}

config has outdoorTemperature: false. I tried reconfigure/read the accessory to the Homekit.

During setup it did show correct 22C value.

Strange it is somehow broken.