Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Blockly
    5. Klimaanlage taktet

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Klimaanlage taktet

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      balu67 @Homoran last edited by balu67

      @homoran said in Klimaanlage taktet:

      wie @paul53 und ich vermutet haben kommt das von dem Panasonic Adapter und hat wahrscheinlich mit der Verfügbarkeit deren Servers zu tun

      Der Adapter liefert aber ständig aktualisierte Daten, zumindest sieht es im Protokoll so aus?
      3289e94b-0764-4a2c-acf6-7b1f943c906b-image.png

      Homoran 2 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @balu67 last edited by

        @balu67 keine Texte als Screenshots!
        steht auch hier warum
        https://forum.iobroker.net/topic/51555/hinweise-für-gute-forenbeiträge/1

        B 1 Reply Last reply Reply Quote 0
        • B
          balu67 @Homoran last edited by balu67

          @Homoran
          danke dir

          2023-04-23 10:45:42.009 - error: panasonic-comfort-cloud.0 (5467) Service error: Request failed with status code 400. Code=undefined. Stack: ServiceError: Request failed with status code 400
          at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28)
          at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:183:15)
          at ComfortCloudClient. (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:213:30)
          at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23)
          at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53)
          at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65)
          at runMicrotasks ()
          at processTicksAndRejections (node:internal/process/task_queues:96:5)
          
          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @balu67 last edited by

            @balu67 sagte in Klimaanlage taktet:

            liefert aber ständig aktualisierte Daten,

            hat aber wohl Probleme mit

            @balu67 sagte in Klimaanlage taktet:

            Code=undefined. Stack: ServiceError: Request failed with status code 400 at new ServiceError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/model/ServiceError.js:20:28) at ComfortCloudClient.handleError (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:183:15) at ComfortCloudClient.<anonymous> (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:213:30) at step (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:33:23) at Object.throw (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:14:53) at rejected (/opt/iobroker/node_modules/panasonic-comfort-cloud-client/dist/src/ComfortCloudClient.js:6:65) at runMicrotasks (<anonymous>) at processTicksAndRejections (node:internal/process/task_queues:96:5)

            das übliche Vorgehen:
            Instanz auf Logstufe debug schalten und dann im debugýlog nachsehen wo es genau klemmt.
            Natürlich auch ein paar Zeilen vorher oder später, ggf etwas vom admin, javascript.0 oder js-controller

            B 1 Reply Last reply Reply Quote 0
            • B
              balu67 @Homoran last edited by

              @homoran said in Klimaanlage taktet:

              Instanz auf Logstufe debug schalten

              nicht mal das kleine Blockly zum Testen funktioniert
              f1ba63ce-0bcf-4255-a536-323ce5ea4872-image.png

              2023-04-25 12:11:18.576 - info: admin.0 (1819) ==> Connected system.user.admin from ::ffff:192.168.178.28
              2023-04-25 12:11:21.799 - info: javascript.0 (2137) Stop script script.js.Test
              2023-04-25 12:11:21.808 - info: javascript.0 (2137) Start javascript script.js.Test
              2023-04-25 12:11:21.818 - info: javascript.0 (2137) script.js.Test: subscribe: {"pattern":{"id":"shelly.0.shellyplusht#08b61fcd5c24#1.Temperature0.Celsius","change":"ne","q":0},"name":"script.js.Test"}
              2023-04-25 12:11:21.821 - info: javascript.0 (2137) script.js.Test: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
              2023-04-25 12:11:27.307 - info: admin.0 (1819) <== Disconnect system.user.admin from ::ffff:192.168.178.28 javascript
              
              Homoran DJMarc75 Codierknecht 3 Replies Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @balu67 last edited by

                @balu67 sagte in Klimaanlage taktet:

                nicht mal das kleine Blockly zum Testen funktioniert

                dann setz mal sinnvolle debug Bausteine an die neuralgischen Punkte.

                wie sehen die Objektdaten von operate aus?

                B 1 Reply Last reply Reply Quote 0
                • B
                  balu67 @Homoran last edited by

                  @homoran

                  hier die Objektdaten

                  {
                    "type": "state",
                    "common": {
                      "role": "switch.power",
                      "states": {
                        "0": "Off",
                        "1": "On"
                      },
                      "write": true,
                      "def": 0,
                      "type": "number",
                      "name": "operate",
                      "read": true
                    },
                    "native": {},
                    "from": "system.adapter.panasonic-comfort-cloud.0",
                    "user": "system.user.admin",
                    "ts": 1678734426828,
                    "_id": "panasonic-comfort-cloud.0.Empore .operate",
                    "acl": {
                      "object": 1636,
                      "state": 1636,
                      "owner": "system.user.admin",
                      "ownerGroup": "system.group.administrator"
                    }
                  }
                  
                  Homoran 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @balu67 last edited by

                    @balu67 sagte in Klimaanlage taktet:

                    hier die Objektdaten

                    dann müsste der steuere Teil passen.

                    bleibt Trigger oder die falls Bedingung

                    1 Reply Last reply Reply Quote 0
                    • DJMarc75
                      DJMarc75 @balu67 last edited by

                      @balu67 sagte in Klimaanlage taktet:

                      nicht mal das kleine Blockly zum Testen funktioniert

                      schau mal da nach, nicht dass Du dort Debuggen angeklickt hast:

                      Screenshot 2023-04-24 162441.png

                      B 1 Reply Last reply Reply Quote 0
                      • B
                        balu67 @DJMarc75 last edited by

                        @djmarc75 said in Klimaanlage taktet:

                        schau mal da nach, nicht dass Du dort Debuggen angeklickt hast:

                        ja, hatte ich . Habs raus genommen, geht aber trotzdem nicht

                        Homoran 1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators @balu67 last edited by

                          @balu67 sagte in Klimaanlage taktet:

                          geht aber trotzdem nicht

                          "geht nicht" ist keine Fehlerbeschreibung!

                          debug Blöcke eingesetzt?
                          was steht im log unter dem Blockly?

                          B 2 Replies Last reply Reply Quote 0
                          • Codierknecht
                            Codierknecht Developer Most Active @balu67 last edited by

                            @balu67
                            Das "Wert von Objekt ID" kannst Du Dir sparen.
                            Nimm Dir aus dem Bereich "Trigger" den Block "Objekt ID" und ändere das dann in "Wert".

                            241bdc5f-bb8c-4f05-a6ca-9821c73b71fe-image.png

                            B 1 Reply Last reply Reply Quote 0
                            • B
                              balu67 @Codierknecht last edited by

                              @codierknecht said in Klimaanlage taktet:

                              Das "Wert von Objekt ID" kannst Du Dir sparen.

                              so ein Zufall, das hab ich gerade auf einem Youtube-Video gesehen, leider geht es aber trotzdem nicht

                              Ich habs auch mal mit umschalten versucht, ohne Erfolg
                              06a7e331-9ee0-429e-a2f0-15ed6575ddce-image.png

                              1 Reply Last reply Reply Quote 0
                              • B
                                balu67 @Homoran last edited by

                                @homoran said in Klimaanlage taktet:

                                was steht im log unter dem Blockly?

                                13:45:06.265	info	javascript.0 (2137) Start javascript script.js.Test
                                13:45:06.279	info	javascript.0 (2137) script.js.Test: subscribe: {"pattern":{"id":"shelly.0.shellyplusht#08b61fcd5c24#1.Temperature0.Celsius","change":"ne","q":0},"name":"script.js.Test"}
                                13:45:06.280	info	javascript.0 (2137) script.js.Test: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                
                                1 Reply Last reply Reply Quote 0
                                • B
                                  balu67 @Homoran last edited by

                                  @homoran said in Klimaanlage taktet:

                                  debug Blöcke eingesetzt?

                                  sorry, ich weiss nicht was du meinst, bzw. wie das geht?

                                  Codierknecht Homoran 2 Replies Last reply Reply Quote 0
                                  • Codierknecht
                                    Codierknecht Developer Most Active @balu67 last edited by

                                    @balu67
                                    So:
                                    e18280cb-0116-4e91-89b8-5e645e007123-image.png

                                    Homoran B 2 Replies Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @balu67 last edited by

                                      @balu67 sagte in Klimaanlage taktet:

                                      @homoran said in Klimaanlage taktet:

                                      debug Blöcke eingesetzt?

                                      sorry, ich weiss nicht was du meinst, bzw. wie das geht?

                                      dann frag doch!

                                      hier ein schönes Beispiel
                                      https://forum.iobroker.net/post/983458

                                      1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Codierknecht last edited by

                                        @codierknecht sagte in Klimaanlage taktet:

                                        @balu67
                                        So:
                                        e18280cb-0116-4e91-89b8-5e645e007123-image.png

                                        am besten noch den Wert mit ausgeben

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          balu67 @Codierknecht last edited by

                                          @codierknecht

                                          c43b5efd-80b8-44bb-b453-d53ed1d3cb6a-image.png

                                          14:15:26.278	info	javascript.0 (2137) Stop script script.js.Test4
                                          14:15:26.293	info	javascript.0 (2137) Start javascript script.js.Test4
                                          14:15:26.302	info	javascript.0 (2137) script.js.Test4: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions
                                          
                                          Codierknecht DJMarc75 2 Replies Last reply Reply Quote 0
                                          • Codierknecht
                                            Codierknecht Developer Most Active @balu67 last edited by

                                            @balu67
                                            Jetzt musst Du warten, bis sich die Temperatur ändert ...

                                            Homoran 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            520
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            12
                                            350
                                            44452
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo