weltmeyer / ioBroker.gree_aircon

MIT License
3 stars 5 forks source link

Objekte melden invalid value (text) but has to be one of number, string, boolean, array, object, mixed, file, json #17

Open Wildbill-Z opened 3 years ago

Wildbill-Z commented 3 years ago

Hi, ich habe mir heute eine Proklima vom Bauhaus gegönnt und, nachdem es Probleme mit der Einbindung bei Alexa gab, zufällig diesen Adapter gefunden. Installiert und funktioniert, nur kommen halt beim Starz ein paar Meldungen:

`

gree_aircon.0 2021-06-19 17:02:52.484 info (9374) ClientPollUpdate: nowProperties:{"power":"on","mode":"cool","temperatureUnit":"celsius","temperature":22,"currentTemperature":0,"fanSpeed":"auto","air":"off","blow":"on","health":"off","sleep"
gree_aircon.0 2021-06-19 17:02:52.484 info (9374) ClientPollUpdate: updatesProperties:{"power":"on","mode":"cool","temperatureUnit":"celsius","temperature":22,"currentTemperature":0,"fanSpeed":"auto","air":"off","blow":"on","health":"off","sl
gree_aircon.0 2021-06-19 17:02:52.412 info (9374) Client connected:502cc63352e9
gree_aircon.0 2021-06-19 17:02:52.123 info (9374) config ipAddress: 192.168.100.101
gree_aircon.0 2021-06-19 17:02:52.093 info (9374) starting. Version 0.0.1 in /opt/iobroker/node_modules/iobroker.gree_aircon, node: v12.22.1, js-controller: 3.2.16
gree_aircon.0 2021-06-19 17:02:52.022 warn (9374) This object will not be created in future versions. Please report this to the developer.
gree_aircon.0 2021-06-19 17:02:52.021 warn (9374) Object gree_aircon.0.quiet is invalid: obj.common.type has an invalid value (text) but has to be one of number, string, boolean, array, object, mixed, file, json
gree_aircon.0 2021-06-19 17:02:52.001 warn (9374) This object will not be created in future versions. Please report this to the developer.
gree_aircon.0 2021-06-19 17:02:52.001 warn (9374) Object gree_aircon.0.air is invalid: obj.common.type has an invalid value (text) but has to be one of number, string, boolean, array, object, mixed, file, json
gree_aircon.0 2021-06-19 17:02:51.995 warn (9374) This object will not be created in future versions. Please report this to the developer.
gree_aircon.0 2021-06-19 17:02:51.995 warn (9374) Object gree_aircon.0.fanSpeed is invalid: obj.common.type has an invalid value (text) but has to be one of number, string, boolean, array, object, mixed, file, json
gree_aircon.0 2021-06-19 17:02:51.990 warn (9374) This object will not be created in future versions. Please report this to the developer.
gree_aircon.0 2021-06-19 17:02:51.989 warn (9374) Object gree_aircon.0.mode is invalid: obj.common.type has an invalid value (text) but has to be one of number, string, boolean, array, object, mixed, file, json
host.iobroker-vlan100 2021-06-19 17:02:51.018 info instance system.adapter.gree_aircon.0 started with pid 9374

` Ich habe gesehen, dass Du den Adapter seit ca. 2 Jahren nicht mehr aktualisiert hast, aber gibt es eine Chance, dass Du den auf die aktuellen Versionen des Admin/JS in iobroker anpasst? Bei mir läuft admin 4.2.1 und js-controller 3.2.16

Gruss, Jürgen

di3t0 commented 2 years ago

Hallo,

habe das gleiche prolem mit meiner Cooper & Hunter klimaanlage.

Gibt es eine loesung?