Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Neuer Robonect HX Adapter

    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

    Neuer Robonect HX Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • Latzi
      Latzi @Stimpy23 last edited by

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

      S 1 Reply Last reply Reply Quote 0
      • S
        Stimpy23 @Latzi last edited by

        @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 Reply Quote 0
        • S
          Stimpy23 last edited by

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

          Latzi 1 Reply Last reply Reply Quote 0
          • Latzi
            Latzi @Stimpy23 last edited by

            @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 Reply Quote 0
            • M
              myssv last edited by

              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 Reply Quote 0
              • M
                myssv last edited by

                Nutzt sonst keiner diesen Adapter?

                afuerhoff 1 Reply Last reply Reply Quote 0
                • afuerhoff
                  afuerhoff Developer @myssv last edited by 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 1 Reply Last reply Reply Quote 0
                  • M
                    myssv @afuerhoff last edited by 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?

                    afuerhoff 1 Reply Last reply Reply Quote 0
                    • afuerhoff
                      afuerhoff Developer @myssv last edited by 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 2 Replies Last reply Reply Quote 0
                      • M
                        myssv @afuerhoff last edited by

                        @afuerhoff Bisher nicht, Danke!

                        Das kann ich ja mal probieren.

                        1 Reply Last reply Reply Quote 0
                        • M
                          myssv @afuerhoff last edited by

                          @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!!

                          afuerhoff 1 Reply Last reply Reply Quote 0
                          • afuerhoff
                            afuerhoff Developer @myssv last edited by

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

                            1 Reply Last reply Reply Quote 1
                            • Latzi
                              Latzi last edited by

                              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

                              latzi0710 created this issue in Grizzelbee/ioBroker.robonect

                              closed version 1.4.2 is not starting #51

                              Grizzelbee 1 Reply Last reply Reply Quote 0
                              • Grizzelbee
                                Grizzelbee Developer @Latzi last edited by

                                @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

                                Latzi 1 Reply Last reply Reply Quote 0
                                • Latzi
                                  Latzi @Grizzelbee last edited by

                                  @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!

                                  Grizzelbee 1 Reply Last reply Reply Quote 0
                                  • Grizzelbee
                                    Grizzelbee Developer @Latzi last edited by Grizzelbee

                                    @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 Reply Quote 1
                                    • Boronsbruder
                                      Boronsbruder last edited by

                                      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 Reply Quote 0
                                      • Boronsbruder
                                        Boronsbruder last edited by

                                        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 Reply Quote 0
                                        • I
                                          ioBrokerMike @Boronsbruder last edited by

                                          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.

                                          Boronsbruder 1 Reply Last reply Reply Quote 0
                                          • Boronsbruder
                                            Boronsbruder @ioBrokerMike last edited by

                                            @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 Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            552
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            gardena garten husqvarna mähroboter robonect
                                            57
                                            461
                                            95273
                                            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