Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. [neuer Adapter] smartgarden adapter for Gardena smart system

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    488

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

[neuer Adapter] smartgarden adapter for Gardena smart system

Scheduled Pinned Locked Moved Tester
gardena smart systemsmartgarden
1.1k Posts 108 Posters 355.2k Views 101 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.
  • jpgorganizerJ Offline
    jpgorganizerJ Offline
    jpgorganizer
    wrote on last edited by jpgorganizer
    #117

    @muckel

    ich habs gefunden ... stelle neue Version ein ... brauch nix mehr. Danke.

    Bitte keine Fragen per PN, die gehören ins Forum!

    ioBroker
    smartgarden Adapter für GARDENA smart system
    Plattform: Raspberry Pi OS Linux 12 (bookworm), Node.js: v18.18.2, NPM: 9.8.1

    M 1 Reply Last reply
    1
    • jpgorganizerJ jpgorganizer

      @muckel

      ich habs gefunden ... stelle neue Version ein ... brauch nix mehr. Danke.

      M Offline
      M Offline
      muckel
      wrote on last edited by muckel
      #118

      @jpgorganizer

      Super Job! Danke schön! :-)

      Alle Daten werden jetzt auch vom Sensor über den Adapter angezeigt.

      :clap:

      1 Reply Last reply
      0
      • jpgorganizerJ Offline
        jpgorganizerJ Offline
        jpgorganizer
        wrote on last edited by
        #119

        @muckel Danke für deinen Support. Ich war einfach zu doof zu sehen, dass in einer Auswahl der Sensor komplett fehlt.
        @dslraser

        Sollte nun gehen. Bitte testet und bitte auch Feedback.

        Neue Version 0.4.2 ist auf github.

        Grüße
        jpgorganizer

        0.4.2

        • (jpgorganizer)
          • error missing SENSOR data fixed

        0.4.1

        • (jpgorganizer)
          • Dependency get's resolved now

        0.4.0

        • (jpgorganizer)
          • NOTE: with this version an additional dependency is necessary at runtime. If it does not get installed together with the installation of this adapter, please install seperately with npm install https://github.com/jpgorganizer/ioBroker.utils or npm i @jpgorganizer/utils
          • NOTE: you must delete all states of the adapter instance to install this release and please check your application carefully for necessary adjustments regarding type/role changes (see below)
          • data types of (nearly) all datapoints adjusted for compliance with ioBroker guidance:
            • states now have special ioBroker type and role instead of former string/text where applicable, e.g. number/value.battery for batteryLevel_value (Issue https://github.com/jpgorganizer/ioBroker.smartgarden/issues/3)
          • datapoint activity_value_i replaced by activity_mowing_i with type/role boolean/indicator.working: true means mowing, false means not mowing
          • possibility to pre-define states integrated, see new switch PreDefine States in adapter/instance configuration (Issue https://github.com/jpgorganizer/ioBroker.smartgarden/issues/2)
          • states are readonly now; except states for commands (Issue https://github.com/jpgorganizer/ioBroker.smartgarden/issues/4)
          • input field for useTestVariable in adapter/instance configuration switched to a checkbox (former: text); please check your settings
          • error in command stop_all_valves_i in VALVE_SET fixed

        Bitte keine Fragen per PN, die gehören ins Forum!

        ioBroker
        smartgarden Adapter für GARDENA smart system
        Plattform: Raspberry Pi OS Linux 12 (bookworm), Node.js: v18.18.2, NPM: 9.8.1

        M dslraserD 2 Replies Last reply
        0
        • jpgorganizerJ jpgorganizer

          @muckel Danke für deinen Support. Ich war einfach zu doof zu sehen, dass in einer Auswahl der Sensor komplett fehlt.
          @dslraser

          Sollte nun gehen. Bitte testet und bitte auch Feedback.

          Neue Version 0.4.2 ist auf github.

          Grüße
          jpgorganizer

          0.4.2

          • (jpgorganizer)
            • error missing SENSOR data fixed

          0.4.1

          • (jpgorganizer)
            • Dependency get's resolved now

          0.4.0

          • (jpgorganizer)
            • NOTE: with this version an additional dependency is necessary at runtime. If it does not get installed together with the installation of this adapter, please install seperately with npm install https://github.com/jpgorganizer/ioBroker.utils or npm i @jpgorganizer/utils
            • NOTE: you must delete all states of the adapter instance to install this release and please check your application carefully for necessary adjustments regarding type/role changes (see below)
            • data types of (nearly) all datapoints adjusted for compliance with ioBroker guidance:
              • states now have special ioBroker type and role instead of former string/text where applicable, e.g. number/value.battery for batteryLevel_value (Issue https://github.com/jpgorganizer/ioBroker.smartgarden/issues/3)
            • datapoint activity_value_i replaced by activity_mowing_i with type/role boolean/indicator.working: true means mowing, false means not mowing
            • possibility to pre-define states integrated, see new switch PreDefine States in adapter/instance configuration (Issue https://github.com/jpgorganizer/ioBroker.smartgarden/issues/2)
            • states are readonly now; except states for commands (Issue https://github.com/jpgorganizer/ioBroker.smartgarden/issues/4)
            • input field for useTestVariable in adapter/instance configuration switched to a checkbox (former: text); please check your settings
            • error in command stop_all_valves_i in VALVE_SET fixed
          M Offline
          M Offline
          muckel
          wrote on last edited by
          #120

          @jpgorganizer

          Siehe oben! :clap:

          1 Reply Last reply
          0
          • jpgorganizerJ jpgorganizer

            @muckel Danke für deinen Support. Ich war einfach zu doof zu sehen, dass in einer Auswahl der Sensor komplett fehlt.
            @dslraser

            Sollte nun gehen. Bitte testet und bitte auch Feedback.

            Neue Version 0.4.2 ist auf github.

            Grüße
            jpgorganizer

            0.4.2

            • (jpgorganizer)
              • error missing SENSOR data fixed

            0.4.1

            • (jpgorganizer)
              • Dependency get's resolved now

            0.4.0

            • (jpgorganizer)
              • NOTE: with this version an additional dependency is necessary at runtime. If it does not get installed together with the installation of this adapter, please install seperately with npm install https://github.com/jpgorganizer/ioBroker.utils or npm i @jpgorganizer/utils
              • NOTE: you must delete all states of the adapter instance to install this release and please check your application carefully for necessary adjustments regarding type/role changes (see below)
              • data types of (nearly) all datapoints adjusted for compliance with ioBroker guidance:
                • states now have special ioBroker type and role instead of former string/text where applicable, e.g. number/value.battery for batteryLevel_value (Issue https://github.com/jpgorganizer/ioBroker.smartgarden/issues/3)
              • datapoint activity_value_i replaced by activity_mowing_i with type/role boolean/indicator.working: true means mowing, false means not mowing
              • possibility to pre-define states integrated, see new switch PreDefine States in adapter/instance configuration (Issue https://github.com/jpgorganizer/ioBroker.smartgarden/issues/2)
              • states are readonly now; except states for commands (Issue https://github.com/jpgorganizer/ioBroker.smartgarden/issues/4)
              • input field for useTestVariable in adapter/instance configuration switched to a checkbox (former: text); please check your settings
              • error in command stop_all_valves_i in VALVE_SET fixed
            dslraserD Offline
            dslraserD Offline
            dslraser
            Forum Testing Most Active
            wrote on last edited by
            #121

            @jpgorganizer

            alles da :+1:

            Bildschirmfoto 2020-04-01 um 17.03.00.png

            M 1 Reply Last reply
            0
            • dslraserD dslraser

              @jpgorganizer

              alles da :+1:

              Bildschirmfoto 2020-04-01 um 17.03.00.png

              M Offline
              M Offline
              muckel
              wrote on last edited by
              #122

              @dslraser
              @jpgorganizer

              Jetzt kann ich endlich den alten Gardena Adapter löschen.

              Bin schon neugierig was du noch in den Adapter einbringen wirst.

              Danke für dein Engagment!!! :-)

              jpgorganizerJ 1 Reply Last reply
              0
              • M muckel

                @dslraser
                @jpgorganizer

                Jetzt kann ich endlich den alten Gardena Adapter löschen.

                Bin schon neugierig was du noch in den Adapter einbringen wirst.

                Danke für dein Engagment!!! :-)

                jpgorganizerJ Offline
                jpgorganizerJ Offline
                jpgorganizer
                wrote on last edited by
                #123

                @muckel
                @dslraser

                Ideen viele - Zeit wird fehlen, wenn die Sonne scheint, bin ich auf dem MTB Zuhause.

                Ideen gerne einbringen und auch hier diskutieren. Auch unter https://github.com/jpgorganizer/ioBroker.smartgarden/issues sammle ich eifrig Ideen und Bugs (hoffentlich davon weniger)

                VG
                jpgorganizer

                Bitte keine Fragen per PN, die gehören ins Forum!

                ioBroker
                smartgarden Adapter für GARDENA smart system
                Plattform: Raspberry Pi OS Linux 12 (bookworm), Node.js: v18.18.2, NPM: 9.8.1

                dslraserD 1 Reply Last reply
                0
                • jpgorganizerJ jpgorganizer

                  @muckel
                  @dslraser

                  Ideen viele - Zeit wird fehlen, wenn die Sonne scheint, bin ich auf dem MTB Zuhause.

                  Ideen gerne einbringen und auch hier diskutieren. Auch unter https://github.com/jpgorganizer/ioBroker.smartgarden/issues sammle ich eifrig Ideen und Bugs (hoffentlich davon weniger)

                  VG
                  jpgorganizer

                  dslraserD Offline
                  dslraserD Offline
                  dslraser
                  Forum Testing Most Active
                  wrote on last edited by
                  #124

                  @jpgorganizer Danke Dir für den Adapter👍

                  so, ich lösche jetzt auch den alten Adapter.
                  Hier (iQontrol) habe ich es nun auch drinn.

                  Screenshot_20200401-171504_Chrome.jpg

                  1 Reply Last reply
                  0
                  • H Offline
                    H Offline
                    Hosifox
                    wrote on last edited by
                    #125

                    Hallo

                    ich habe den Adapter ohne Fehler installiert und danach eingerichtet. ich bekomme im LOG den Fehler
                    (6116) Error: getlocations: no data

                    Muss ich noch was einstellen?

                    Gruß Thorsten

                    jpgorganizerJ 1 Reply Last reply
                    0
                    • H Hosifox

                      Hallo

                      ich habe den Adapter ohne Fehler installiert und danach eingerichtet. ich bekomme im LOG den Fehler
                      (6116) Error: getlocations: no data

                      Muss ich noch was einstellen?

                      Gruß Thorsten

                      jpgorganizerJ Offline
                      jpgorganizerJ Offline
                      jpgorganizer
                      wrote on last edited by
                      #126

                      @Hosifox

                      Hi, prüfe nochmals Username, Passwort und API Key. Vorallem den API Key!

                      Die Gardena Geräte sind eingerichtet? Welche sollte es geben?

                      Grüße
                      jpgorganizer

                      Bitte keine Fragen per PN, die gehören ins Forum!

                      ioBroker
                      smartgarden Adapter für GARDENA smart system
                      Plattform: Raspberry Pi OS Linux 12 (bookworm), Node.js: v18.18.2, NPM: 9.8.1

                      1 Reply Last reply
                      0
                      • jpgorganizerJ jpgorganizer

                        @dslraser sagte in [neuer Adapter] smartgarden adapter for Gardena smart system:

                        @jpgorganizer

                        Ich habe jetzt den API-Key gelöscht und neu erstellt. Damit wird der Adapter nun wieder grün.

                        das muss man nicht verstehen ??? würde ich aber gerne

                        Das müssen wir beobachten, ob sowas öfter vorkommt. Danke für die Rückmeldung.

                        Grüße
                        jpgorganizer

                        jpgorganizerJ Offline
                        jpgorganizerJ Offline
                        jpgorganizer
                        wrote on last edited by
                        #127

                        @Hosifox

                        @jpgorganizer sagte in [neuer Adapter] smartgarden adapter for Gardena smart system:

                        @dslraser sagte in [neuer Adapter] smartgarden adapter for Gardena smart system:

                        @jpgorganizer

                        Ich habe jetzt den API-Key gelöscht und neu erstellt. Damit wird der Adapter nun wieder grün.

                        das muss man nicht verstehen ??? würde ich aber gerne

                        Das müssen wir beobachten, ob sowas öfter vorkommt. Danke für die Rückmeldung.

                        Grüße
                        jpgorganizer

                        das gab es wohl schon mal ..... falls es daran liegt, dann trotzdem mal melden, dass es das war

                        Grüße
                        jpgorganizer

                        Bitte keine Fragen per PN, die gehören ins Forum!

                        ioBroker
                        smartgarden Adapter für GARDENA smart system
                        Plattform: Raspberry Pi OS Linux 12 (bookworm), Node.js: v18.18.2, NPM: 9.8.1

                        1 Reply Last reply
                        0
                        • H Offline
                          H Offline
                          Hosifox
                          wrote on last edited by
                          #128

                          PW und Username sind richtig. Es gibt ja 2 Keys, ich nehme nicht den secrete Key sondern den Application key, denke das ist soweit richtig. Was heisst Geräte eingerichtet?? Der Mäher ist über die Gardena APP voll funktionsfähig. Muss ich noch woanders was einrichten?

                          https://api.authentication.husqvarnagroup.dev und https://api.smart.gardena.dev muss ich ja nichts ändern oder?

                          StrathColeS 1 Reply Last reply
                          0
                          • H Hosifox

                            PW und Username sind richtig. Es gibt ja 2 Keys, ich nehme nicht den secrete Key sondern den Application key, denke das ist soweit richtig. Was heisst Geräte eingerichtet?? Der Mäher ist über die Gardena APP voll funktionsfähig. Muss ich noch woanders was einrichten?

                            https://api.authentication.husqvarnagroup.dev und https://api.smart.gardena.dev muss ich ja nichts ändern oder?

                            StrathColeS Offline
                            StrathColeS Offline
                            StrathCole
                            wrote on last edited by
                            #129

                            @Hosifox Hast du für den Api-Key die API freigeschaltet? Muss man nach dem Anlegen des Keys ja machen (unten drunter).

                            SolarWatt-Anlage mit 9,6 kWp – KOSTAL Plenticore Plus 10 – BYD B-Box HV 8,96 – Viessmann Vitocal 333g – Zehnder ComfoD 350 (Comfoair 350) mit RS232-Ethernet-Konverter

                            1 Reply Last reply
                            0
                            • H Offline
                              H Offline
                              Hosifox
                              wrote on last edited by
                              #130

                              Ja habe ich gemacht, alle 3 API stehen auf connect.

                              1 Reply Last reply
                              0
                              • H Offline
                                H Offline
                                Hosifox
                                wrote on last edited by
                                #131

                                Der Adapter wird auch kurz grün, dann aber sofort wieder gelb.

                                1 Reply Last reply
                                0
                                • H Offline
                                  H Offline
                                  Hosifox
                                  wrote on last edited by
                                  #132
                                  1. get_locations ...
                                    smartgarden.0 2020-04-03 18:40:40.109 info (2172) sgSetState: info.connection true
                                    smartgarden.0 2020-04-03 18:40:40.108 info (2172) Connection: successful: response.statusCode /

                                  dann wird er gelb

                                  jpgorganizerJ 1 Reply Last reply
                                  0
                                  • J Offline
                                    J Offline
                                    jack99n
                                    wrote on last edited by
                                    #133

                                    Ich habe mir auch den Adapter mal Installiert. Kann man mir jemand sagen unter welchem Datenpunkt ich mein Sileno Mäher steuern kann?

                                    J 1 Reply Last reply
                                    0
                                    • J jack99n

                                      Ich habe mir auch den Adapter mal Installiert. Kann man mir jemand sagen unter welchem Datenpunkt ich mein Sileno Mäher steuern kann?

                                      J Offline
                                      J Offline
                                      jack99n
                                      wrote on last edited by
                                      #134

                                      @jack99n sagte in [neuer Adapter] smartgarden adapter for Gardena smart system:

                                      Ich habe mir auch den Adapter mal Installiert. Kann man mir jemand sagen unter welchem Datenpunkt ich mein Sileno Mäher steuern kann?

                                      Okay einfach mal die Anleitung auf Git lesen. :grimacing:

                                      1 Reply Last reply
                                      0
                                      • H Hosifox
                                        1. get_locations ...
                                          smartgarden.0 2020-04-03 18:40:40.109 info (2172) sgSetState: info.connection true
                                          smartgarden.0 2020-04-03 18:40:40.108 info (2172) Connection: successful: response.statusCode /

                                        dann wird er gelb

                                        jpgorganizerJ Offline
                                        jpgorganizerJ Offline
                                        jpgorganizer
                                        wrote on last edited by jpgorganizer
                                        #135

                                        @Hosifox sagte in [neuer Adapter] smartgarden adapter for Gardena smart system:

                                        smartgarden.0 2020-04-03 18:40:40.108 info (2172) Connection: successful: response.statusCode /

                                        da steht doch bestimmt noch was hinten dran ....

                                        Aber ist eigentlich egal, denn das ist vom connect am Service ... der scheint zu klappen, deshalb geht der Adapter erst mal auf grün,
                                        dann kommt die Abfrage auf die Locations (also die Sammlung der Geräte) und die geht nicht. Da kommt nichts zurück. Warum?
                                        Deshalb wird Adapter wieder gelb.

                                        Ich behaupte, dass @dslraser ein ähnliches Problem hatte und dieses mit einem neuen APIkey gelöst hat.

                                        VG
                                        jpgorganizer

                                        Bitte keine Fragen per PN, die gehören ins Forum!

                                        ioBroker
                                        smartgarden Adapter für GARDENA smart system
                                        Plattform: Raspberry Pi OS Linux 12 (bookworm), Node.js: v18.18.2, NPM: 9.8.1

                                        dslraserD 1 Reply Last reply
                                        0
                                        • jpgorganizerJ jpgorganizer

                                          @Hosifox sagte in [neuer Adapter] smartgarden adapter for Gardena smart system:

                                          smartgarden.0 2020-04-03 18:40:40.108 info (2172) Connection: successful: response.statusCode /

                                          da steht doch bestimmt noch was hinten dran ....

                                          Aber ist eigentlich egal, denn das ist vom connect am Service ... der scheint zu klappen, deshalb geht der Adapter erst mal auf grün,
                                          dann kommt die Abfrage auf die Locations (also die Sammlung der Geräte) und die geht nicht. Da kommt nichts zurück. Warum?
                                          Deshalb wird Adapter wieder gelb.

                                          Ich behaupte, dass @dslraser ein ähnliches Problem hatte und dieses mit einem neuen APIkey gelöst hat.

                                          VG
                                          jpgorganizer

                                          dslraserD Offline
                                          dslraserD Offline
                                          dslraser
                                          Forum Testing Most Active
                                          wrote on last edited by
                                          #136

                                          @jpgorganizer sagte in [neuer Adapter] smartgarden adapter for Gardena smart system:

                                          Ich behaupte, dass @dslraser ein ähnliches Problem hatte und dieses mit einem neuen APIkey gelöst hat.

                                          Das wollte ich auch gerade schreiben.

                                          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

                                          600

                                          Online

                                          32.7k

                                          Users

                                          82.5k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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