NEWS
Alexa erzählt etwas anderes als sie soll
-
Das Problem ist übrigens immer noch nicht gelöst.
Ich habe es soweit das sie es zumindest in allen drei Teilen ansagt aber sie sagt immer noch den berühmten Satz"Ich helfe dir gerne dich mit den richtigen Soundtrack bei Laune zu halten, sage einfach spiele Musik"
Desweiteren sagt sie alles mindestens 20x als ob sie das Blockly 100000 mal abarbeitet. Und so sieht es auch in den Protokollen aus als ob es ständig wiederholt wird. Habe schon Schleifen mit 1x gesetzt. Bringt alles nichts. Hat keiner noch einen Rat für mich.
-
@flori sagte in Alexa erzählt etwas anderes als sie soll:
Habe schon Schleifen mit 1x gesetzt.
??? Zeigen - und ich bin stark überzeugt dass Du da noch mehr Skripte am Laufen hast welche diese Datenpunkte ansprechen und auf den Trigger reagieren !!!
-
Nein, ich habe nur ein einziges Blockly laufen welches diesen Datenpunkt der Alarmanlage anspricht. Ich habe jetzt schon alles versucht. Die Alarmanlage sogar komplett aus der Alexa App entfernt so das sie nur noch über Tuya Adapter amgesprochen wird. Hilft alles nicht sie sagt was sie soll und anschließend kommt der andere Satz. Und dieses aber nicht nur 1x sondern mindestens 20x.
-
@flori
Für was sollte ich mehrere Blocklys haben. Sie soll nur diesen Datenpunkt auslesen, noch nicht einmal abändern was ja auch so funktioniert. Sie gibt auch in jeden Fall die richtige Antwort und dannach kommt dann immer mehrere male "Ich helfe dir gerne dich mit den richtigen Soundtrack bei Laune zu halten, sage einfach spiele Musik" -
-
Ich habe es jetzt auf diese einfache schlichte Methode gemacht und selbst da sagt sie alles korrekt aber danach sagt sie immer wieder das berühmte Sätzchen. Ich habe keineAhnung wo sie das herholt. Ist das einzige Blockly welches diesen Datenpunkt anspricht. Vor allem sie hört überhaupt nicht mehr auf damit. Sie gibt es dauern wieder. Aber auch der angegebene Text wird ständig wiederholt.
-
@flori na dann mach halt mal einen Debugblock direkt in den Triggerblock um den komischen "master_mode" zu debuggen.
-
Die Alarmanlage selber wird dagegen aber ordnungsgemäß im Vorfeld auf die unterschiedlichen Positionen geschaltet.
Welches sie ja auch abruft und anschließend ausgibt, nur eben nicht wie gewünscht.
-
Habe es jetzt so gemacht. es Schaltet auch normal man bekommt es auch angezeigt als Nummer 1 und 3.
Aber dann kommt eben die Debug Meldung 100000 mal und sie wiederholt alles 100000x. Und ich kann aber nicht mehr auf die Meldungen zugreifen wo sie es anzeigt weil es 99+ Meldungen sind. -
@djmarc75 Noch einmal etwas größer
-
Habe es jetzt so gemacht. es Schaltet auch normal man bekommt es auch angezeigt als Nummer 1 und 3.
Aber dann kommt eben die Debug Meldung 100000 mal und sie wiederholt alles 100000x. Und ich kann aber nicht mehr auf die Meldungen zugreifen wo sie es anzeigt weil es 99+ Meldungen sind. -
Auszüge aus dem Log immer als Text in CodeTags eingebettet, nicht als verwaschene Screenshots.
iobroker logs --watch
liefert das Log passend.
-
Wenn ich weiß wie das geht mache ich das gerne.
Das muß man ja dann bestimmt in Putty eingeben.
Aber wo kann ich das dann wieder auslesen und hier eingeben. Das weiß ich beim besten Willen nicht.Sorry
-
@flori na dann finde halt heraus warum dieser mysteriöse master_mode so oft triggert.
Keine Ahnung woher dieser Datenpunkt stammt - hab aber auch keine Lust den Beitrag von oben bis unten durchzulesen, falls dies irgendwo erwähnt wurde. -
Den Datenpunkt den er ausliesst ist genau hier definiert und er wird auch angesprochen und das auch korrekt.
Nur er trickert in irgend wie ohne Ende. Das ist das Problem und dann kommen die Aussagen dann 100000x.
Zeile 6-9 -
-
und es wurde schon erwähnt und auch schon hochgeladen.
-
@flori sagte in Alexa erzählt etwas anderes als sie soll:
@djmarc75
und es wurde schon erwähnt und auch schon hochgeladen.? keine Ahnung was Du meinst aber schau mal was @Thomas-Braun als Anregung für einen tollen Link geschickt hat:
@thomas-braun sagte in Alexa erzählt etwas anderes als sie soll:
@flori
Schau hier rein:
https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge -
So ich habe es jetzt so gemacht da kommt aber dann das ich kürzer schreiben soll es sind mehr als 100000 Zeichen enthalten.
-
Ich schicke jetzt mal alles was vorher kommt bevor die 100000 gleichen meldungen kommen und dann noch mal was danach kommt.```
2023-01-28 16:57:23.851 - info: admin.0 (243242) ==> Connected system.user.admin from ::ffff:192.168.178.69
2023-01-28 16:57:30.657 - info: javascript.0 (243299) Start javascript script.js.Alarmanlage.Alarmanlage_Neu_Neu
2023-01-28 16:57:30.679 - info: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_Neu_Neu: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2023-01-28 16:57:36.859 - info: javascript.0 (243299) Stop script script.js.Alarmanlage.Alarmanlage_Neu_Neu
2023-01-28 16:57:46.118 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string"
2023-01-28 16:57:46.119 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string"
2023-01-28 16:57:46.119 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string"
2023-01-28 16:57:46.150 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string"
2023-01-28 16:57:46.151 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string"
2023-01-28 16:57:46.152 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string"
2023-01-28 16:57:46.200 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string"
2023-01-28 16:57:46.201 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string"
2023-01-28 16:57:46.201 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string"
2023-01-28 16:57:46.235 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string"
2023-01-28 16:57:46.236 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string"
2023-01-28 16:57:46.236 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string"
2023-01-28 16:58:03.341 - info: javascript.0 (243299) Stop script script.js.Alarmanlage.Alarmanlage_Neu
2023-01-28 16:58:04.413 - info: javascript.0 (243299) Start javascript script.js.Alarmanlage.Alarmanlage_Neu_Neu
2023-01-28 16:58:04.419 - info: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_Neu_Neu: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
2023-01-28 16:58:14.758 - info: tuya.0 (243444) 02654020840d8e804331: Error on Reconnect (5): connection timed out
2023-01-28 16:58:23.837 - error: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_Neu_Neu: 1
2023-01-28 16:58:24.541 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_Neu_Neu: setForeignState(id=alexa2.0.Echo-Devices.G090U5078437090J.Commands.speak, state={"val":"Alarmanlage wurde in den Zu Hause Modus geschaltet","ack":false,"ts":1674921504541,"q":0,"from":"system.adapter.javascript.0","lc":1674921504541,"c":"script.js.Alarmanlage.Alarmanlage_Neu_Neu"}) - wurde nicht ausgeführt, während der Debug-Modus aktiv ist
2023-01-28 16:58:38.619 - info: admin.0 (243242) <== Disconnect system.user.admin from ::ffff:192.168.178.69 javascript
2023-01-28 16:58:53.553 - error: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_Neu_Neu: 3
2023-01-28 16:58:54.262 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_Neu_Neu: setForeignState(id=alexa2.0.Echo-Devices.G090U5078437090J.Commands.speak, state={"val":"Alarmanlage wurde ausgeschaltet","ack":false,"ts":1674921534262,"q":0,"from":"system.adapter.javascript.0","lc":1674921534262,"c":"script.js.Alarmanlage.Alarmanlage_Neu_Neu"}) - wurde nicht ausgeführt, während der Debug-Modus aktiv ist
2023-01-28 16:58:55.545 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet
2023-01-28 16:58:55.546 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet
2023-01-28 16:58:55.546 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet
2023-01-28 16:58:55.546 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet
2023-01-28 16:58:55.546 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet
2023-01-28 16:58:55.547 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet
2023-01-28 16:58:55.547 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet
2023-01-28 16:58:55.547 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltetund danach
2023-01-28 16:58:57.788 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.788 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.788 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.789 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.789 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.789 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.789 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.789 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.790 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.790 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.790 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.790 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.791 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.791 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.791 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.791 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.791 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.792 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.792 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.792 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.792 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.792 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:58:57.793 - warn: javascript.0 (243299) script.js.Alarmanlage.Alarmanlage_wurde_ausgeschaltet: Alarmanlage ausgeschaltet 2023-01-28 16:59:29.764 - info: admin.0 (243242) ==> Connected system.user.admin from ::ffff:192.168.178.69 2023-01-28 16:59:46.126 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 16:59:46.127 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 16:59:46.128 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 16:59:46.184 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 16:59:46.199 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 16:59:46.200 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 16:59:46.245 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 16:59:46.246 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 16:59:46.258 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 16:59:46.351 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 16:59:46.352 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 16:59:46.353 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:00:40.369 - info: tuya.0 (243444) 02654020840d8e804331: Connect locally to device 2023-01-28 17:00:40.369 - info: tuya.0 (243444) 02654020840d8e804331 Init with IP=192.168.178.46, Key=113417dd7dee128e, Version=3.3 2023-01-28 17:01:47.170 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:01:47.171 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:01:47.172 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:01:47.217 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:01:47.220 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:01:47.221 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:01:47.264 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:01:47.265 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:01:47.305 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:01:47.331 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:01:47.337 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:01:47.370 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:02:01.017 - info: tuya.0 (243444) 02654020840d8e804331: Error on Reconnect (4): connection timed out 2023-01-28 17:02:35.355 - info: tuya.0 (243444) 02654020840d8e804331: Connect locally to device 2023-01-28 17:02:35.355 - info: tuya.0 (243444) 02654020840d8e804331 Init with IP=192.168.178.46, Key=113417dd7dee128e, Version=3.3 2023-01-28 17:03:46.115 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:03:46.116 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:03:46.117 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:03:46.142 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:03:46.143 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:03:46.144 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:03:46.175 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:03:46.176 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:03:46.177 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:03:46.207 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:03:46.208 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:03:46.209 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:05:24.514 - info: tuya.0 (243444) 02654020840d8e804331: Error on Reconnect (5): connection timed out 2023-01-28 17:05:45.937 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:05:45.939 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:05:45.943 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:05:45.985 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:05:45.986 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:05:45.987 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:05:46.062 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:05:46.063 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:05:46.064 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:05:46.130 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:05:46.131 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:05:46.132 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:07:11.671 - info: tuya.0 (243444) 02654020840d8e804331: Error on Reconnect (1): connection timed out 2023-01-28 17:07:46.066 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:07:46.067 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:07:46.068 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:07:46.118 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:07:46.119 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:07:46.119 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:07:46.155 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:07:46.156 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:07:46.157 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:07:46.217 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:07:46.218 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:07:46.219 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:08:10.273 - info: admin.0 (243242) <== Disconnect system.user.admin from ::ffff:192.168.178.69 javascript 2023-01-28 17:09:46.181 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:09:46.182 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:09:46.183 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:09:46.216 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:09:46.217 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:09:46.218 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:09:46.269 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:09:46.270 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:09:46.271 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:09:46.295 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:09:46.296 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:09:46.298 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:10:29.143 - info: tuya.0 (243444) 02654020840d8e804331: Error on Reconnect (4): connection timed out 2023-01-28 17:11:30.099 - info: tuya.0 (243444) 02654020840d8e804331: Connect locally to device 2023-01-28 17:11:30.100 - info: tuya.0 (243444) 02654020840d8e804331 Init with IP=192.168.178.46, Key=113417dd7dee128e, Version=3.3 2023-01-28 17:11:45.919 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:11:45.920 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:11:45.921 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:11:45.948 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:11:45.949 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:11:45.950 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:11:45.977 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:11:45.978 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:11:45.979 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:11:46.017 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:11:46.018 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:11:46.019 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:12:17.437 - info: tuya.0 (243444) 02654020840d8e804331: Error on Reconnect (1): connection timed out 2023-01-28 17:13:18.224 - info: admin.0 (243242) ==> Connected system.user.admin from ::ffff:192.168.178.69 2023-01-28 17:13:46.175 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:13:46.175 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:13:46.176 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:13:46.207 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:13:46.208 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:13:46.209 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:13:46.272 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:13:46.273 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:13:46.273 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:13:46.299 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:13:46.300 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:13:46.301 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:15:46.176 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:15:46.177 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:15:46.178 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:15:46.218 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:15:46.220 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:15:46.221 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:15:46.264 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:15:46.265 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:15:46.269 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:15:46.362 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:15:46.363 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:15:46.364 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:16:58.772 - info: tuya.0 (243444) 02654020840d8e804331: Error on Reconnect (2): connection timed out 2023-01-28 17:17:18.904 - info: admin.0 (243242) <== Disconnect system.user.admin from ::ffff:192.168.178.69 javascript 2023-01-28 17:17:33.775 - info: tuya.0 (243444) 02654020840d8e804331: Error on Reconnect (4): connection timed out 2023-01-28 17:17:46.664 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:17:46.665 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:17:46.666 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:17:46.710 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:17:46.711 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:17:46.712 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:17:46.774 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:17:46.776 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:17:46.777 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:17:46.874 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:17:46.875 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:17:46.876 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:18:50.204 - info: tuya.0 (243444) 02654020840d8e804331: Connect locally to device 2023-01-28 17:18:50.205 - info: tuya.0 (243444) 02654020840d8e804331 Init with IP=192.168.178.46, Key=113417dd7dee128e, Version=3.3 2023-01-28 17:19:46.151 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:19:46.152 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:19:46.152 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:19:46.191 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:19:46.192 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:19:46.193 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:19:46.219 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:19:46.219 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:19:46.262 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:19:46.324 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:19:46.325 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:19:46.326 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:21:46.151 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:21:46.152 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:21:46.153 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:21:46.181 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:21:46.181 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:21:46.197 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:21:46.254 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:21:46.255 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:21:46.256 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:21:46.322 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:21:46.323 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:21:46.324 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:22:50.129 - info: tuya.0 (243444) 02654020840d8e804331: Connect locally to device 2023-01-28 17:22:50.130 - info: tuya.0 (243444) 02654020840d8e804331 Init with IP=192.168.178.46, Key=113417dd7dee128e, Version=3.3 2023-01-28 17:23:46.093 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:23:46.094 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:23:46.095 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950115643.endperiod" has to be type "number" but received type "string" 2023-01-28 17:23:46.143 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:23:46.144 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:23:46.146 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116517.endperiod" has to be type "number" but received type "string" 2023-01-28 17:23:46.196 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:23:46.197 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:23:46.198 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950116240.endperiod" has to be type "number" but received type "string" 2023-01-28 17:23:46.228 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.windowopenactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:23:46.228 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.boostactiveendtime" has to be type "number" but received type "string" 2023-01-28 17:23:46.229 - info: fritzdect.0 (492214) State value to set for "fritzdect.0.DECT_099950135395.endperiod" has to be type "number" but received type "string" 2023-01-28 17:24:38.357 - info: tuya.0 (243444) 02654020840d8e804331: Error on Reconnect (2): connection timed out