homebridge-midea icon indicating copy to clipboard operation
homebridge-midea copied to clipboard

error message

Open goldjunge91 opened this issue 2 years ago • 0 comments

[7/30/2022, 4:32:14 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Target Heater-Cooler State': characteristic value expected valid finite number and received "undefined" (undefined). See https://homebridge.io/w/JtMGR for more info. [7/30/2022, 4:32:14 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Cooling Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 17. See https://homebridge.io/w/JtMGR for more info. [7/30/2022, 4:32:14 PM] [homebridge-midea] This plugin generated a warning from the characteristic 'Heating Threshold Temperature': characteristic was supplied illegal value: number 0 exceeded minimum of 17. See https://homebridge.io/w/JtMGR for more info. [7/30/2022, 4:32:15 PM] [tozzi9142] Restoring existing accessory from cache: klimagerät [7/30/2022, 4:32:15 PM] [tozzi9142] Restoring existing accessory from cache: drucker [7/30/2022, 4:33:00 PM] [midea] [MideaPlatform.ts] sendCommand (Intent: [updateValues] (fetch params?) attempt 1/2) returned error The asyn reply does not exist [7/30/2022, 4:33:00 PM] [midea] [updateValues] Error sending the command: undefined. Trying to re-login before re-issuing command... [7/30/2022, 4:34:29 PM] [midea] [MideaPlatform.ts] sendCommand (Intent: [updateValues] (fetch params?) attempt 1/2) returned error The asyn reply does not exist [7/30/2022, 4:34:29 PM] [midea] [updateValues] Error sending the command: undefined. Trying to re-login before re-issuing command...

My device https://shop.retoura.de/Comfee-Klimageraet-Smartcool-7000-Wifi-43-l-Tag-fuer-Raeume-bis-25-m-B-Ware-einwandfrei

Config

        "user": "",
        "password": "",
        "interval": 1,
        "devices": [
            {
                "deviceId": "145135534882102",
                "supportedSwingModes": "None",
                "temperatureSteps": 1,
                "fanOnlyMode": true,
                "fanOnlyModeName": "Fan",
                "minTemp": 0, //i try 17 and 0 
                "maxTemp": 30,
                "OutdoorTemperature": false,
                "useFahrenheit": false,
                "audibleFeedback": false
            }
        ],
        "platform": "midea"

goldjunge91 avatar Jul 30 '22 16:07 goldjunge91