homecineplexx / ioBroker.homepilot20

Rademacher Homepilot 2.0 (version >= 5.0.39)
MIT License
23 stars 7 forks source link

Homepilot nach Update erzeugt dauert Fehlermeldung boolean statt string #35

Closed SteffnVo closed 2 years ago

SteffnVo commented 2 years ago

Node.js: v14.17.4 (Empfohlene Version v12.22.4) NPM: 6.14.14

Unendliche Fehlermeldungen (auch wenn nur Info), anscheinend wird ein falscher Wertetyp angelegt. Ist nur ein Auszug ;-).

homepilot20.0 2021-08-05 06:59:59.910 info (2406336) State value to set for "homepilot20.0.Actuator.1010018-14234511.Attribute.DAWN_AUTO_CFG" has to be type "boolean" but received type "string"
homepilot20.0 2021-08-05 06:59:59.910 info (2406336) State value to set for "homepilot20.0.Actuator.1010018-14234511.Attribute.SUN_AUTO_CFG" has to be type "boolean" but received type "string"
homepilot20.0 2021-08-05 06:59:59.908 info (2406336) State value to set for "homepilot20.0.Actuator.1010018-14234511.Attribute.TIME_AUTO_CFG" has to be type "boolean" but received type "string"
homepilot20.0 2021-08-05 06:59:59.907 info (2406336) State value to set for "homepilot20.0.Actuator.1010018-14234511.Attribute.AUTO_MODE_CFG" has to be type "boolean" but received type "string"
homepilot20.0 2021-08-05 06:59:59.898 info (2406336) State value to set for "homepilot20.0.Actuator.1010005-14234511.Attribute.DUSK_AUTO_CFG" has to be type "boolean" but received type "string"
homepilot20.0 2021-08-05 06:59:59.898 info (2406336) State value to set for "homepilot20.0.Actuator.1010005-14234511.Attribute.DAWN_AUTO_CFG" has to be type "boolean" but received type "string"
homepilot20.0 2021-08-05 06:59:59.898 info (2406336) State value to set for "homepilot20.0.Actuator.1010005-14234511.Attribute.SUN_AUTO_CFG" has to be type "boolean" but received type "string"
homepilot20.0 2021-08-05 06:59:59.898 info (2406336) State value to set for "homepilot20.0.Actuator.1010005-14234511.Attribute.TIME_AUTO_CFG" has to be type "boolean" but received type "string"
homepilot20.0 2021-08-05 06:59:59.898 info (2406336) State value to set for "homepilot20.0.Actuator.1010005-14234511.Attribute.AUTO_MODE_CFG" has to be type "boolean" but received type "string"
homepilot20.0 2021-08-05 06:59:59.897 info (2406336) State value to set for "homepilot20.0.Actuator.1010007-14234511.Attribute.DUSK_AUTO_CFG" has to be type "boolean" but received type "string"
homecineplexx commented 2 years ago

ist zwar super, aber könntet ihr wenn ihr schon ein Issue aufmacht auch die Version des Adapters irgendwo rein schreiben BITTEEEEE

SteffnVo commented 2 years ago

Sorry, vergessen: (2417529) starting. Version 0.0.20 in /opt/iobroker/node_modules/iobroker.homepilot20, node: v14.17.4, js-controller: 3.3.15

Kommt nachdem IOBROKER im stable Release auf die neue JS Version Update. Aber auch im beta Release kommen die Fehlermeldungen.

tccflash commented 2 years ago

Denke das liegt am neuen JSController 3.3 oder? Fixt du das demnächst in deinem Adapter @homecineplexx

Homeworker11 commented 2 years ago

Hallo

Nach update auf JS controller 3.3.15

Auch Fehlermeldungen

Von: tccflash @.> Gesendet: Freitag, 6. August 2021 15:28 An: homecineplexx/ioBroker.homepilot20 @.> Cc: Subscribed @.***> Betreff: Re: [homecineplexx/ioBroker.homepilot20] Homepilot nach Update erzeugt dauert Fehlermeldung boolean statt string (#35)

Denke das liegt am neuen JSController 3.3 oder? Fixt du das demnächst in deinem Adapter @homecineplexx https://github.com/homecineplexx

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/homecineplexx/ioBroker.homepilot20/issues/35#issuecomment-894260259 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ARXVR52GCCYE4HC7MA2TJ2DT3PPM7ANCNFSM5BSU5TPQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email . https://github.com/notifications/beacon/ARXVR54DECMWZ5T37IBWMNDT3PPM7A5CNFSM5BSU5TP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOGVGVIIY.gif

SteffnVo commented 2 years ago

damit nicht die Protokolldatei unendlich voll läuft ... kann man den Protokolllevel auf Fehler setzen, Level "Warnung" reicht auch nicht. Dann ist wenigstens die Stabilität nicht weiter gefährdet.

nifu777 commented 2 years ago

Host: 3.3.15 Node.js: v12.22.1 NPM: 6.14.12 homepilot20.0: v.0.0.20

homepilot20.0 | 2021-08-09 14:01:46.396 | info | State value to set for "homepilot20.0.Actuator.1-14234511.deviceGroup" has to be type "string" but received type "number" homepilot20.0 | 2021-08-09 14:01:34.343 | info | State value to set for "homepilot20.0.Actuator.2-14234511.did" has to be type "string" but received type "number"

homecineplexx commented 2 years ago

sollte in der version 0.0.23 behoben sein. bitte ausprobieren

Homeworker11 commented 2 years ago

Neues Problem mit Version 0.0.23 Alle Objekte neu angelegt. image

SteffnVo commented 2 years ago

Nach Update auf .24 scheinen die Sensoren offen zu sein, bitte Issue noch mal öffnen Version 0.0.24 in /opt/iobroker/node_modules/iobroker.homepilot20, node: v14.17.4, js-controller: 3.3.15

homepilot20.0 2021-08-10 22:29:57.665 warn State value to set for "homepilot20.0.Sensor.1010009-16234511.timestamp" has value "-1" less than min "0"
homepilot20.0 2021-08-10 22:29:57.663 info State value to set for "homepilot20.0.Sensor.1010009-16234511.did" has to be type "string" but received type "number"
homepilot20.0 2021-08-10 22:29:57.663 info State value to set for "homepilot20.0.Sensor.1010009-16234511.deviceGroup" has to be type "string" but received type "number"
Uli1701 commented 2 years ago

Hallo zusammen, Version 0.0.25 Node: v12.22.2 NPM: 6.14.13

Bei mir habe ich das Problem weiterhin mit Aktoren, Sensoren und Szenen. (Number statt String bzw. falscher property Wert) image image image

homecineplexx commented 2 years ago

bitte, mach folgendes

-) stoppe die Homepilot20 Instanz -) lösche alle Objekte vom Homepilot20 -) start die Homepilot20 Instanz neu

und gib mir bitte ein Feedback

Uli1701 commented 2 years ago

Hilft leider nicht