Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Neuer Robonect HX Adapter

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Neuer Robonect HX Adapter

Scheduled Pinned Locked Moved ioBroker Allgemein
robonectgardenahusqvarnamährobotergarten
467 Posts 58 Posters 114.1k Views 42 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • LatziL Latzi

    @stimpy23
    Wann hast du das Script erstellt? Heute? Es läuft nur 1 Mal am Tag 😉
    Zeig mal dein Script.

    S Offline
    S Offline
    Stimpy23
    wrote on last edited by
    #438

    @latzi
    habe es jetzt hingekommen, habe die Zeit früher gestellt, damit es ausgelöst wird.
    Vielen Danke für deine Hilfe

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Stimpy23
      wrote on last edited by
      #439

      kennt einer die ganzen Modi für den Timer (Deaktiviert, Standby, usw.) mit Nummern?

      LatziL 1 Reply Last reply
      0
      • S Stimpy23

        kennt einer die ganzen Modi für den Timer (Deaktiviert, Standby, usw.) mit Nummern?

        LatziL Online
        LatziL Online
        Latzi
        wrote on last edited by
        #440

        @stimpy23

        {
          "type": "state",
          "common": {
            "name": "Timer status",
            "type": "number",
            "role": "state",
            "read": true,
            "write": false,
            "desc": "",
            "states": {
              "0": "Deaktiviert",
              "1": "Aktiv",
              "2": "Standby"
            }
          },
          "native": {},
          "from": "system.adapter.robonect.0",
          "user": "system.user.admin",
          "ts": 1715968728146,
          "_id": "robonect.0.timer.status",
          "acl": {
            "object": 1636,
            "state": 1636,
            "owner": "system.user.admin",
            "ownerGroup": "system.group.administrator"
          }
        }
        

        0, 1, 2

        1 Reply Last reply
        0
        • M Offline
          M Offline
          myssv
          wrote on last edited by
          #441

          Kann es sein, dass ein Wert nicht korrekt übernommen wird?

          Im Robonect Web steht:

          6d9812df-5ca6-4639-8c13-d45936202968-grafik.png

          In den Objekten wird der Regen aber nicht angezeigt:

          66aa7a59-1806-4ea4-8777-c38cf4b8420a-grafik.png

          Ist das nur bei mir so oder ein kleiner Bug?

          1 Reply Last reply
          0
          • M Offline
            M Offline
            myssv
            wrote on last edited by
            #442

            Nutzt sonst keiner diesen Adapter?

            afuerhoffA 1 Reply Last reply
            0
            • M myssv

              Nutzt sonst keiner diesen Adapter?

              afuerhoffA Offline
              afuerhoffA Offline
              afuerhoff
              Developer
              wrote on last edited by afuerhoff
              #443

              @myssv
              Benutzt du Proxmox? Da hatte ich auch mal Probleme mit unterschiedlichen Werten.
              Da kam dann auch immer ein Ping Fehler im Log.

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              M 1 Reply Last reply
              0
              • afuerhoffA afuerhoff

                @myssv
                Benutzt du Proxmox? Da hatte ich auch mal Probleme mit unterschiedlichen Werten.
                Da kam dann auch immer ein Ping Fehler im Log.

                M Offline
                M Offline
                myssv
                wrote on last edited by myssv
                #444

                @afuerhoff ja ich nutze alles unter Proxmox.

                Die Ping Fehler habe ich, wenn sich der Rasenmäher zur Ruhe setzt. (Nacht oder Pausen wegen Wetter etc.)

                Aber wenn er mäht sind alle Werte plausibel, bis auf eben dieser Wert, der immer auf "0" bleibt.

                Daher ja meine Frage, ob bei irgendeinem anderen User jemals ein Wert anzeigt wird?

                afuerhoffA 1 Reply Last reply
                0
                • M myssv

                  @afuerhoff ja ich nutze alles unter Proxmox.

                  Die Ping Fehler habe ich, wenn sich der Rasenmäher zur Ruhe setzt. (Nacht oder Pausen wegen Wetter etc.)

                  Aber wenn er mäht sind alle Werte plausibel, bis auf eben dieser Wert, der immer auf "0" bleibt.

                  Daher ja meine Frage, ob bei irgendeinem anderen User jemals ein Wert anzeigt wird?

                  afuerhoffA Offline
                  afuerhoffA Offline
                  afuerhoff
                  Developer
                  wrote on last edited by afuerhoff
                  #445

                  @myssv
                  Hast Du das gesehen?
                  https://github.com/Grizzelbee/ioBroker.robonect?tab=readme-ov-file#known-issues
                  Das hat bei mir alle Probleme gelöst

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  M 2 Replies Last reply
                  0
                  • afuerhoffA afuerhoff

                    @myssv
                    Hast Du das gesehen?
                    https://github.com/Grizzelbee/ioBroker.robonect?tab=readme-ov-file#known-issues
                    Das hat bei mir alle Probleme gelöst

                    M Offline
                    M Offline
                    myssv
                    wrote on last edited by
                    #446

                    @afuerhoff Bisher nicht, Danke!

                    Das kann ich ja mal probieren.

                    1 Reply Last reply
                    0
                    • afuerhoffA afuerhoff

                      @myssv
                      Hast Du das gesehen?
                      https://github.com/Grizzelbee/ioBroker.robonect?tab=readme-ov-file#known-issues
                      Das hat bei mir alle Probleme gelöst

                      M Offline
                      M Offline
                      myssv
                      wrote on last edited by
                      #447

                      @afuerhoff sagte in Neuer Robonect HX Adapter:

                      Das hat bei mir alle Probleme gelöst

                      Du bist mein Held:

                      c6e1e5ee-8a3e-4397-b689-9cfdc63c2ff0-grafik.png

                      Vielen Dank!!

                      afuerhoffA 1 Reply Last reply
                      0
                      • M myssv

                        @afuerhoff sagte in Neuer Robonect HX Adapter:

                        Das hat bei mir alle Probleme gelöst

                        Du bist mein Held:

                        c6e1e5ee-8a3e-4397-b689-9cfdc63c2ff0-grafik.png

                        Vielen Dank!!

                        afuerhoffA Offline
                        afuerhoffA Offline
                        afuerhoff
                        Developer
                        wrote on last edited by
                        #448

                        @myssv
                        Gerne. Dafür ist die Community da.

                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                        1 Reply Last reply
                        1
                        • LatziL Online
                          LatziL Online
                          Latzi
                          wrote on last edited by
                          #449

                          Hat jemand von euch den Adapter in Version 1.4.2 mit Admin 7.2.0 schon im Einsatz?
                          Bei mir taucht folgender Fehler auf und der Adapter bleibt rot.

                          2024-10-01 18:48:34.738  - info: host.ioBroker iobroker upgrade robonect@1.4.2 --debug --
                          2024-10-01 18:48:36.273  - info: host.ioBroker iobroker Update robonect from @1.4.0 to @1.4.2
                          2024-10-01 18:48:36.386  - info: host.ioBroker iobroker NPM version: 10.8.2Installing iobroker.robonect@1.4.2... (System call)
                          2024-10-01 18:48:41.140  - info: host.ioBroker iobroker changed 1 package in 5s405 packages are looking for funding
                          2024-10-01 18:48:41.141  - info: host.ioBroker iobroker   run `npm fund` for details
                          2024-10-01 18:48:41.211  - info: host.ioBroker iobroker Update "system.adapter.robonect.0"
                          2024-10-01 18:48:41.220  - info: host.ioBroker stopInstance system.adapter.robonect.0 (force=false, process=true)
                          2024-10-01 18:48:41.221  - info: robonect.0 (902) Got terminate signal TERMINATE_YOURSELF
                          2024-10-01 18:48:41.221  - info: robonect.0 (902) cleaned everything up...
                          2024-10-01 18:48:41.222  - info: robonect.0 (902) terminating
                          2024-10-01 18:48:41.222  - info: robonect.0 (902) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                          2024-10-01 18:48:41.271  - info: host.ioBroker stopInstance system.adapter.robonect.0 send kill signal
                          2024-10-01 18:48:41.517  - info:  host.ioBroker iobroker upload [16] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/Push-Service-Adapter.png  Push-Service-Adapter.png image/png
                          2024-10-01 18:48:41.523  - info:  host.ioBroker iobroker upload [15] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/Push-Service-Robonect.png  Push-Service-Robonect.png image/png
                          2024-10-01 18:48:41.527  - info:  host.ioBroker iobroker upload [14] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/de/translations.json  i18n/de/translations.json application/json
                          2024-10-01 18:48:41.531  - info:  host.ioBroker iobroker upload [13] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/en/translations.json  i18n/en/translations.json application/json
                          2024-10-01 18:48:41.541  - info:  host.ioBroker iobroker upload [12] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/es/translations.json  i18n/es/translations.json application/json
                          2024-10-01 18:48:41.545  - info:  host.ioBroker iobroker upload [11] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/fr/translations.json  i18n/fr/translations.json application/json
                          2024-10-01 18:48:41.550  - info:  host.ioBroker iobroker upload [10] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/it/translations.json  i18n/it/translations.json application/json
                          2024-10-01 18:48:41.555  - info:  host.ioBroker iobroker upload [9] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/nl/translations.json  i18n/nl/translations.json application/json
                          2024-10-01 18:48:41.558  - info:  host.ioBroker iobroker upload [8] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/pl/translations.json  i18n/pl/translations.json application/json
                          2024-10-01 18:48:41.563  - info:  host.ioBroker iobroker upload [7] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/pt/translations.json  i18n/pt/translations.json application/json
                          2024-10-01 18:48:41.567  - info:  host.ioBroker iobroker upload [6] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/ru/translations.json  i18n/ru/translations.json application/json
                          2024-10-01 18:48:41.571  - info:  host.ioBroker iobroker upload [5] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/uk/translations.json  i18n/uk/translations.json application/json
                          2024-10-01 18:48:41.575  - info:  host.ioBroker iobroker upload [4] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/zh-cn/translations.json  i18n/zh-cn/translations.json application/json
                          2024-10-01 18:48:41.580  - info:  host.ioBroker iobroker upload [3] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/index_m.html  index_m.html text/html
                          2024-10-01 18:48:41.585  - info:  host.ioBroker iobroker upload [2] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/jsonConfig.json  jsonConfig.json application/json
                          2024-10-01 18:48:41.589  - info:  host.ioBroker iobroker upload [1] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/robonect.png  robonect.png image/png
                          2024-10-01 18:48:41.593  - info:  host.ioBroker iobroker upload [0] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/words.js words.js  application/javascript
                          2024-10-01 18:48:41.722  - info: robonect.0 (902) terminating
                          2024-10-01 18:48:41.792  - info: host.ioBroker instance system.adapter.robonect.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                          2024-10-01 18:48:41.806  - info: host.ioBroker instance "system.adapter.robonect.0" disabled via .alive
                          2024-10-01 18:48:41.816  - info: host.ioBroker "system.adapter.robonect.0" disabled
                          2024-10-01 18:48:42.611  - info: host.ioBroker iobroker exit 0
                          2024-10-01 18:48:46.050  - error: robonect.0 (1854127) adapter disabled
                          2024-10-01 18:48:46.058  - info: host.ioBroker instance "system.adapter.robonect.0" enabled via .alive
                          2024-10-01 18:48:46.066  - info: host.ioBroker "system.adapter.robonect.0" enabled
                          2024-10-01 18:48:46.066  - info: host.ioBroker stopInstance system.adapter.robonect.0 (force=false, process=true)
                          2024-10-01 18:48:46.070  - info: robonect.0 (1854127) Got terminate signal TERMINATE_YOURSELF
                          2024-10-01 18:48:46.116  - warn: robonect.0 (1854127) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                          2024-10-01 18:48:46.135  - info: host.ioBroker stopInstance system.adapter.robonect.0 send kill signal
                          2024-10-01 18:48:46.571  - info: robonect.0 (1854127) terminating
                          2024-10-01 18:48:46.687  - info: host.ioBroker instance system.adapter.robonect.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                          2024-10-01 18:48:46.694  - info: host.ioBroker instance "system.adapter.robonect.0" disabled via .alive
                          2024-10-01 18:48:46.701  - info: host.ioBroker "system.adapter.robonect.0" disabled
                          2024-10-01 18:48:50.894  - error: robonect.0 (1854139) adapter disabled
                          2024-10-01 18:48:50.902  - info: host.ioBroker instance "system.adapter.robonect.0" enabled via .alive
                          2024-10-01 18:48:50.912  - info: host.ioBroker "system.adapter.robonect.0" enabled
                          2024-10-01 18:48:50.912  - info: host.ioBroker stopInstance system.adapter.robonect.0 (force=false, process=true)
                          2024-10-01 18:48:50.916  - info: robonect.0 (1854139) Got terminate signal TERMINATE_YOURSELF
                          2024-10-01 18:48:50.955  - info: host.ioBroker stopInstance system.adapter.robonect.0 send kill signal
                          2024-10-01 18:48:50.964  - warn: robonect.0 (1854139) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                          2024-10-01 18:48:51.419  - info: robonect.0 (1854139) terminating
                          2024-10-01 18:48:51.531  - info: host.ioBroker instance system.adapter.robonect.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                          2024-10-01 18:48:51.577  - info: host.ioBroker instance "system.adapter.robonect.0" disabled via .alive
                          2024-10-01 18:48:51.584  - info: host.ioBroker "system.adapter.robonect.0" disabled
                          2024-10-01 18:48:56.184  - error: robonect.0 (1854153) adapter disabled
                          

                          Zurück zu 1.4.0 läuft wieder alles normal.

                          Issue auf git:
                          https://github.com/Grizzelbee/ioBroker.robonect/issues/51

                          GrizzelbeeG 1 Reply Last reply
                          0
                          • LatziL Latzi

                            Hat jemand von euch den Adapter in Version 1.4.2 mit Admin 7.2.0 schon im Einsatz?
                            Bei mir taucht folgender Fehler auf und der Adapter bleibt rot.

                            2024-10-01 18:48:34.738  - info: host.ioBroker iobroker upgrade robonect@1.4.2 --debug --
                            2024-10-01 18:48:36.273  - info: host.ioBroker iobroker Update robonect from @1.4.0 to @1.4.2
                            2024-10-01 18:48:36.386  - info: host.ioBroker iobroker NPM version: 10.8.2Installing iobroker.robonect@1.4.2... (System call)
                            2024-10-01 18:48:41.140  - info: host.ioBroker iobroker changed 1 package in 5s405 packages are looking for funding
                            2024-10-01 18:48:41.141  - info: host.ioBroker iobroker   run `npm fund` for details
                            2024-10-01 18:48:41.211  - info: host.ioBroker iobroker Update "system.adapter.robonect.0"
                            2024-10-01 18:48:41.220  - info: host.ioBroker stopInstance system.adapter.robonect.0 (force=false, process=true)
                            2024-10-01 18:48:41.221  - info: robonect.0 (902) Got terminate signal TERMINATE_YOURSELF
                            2024-10-01 18:48:41.221  - info: robonect.0 (902) cleaned everything up...
                            2024-10-01 18:48:41.222  - info: robonect.0 (902) terminating
                            2024-10-01 18:48:41.222  - info: robonect.0 (902) Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            2024-10-01 18:48:41.271  - info: host.ioBroker stopInstance system.adapter.robonect.0 send kill signal
                            2024-10-01 18:48:41.517  - info:  host.ioBroker iobroker upload [16] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/Push-Service-Adapter.png  Push-Service-Adapter.png image/png
                            2024-10-01 18:48:41.523  - info:  host.ioBroker iobroker upload [15] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/Push-Service-Robonect.png  Push-Service-Robonect.png image/png
                            2024-10-01 18:48:41.527  - info:  host.ioBroker iobroker upload [14] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/de/translations.json  i18n/de/translations.json application/json
                            2024-10-01 18:48:41.531  - info:  host.ioBroker iobroker upload [13] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/en/translations.json  i18n/en/translations.json application/json
                            2024-10-01 18:48:41.541  - info:  host.ioBroker iobroker upload [12] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/es/translations.json  i18n/es/translations.json application/json
                            2024-10-01 18:48:41.545  - info:  host.ioBroker iobroker upload [11] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/fr/translations.json  i18n/fr/translations.json application/json
                            2024-10-01 18:48:41.550  - info:  host.ioBroker iobroker upload [10] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/it/translations.json  i18n/it/translations.json application/json
                            2024-10-01 18:48:41.555  - info:  host.ioBroker iobroker upload [9] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/nl/translations.json  i18n/nl/translations.json application/json
                            2024-10-01 18:48:41.558  - info:  host.ioBroker iobroker upload [8] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/pl/translations.json  i18n/pl/translations.json application/json
                            2024-10-01 18:48:41.563  - info:  host.ioBroker iobroker upload [7] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/pt/translations.json  i18n/pt/translations.json application/json
                            2024-10-01 18:48:41.567  - info:  host.ioBroker iobroker upload [6] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/ru/translations.json  i18n/ru/translations.json application/json
                            2024-10-01 18:48:41.571  - info:  host.ioBroker iobroker upload [5] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/uk/translations.json  i18n/uk/translations.json application/json
                            2024-10-01 18:48:41.575  - info:  host.ioBroker iobroker upload [4] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/i18n/zh-cn/translations.json  i18n/zh-cn/translations.json application/json
                            2024-10-01 18:48:41.580  - info:  host.ioBroker iobroker upload [3] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/index_m.html  index_m.html text/html
                            2024-10-01 18:48:41.585  - info:  host.ioBroker iobroker upload [2] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/jsonConfig.json  jsonConfig.json application/json
                            2024-10-01 18:48:41.589  - info:  host.ioBroker iobroker upload [1] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/robonect.png  robonect.png image/png
                            2024-10-01 18:48:41.593  - info:  host.ioBroker iobroker upload [0] robonect.admin  /opt/iobroker/node_modules/iobroker.robonect/admin/words.js words.js  application/javascript
                            2024-10-01 18:48:41.722  - info: robonect.0 (902) terminating
                            2024-10-01 18:48:41.792  - info: host.ioBroker instance system.adapter.robonect.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            2024-10-01 18:48:41.806  - info: host.ioBroker instance "system.adapter.robonect.0" disabled via .alive
                            2024-10-01 18:48:41.816  - info: host.ioBroker "system.adapter.robonect.0" disabled
                            2024-10-01 18:48:42.611  - info: host.ioBroker iobroker exit 0
                            2024-10-01 18:48:46.050  - error: robonect.0 (1854127) adapter disabled
                            2024-10-01 18:48:46.058  - info: host.ioBroker instance "system.adapter.robonect.0" enabled via .alive
                            2024-10-01 18:48:46.066  - info: host.ioBroker "system.adapter.robonect.0" enabled
                            2024-10-01 18:48:46.066  - info: host.ioBroker stopInstance system.adapter.robonect.0 (force=false, process=true)
                            2024-10-01 18:48:46.070  - info: robonect.0 (1854127) Got terminate signal TERMINATE_YOURSELF
                            2024-10-01 18:48:46.116  - warn: robonect.0 (1854127) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                            2024-10-01 18:48:46.135  - info: host.ioBroker stopInstance system.adapter.robonect.0 send kill signal
                            2024-10-01 18:48:46.571  - info: robonect.0 (1854127) terminating
                            2024-10-01 18:48:46.687  - info: host.ioBroker instance system.adapter.robonect.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                            2024-10-01 18:48:46.694  - info: host.ioBroker instance "system.adapter.robonect.0" disabled via .alive
                            2024-10-01 18:48:46.701  - info: host.ioBroker "system.adapter.robonect.0" disabled
                            2024-10-01 18:48:50.894  - error: robonect.0 (1854139) adapter disabled
                            2024-10-01 18:48:50.902  - info: host.ioBroker instance "system.adapter.robonect.0" enabled via .alive
                            2024-10-01 18:48:50.912  - info: host.ioBroker "system.adapter.robonect.0" enabled
                            2024-10-01 18:48:50.912  - info: host.ioBroker stopInstance system.adapter.robonect.0 (force=false, process=true)
                            2024-10-01 18:48:50.916  - info: robonect.0 (1854139) Got terminate signal TERMINATE_YOURSELF
                            2024-10-01 18:48:50.955  - info: host.ioBroker stopInstance system.adapter.robonect.0 send kill signal
                            2024-10-01 18:48:50.964  - warn: robonect.0 (1854139) Terminated (NO_ADAPTER_CONFIG_FOUND): Without reason
                            2024-10-01 18:48:51.419  - info: robonect.0 (1854139) terminating
                            2024-10-01 18:48:51.531  - info: host.ioBroker instance system.adapter.robonect.0 terminated with code 3 (NO_ADAPTER_CONFIG_FOUND)
                            2024-10-01 18:48:51.577  - info: host.ioBroker instance "system.adapter.robonect.0" disabled via .alive
                            2024-10-01 18:48:51.584  - info: host.ioBroker "system.adapter.robonect.0" disabled
                            2024-10-01 18:48:56.184  - error: robonect.0 (1854153) adapter disabled
                            

                            Zurück zu 1.4.0 läuft wieder alles normal.

                            Issue auf git:
                            https://github.com/Grizzelbee/ioBroker.robonect/issues/51

                            GrizzelbeeG Offline
                            GrizzelbeeG Offline
                            Grizzelbee
                            Developer
                            wrote on last edited by
                            #450

                            @latzi

                            Eine Stelle für den Issue sollte eigentlich reichen - Github oder Forum.
                            Ich habe auf Github geantwortet.

                            ... und vergiss bitte nicht, das die meisten Entwickler hier das freiwillig, privat und ihrer Freizeit machen.
                            Da kann es schon mal zu längeren Reaktionszeiten kommen.

                            liebe Grüße
                            grizzelbee

                            LatziL 1 Reply Last reply
                            0
                            • GrizzelbeeG Grizzelbee

                              @latzi

                              Eine Stelle für den Issue sollte eigentlich reichen - Github oder Forum.
                              Ich habe auf Github geantwortet.

                              ... und vergiss bitte nicht, das die meisten Entwickler hier das freiwillig, privat und ihrer Freizeit machen.
                              Da kann es schon mal zu längeren Reaktionszeiten kommen.

                              liebe Grüße
                              grizzelbee

                              LatziL Online
                              LatziL Online
                              Latzi
                              wrote on last edited by
                              #451

                              @grizzelbee
                              Vielen Dank für die Antwort, mir ist das vollkommen bewusst und ich hab größten Respekt für euren Einsatz hier. Nachdem ich in diesem Fall gleichzeitig 2 Adapter upgedated habe (Admin & Robonect), war und bin ich mir nicht sicher, wo die Ursache liegt und wollte hier andere Benutzer fragen, ob gleiches Verhalten auftritt (darum zusätzlich zu git).
                              Falls es so angekommen ist, dass ich ungeduldig sei und "Druck" damit aufbauen wollte, tut es mir leid - war in keinster Weise so gemeint!

                              GrizzelbeeG 1 Reply Last reply
                              0
                              • LatziL Latzi

                                @grizzelbee
                                Vielen Dank für die Antwort, mir ist das vollkommen bewusst und ich hab größten Respekt für euren Einsatz hier. Nachdem ich in diesem Fall gleichzeitig 2 Adapter upgedated habe (Admin & Robonect), war und bin ich mir nicht sicher, wo die Ursache liegt und wollte hier andere Benutzer fragen, ob gleiches Verhalten auftritt (darum zusätzlich zu git).
                                Falls es so angekommen ist, dass ich ungeduldig sei und "Druck" damit aufbauen wollte, tut es mir leid - war in keinster Weise so gemeint!

                                GrizzelbeeG Offline
                                GrizzelbeeG Offline
                                Grizzelbee
                                Developer
                                wrote on last edited by Grizzelbee
                                #452

                                @latzi

                                Nein nein - alles gut. Habe keinen Duck empfunden - nur etwas Ungeduld deinerseits. Aber das ist okay - geht mir gelegentlich ähnlich. 😉
                                Für mich war eher Ding, das ich jetzt an zwei Stellen antworten musste bzw. entscheiden musste wo denn die richtige Stelle war.

                                Nichts für ungut ...

                                1 Reply Last reply
                                1
                                • BoronsbruderB Offline
                                  BoronsbruderB Offline
                                  Boronsbruder
                                  wrote on last edited by
                                  #453

                                  Ich bin seit heute stolzer Besitzer eines Robonect in meinem 450x, weil das originale Connect-Modul nach 7 Jahren den Geist aufgegeben hat.
                                  Ich habe jetzt festgestellt, dass im Adapter GPS-Daten ankommen, aber nicht im dazugehörigen Objekt landen:

                                  Debug -Log:

                                  2025-04-05 15:25:23.695 - debug: robonect.0 (3350739) Data returned from robonect device: {"gps":{"satellites":12,"latitude":"48�24.1053 N","longitude":"10�8.9720 E"},"successful":true}
                                  

                                  Screenshot Iobroker:
                                  9a5d1f33-af20-4391-80db-c83c7a092b0c-grafik.png
                                  Man sieht hier, dass zwar etwas geändert wird aber ich schätze mal, dass das Sonderzeichen, das im Debuglog "falsch" dargestellt wird. Das Problem ist...
                                  Adapterläuft bei mir die 1.4.2
                                  Robonect Firmware ist die werkseitig installierte V1.4 Beta (2024-04-09)

                                  Ist das Problem mal wieder zwischen Tastatur und Bildschirm?

                                  1 Reply Last reply
                                  0
                                  • BoronsbruderB Offline
                                    BoronsbruderB Offline
                                    Boronsbruder
                                    wrote on last edited by
                                    #454

                                    Ich habe jetzt mal tiefer reingeschaut, das scheint an der API zu liegen, weil die die Sonderzeichen sendet:

                                    {
                                    
                                          "gps": {
                                                "satellites": 12,
                                                "latitude": "48�24.1068 N",
                                                "longitude": "10�8.9852 E"
                                          },
                                          "successful": true
                                    
                                    }
                                    

                                    Ich hab mal im Robonect-Forum ein Bugreport angemeldet

                                    I 1 Reply Last reply
                                    0
                                    • BoronsbruderB Boronsbruder

                                      Ich habe jetzt mal tiefer reingeschaut, das scheint an der API zu liegen, weil die die Sonderzeichen sendet:

                                      {
                                      
                                            "gps": {
                                                  "satellites": 12,
                                                  "latitude": "48�24.1068 N",
                                                  "longitude": "10�8.9852 E"
                                            },
                                            "successful": true
                                      
                                      }
                                      

                                      Ich hab mal im Robonect-Forum ein Bugreport angemeldet

                                      I Offline
                                      I Offline
                                      ioBrokerMike
                                      wrote on last edited by
                                      #455

                                      Moin

                                      Ich bekomme immer wieder vom Robonect HX Modul 1.4.2 Fehlermeldungen die aber die Funktion nicht beeinträchtigen, nur der Reiter Protokolle im IOBroker füllt sich.

                                      robonect.0
                                      2025-07-11 10:19:02.681	debug	currentStatus: 2
                                      robonect.0
                                      2025-07-11 10:19:02.681	debug	isRestTime: false
                                      robonect.0
                                      2025-07-11 10:19:02.681	debug	pollType: Status
                                      robonect.0
                                      2025-07-11 10:19:02.680	warn	Error returned from Robonect device: {"message":"connect ETIMEDOUT 192.168.178.20:80","name":"Error","stack":"Error: connect ETIMEDOUT 192.168.178.20:80\n at Function.AxiosError.from (/opt/iobroker/node_modules/axios/lib/core/AxiosError.js:92:14)\n at RedirectableRequest.handleRequestError (/opt/iobroker/node_modules/axios/lib/adapters/http.js:620:25)\n at RedirectableRequest.emit (node:events:524:28)\n at RedirectableRequest.emit (node:domain:489:12)\n at ClientRequest.eventHandlers.<computed> (/opt/iobroker/node_modules/follow-redirects/index.js:38:24)\n at ClientRequest.emit (node:events:536:35)\n at ClientRequest.emit (node:domain:489:12)\n at emitErrorEvent (node:_http_client:101:11)\n at Socket.socketErrorListener (node:_http_client:504:5)\n at Socket.emit (node:events:524:28)\n at Axios.request (/opt/iobroker/node_modules/axios/lib/core/Axios.js:45:41)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"adapter":["xhr","http","fetch"],"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, */*","User-Agent":"axios/1.10.0","Accept-Encoding":"gzip, compress, deflate, br"},"auth":{"username":"xxxxx","password":"yyyyy"},"params":{"cmd":"status"},"method":"get","url":"http://192.168.178.20/api/json","allowAbsoluteUrls":true},"code":"ETIMEDOUT"}
                                      robonect.0
                                      2025-07-11 10:19:02.680	error	connect ETIMEDOUT 192.168.178.20:80
                                      robonect.0
                                      2025-07-11 10:19:02.680	debug	Data received for error handling: {"message":"connect ETIMEDOUT 192.168.178.20:80","name":"Error","stack":"Error: connect ETIMEDOUT 192.168.178.20:80\n at Function.AxiosError.from (/opt/iobroker/node_modules/axios/lib/core/AxiosError.js:92:14)\n at RedirectableRequest.handleRequestError (/opt/iobroker/node_modules/axios/lib/adapters/http.js:620:25)\n at RedirectableRequest.emit (node:events:524:28)\n at RedirectableRequest.emit (node:domain:489:12)\n at ClientRequest.eventHandlers.<computed> (/opt/iobroker/node_modules/follow-redirects/index.js:38:24)\n at ClientRequest.emit (node:events:536:35)\n at ClientRequest.emit (node:domain:489:12)\n at emitErrorEvent (node:_http_client:101:11)\n at Socket.socketErrorListener (node:_http_client:504:5)\n at Socket.emit (node:events:524:28)\n at Axios.request (/opt/iobroker/node_modules/axios/lib/core/Axios.js:45:41)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"adapter":["xhr","http","fetch"],"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, */*","User-Agent":"axios/1.10.0","Accept-Encoding":"gzip, compress, deflate, br"},"auth":{"username":"xxxxx","password":"yyyyy"},"params":{"cmd":"status"},"method":"get","url":"http://192.168.178.20/api/json","allowAbsoluteUrls":true},"code":"ETIMEDOUT"}
                                      robonect.0
                                      2025-07-11 10:18:23.383	debug	Polling API for data [{"cmd":"status"}] started
                                      

                                      Robonect01.png

                                      Habe ein Update der Application von 1.3b auf 1.5 gemacht.
                                      Bei beiden Version war es dasselbe.

                                      Mfg
                                      IOBrokerMike

                                      Achtung ! Sehkraft 25% | 60% , kein scherz
                                      Systeme : GEEKOM MiniAir 11 | Linux : Trixie 13.0 | HMIP | CCU3 | SMA PV Anlage | Robonect Hx | Hydrawise | RTL_433

                                      BoronsbruderB 1 Reply Last reply
                                      0
                                      • I ioBrokerMike

                                        Moin

                                        Ich bekomme immer wieder vom Robonect HX Modul 1.4.2 Fehlermeldungen die aber die Funktion nicht beeinträchtigen, nur der Reiter Protokolle im IOBroker füllt sich.

                                        robonect.0
                                        2025-07-11 10:19:02.681	debug	currentStatus: 2
                                        robonect.0
                                        2025-07-11 10:19:02.681	debug	isRestTime: false
                                        robonect.0
                                        2025-07-11 10:19:02.681	debug	pollType: Status
                                        robonect.0
                                        2025-07-11 10:19:02.680	warn	Error returned from Robonect device: {"message":"connect ETIMEDOUT 192.168.178.20:80","name":"Error","stack":"Error: connect ETIMEDOUT 192.168.178.20:80\n at Function.AxiosError.from (/opt/iobroker/node_modules/axios/lib/core/AxiosError.js:92:14)\n at RedirectableRequest.handleRequestError (/opt/iobroker/node_modules/axios/lib/adapters/http.js:620:25)\n at RedirectableRequest.emit (node:events:524:28)\n at RedirectableRequest.emit (node:domain:489:12)\n at ClientRequest.eventHandlers.<computed> (/opt/iobroker/node_modules/follow-redirects/index.js:38:24)\n at ClientRequest.emit (node:events:536:35)\n at ClientRequest.emit (node:domain:489:12)\n at emitErrorEvent (node:_http_client:101:11)\n at Socket.socketErrorListener (node:_http_client:504:5)\n at Socket.emit (node:events:524:28)\n at Axios.request (/opt/iobroker/node_modules/axios/lib/core/Axios.js:45:41)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"adapter":["xhr","http","fetch"],"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, */*","User-Agent":"axios/1.10.0","Accept-Encoding":"gzip, compress, deflate, br"},"auth":{"username":"xxxxx","password":"yyyyy"},"params":{"cmd":"status"},"method":"get","url":"http://192.168.178.20/api/json","allowAbsoluteUrls":true},"code":"ETIMEDOUT"}
                                        robonect.0
                                        2025-07-11 10:19:02.680	error	connect ETIMEDOUT 192.168.178.20:80
                                        robonect.0
                                        2025-07-11 10:19:02.680	debug	Data received for error handling: {"message":"connect ETIMEDOUT 192.168.178.20:80","name":"Error","stack":"Error: connect ETIMEDOUT 192.168.178.20:80\n at Function.AxiosError.from (/opt/iobroker/node_modules/axios/lib/core/AxiosError.js:92:14)\n at RedirectableRequest.handleRequestError (/opt/iobroker/node_modules/axios/lib/adapters/http.js:620:25)\n at RedirectableRequest.emit (node:events:524:28)\n at RedirectableRequest.emit (node:domain:489:12)\n at ClientRequest.eventHandlers.<computed> (/opt/iobroker/node_modules/follow-redirects/index.js:38:24)\n at ClientRequest.emit (node:events:536:35)\n at ClientRequest.emit (node:domain:489:12)\n at emitErrorEvent (node:_http_client:101:11)\n at Socket.socketErrorListener (node:_http_client:504:5)\n at Socket.emit (node:events:524:28)\n at Axios.request (/opt/iobroker/node_modules/axios/lib/core/Axios.js:45:41)\n at processTicksAndRejections (node:internal/process/task_queues:95:5)","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"adapter":["xhr","http","fetch"],"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{},"headers":{"Accept":"application/json, text/plain, */*","User-Agent":"axios/1.10.0","Accept-Encoding":"gzip, compress, deflate, br"},"auth":{"username":"xxxxx","password":"yyyyy"},"params":{"cmd":"status"},"method":"get","url":"http://192.168.178.20/api/json","allowAbsoluteUrls":true},"code":"ETIMEDOUT"}
                                        robonect.0
                                        2025-07-11 10:18:23.383	debug	Polling API for data [{"cmd":"status"}] started
                                        

                                        Robonect01.png

                                        Habe ein Update der Application von 1.3b auf 1.5 gemacht.
                                        Bei beiden Version war es dasselbe.

                                        BoronsbruderB Offline
                                        BoronsbruderB Offline
                                        Boronsbruder
                                        wrote on last edited by
                                        #456

                                        @iobrokermike
                                        Hast du den Robonect-Adapter auf "DEBUG" laufen?
                                        Bei mir kommen nur hin und wieder mal Warnungen, dass kein Ping möglich war:

                                        2025-07-11 07:29:26.818 - warn: robonect.0 (1998307) No connection to lawn mower (Not able to ping it). Check network connection.
                                        I 1 Reply Last reply
                                        0
                                        • BoronsbruderB Boronsbruder

                                          @iobrokermike
                                          Hast du den Robonect-Adapter auf "DEBUG" laufen?
                                          Bei mir kommen nur hin und wieder mal Warnungen, dass kein Ping möglich war:

                                          2025-07-11 07:29:26.818 - warn: robonect.0 (1998307) No connection to lawn mower (Not able to ping it). Check network connection.
                                          I Offline
                                          I Offline
                                          ioBrokerMike
                                          wrote on last edited by ioBrokerMike
                                          #457

                                          @boronsbruder

                                          Moin

                                          Entschuldige erst ein mal.
                                          Dieser Beitrag sollte an @braindead gehen.

                                          ... Hast du den Robonect-Adapter auf "DEBUG" laufen?
                                          Nur während der Ursachenfindung, ansonsten auf Error.

                                          PS. Habe den WLAN Teil vom Rebonect HX auch nochmal von 1.7.5 auf 1.7.6 Upgedatet.
                                          Mal sehen was Montag geschied wenn der Robi wieder ran muss.

                                          Mfg
                                          IOBrokerMike

                                          Achtung ! Sehkraft 25% | 60% , kein scherz
                                          Systeme : GEEKOM MiniAir 11 | Linux : Trixie 13.0 | HMIP | CCU3 | SMA PV Anlage | Robonect Hx | Hydrawise | RTL_433

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          577

                                          Online

                                          32.4k

                                          Users

                                          81.4k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe