Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Fehlermeldung vom Sourceanalytix Adapter

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    472

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    391

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    978

Fehlermeldung vom Sourceanalytix Adapter

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
38 Beiträge 7 Kommentatoren 2.8k Aufrufe 5 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • D dos1973

    @crunchip sagte in Fehlermeldung vom Sourceanalytix Adapter:

    @longbow sagte in Fehlermeldung vom Sourceanalytix Adapter:

    Bekommt man die V0.4.14. installiert?

    Per npm im richtigen Verzeichnis

    cd /opt/iobroker
    npm install iobroker.AdapterName@ver.si.on
    

    Hi
    ich habe auch den Fehler und möchte das downgrade durchführen... klappt aber nicht.

    dos1973@pve-iobroker:/opt/iobroker$ npm install iobroker.sourceanalytix@V0.4.14
    
    npm ERR! code E404
    npm ERR! 404 Not Found - GET https://registry.npmjs.org/sourceanalytix - Not found
    npm ERR! 404 
    npm ERR! 404  'sourceanalytix@V0.4.14' is not in this registry.
    npm ERR! 404 
    npm ERR! 404 Note that you can also install from a
    npm ERR! 404 tarball, folder, http url, or git url.
    
    npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-01-02T14_20_34_552Z-debug-0.log
    dos1973@pve-iobroker:/opt/iobroker$ npm install iobroker.sourceanalytix@V0.4.14
    npm ERR! code ETARGET
    npm ERR! notarget No matching version found for iobroker.sourceanalytix@V0.4.14.
    npm ERR! notarget In most cases you or one of your dependencies are requesting
    npm ERR! notarget a package version that doesn't exist.
    

    was mach ich falsch?

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #28

    @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

    was mach ich falsch?

    Lass die Finger von npm.

    Mach es damit:

    iobroker upgrade iobroker.sourceanalytix@0.4.14
    

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    D 1 Antwort Letzte Antwort
    0
    • D dos1973

      @crunchip sagte in Fehlermeldung vom Sourceanalytix Adapter:

      @longbow sagte in Fehlermeldung vom Sourceanalytix Adapter:

      Bekommt man die V0.4.14. installiert?

      Per npm im richtigen Verzeichnis

      cd /opt/iobroker
      npm install iobroker.AdapterName@ver.si.on
      

      Hi
      ich habe auch den Fehler und möchte das downgrade durchführen... klappt aber nicht.

      dos1973@pve-iobroker:/opt/iobroker$ npm install iobroker.sourceanalytix@V0.4.14
      
      npm ERR! code E404
      npm ERR! 404 Not Found - GET https://registry.npmjs.org/sourceanalytix - Not found
      npm ERR! 404 
      npm ERR! 404  'sourceanalytix@V0.4.14' is not in this registry.
      npm ERR! 404 
      npm ERR! 404 Note that you can also install from a
      npm ERR! 404 tarball, folder, http url, or git url.
      
      npm ERR! A complete log of this run can be found in: /home/iobroker/.npm/_logs/2024-01-02T14_20_34_552Z-debug-0.log
      dos1973@pve-iobroker:/opt/iobroker$ npm install iobroker.sourceanalytix@V0.4.14
      npm ERR! code ETARGET
      npm ERR! notarget No matching version found for iobroker.sourceanalytix@V0.4.14.
      npm ERR! notarget In most cases you or one of your dependencies are requesting
      npm ERR! notarget a package version that doesn't exist.
      

      was mach ich falsch?

      crunchipC Abwesend
      crunchipC Abwesend
      crunchip
      Forum Testing Most Active Developer
      schrieb am zuletzt editiert von
      #29

      @dos1973 das V ist zu viel

      umgestiegen von Proxmox auf Unraid

      1 Antwort Letzte Antwort
      1
      • Thomas BraunT Thomas Braun

        @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

        was mach ich falsch?

        Lass die Finger von npm.

        Mach es damit:

        iobroker upgrade iobroker.sourceanalytix@0.4.14
        
        D Offline
        D Offline
        dos1973
        schrieb am zuletzt editiert von dos1973
        #30

        @thomas-braun

        glaub mir ich hatte an dich gedacht... du hattes mal erwähnt " Finger weg von NPM"
        :-)

        klappt leider nicht mit dem Befehl

        dos1973@pve-iobroker:/opt/iobroker$ iobroker upgrade iobroker.sourceanalytix@0.4.14
        Adapter "sourceanalytix" is not in the repository and cannot be updated.
        dos1973@pve-iobroker:/opt/iobroker$ 
        

        ich habe ja bereits die 0.4.15-alpha installiert

        crunchipC Thomas BraunT 3 Antworten Letzte Antwort
        0
        • D dos1973

          @thomas-braun

          glaub mir ich hatte an dich gedacht... du hattes mal erwähnt " Finger weg von NPM"
          :-)

          klappt leider nicht mit dem Befehl

          dos1973@pve-iobroker:/opt/iobroker$ iobroker upgrade iobroker.sourceanalytix@0.4.14
          Adapter "sourceanalytix" is not in the repository and cannot be updated.
          dos1973@pve-iobroker:/opt/iobroker$ 
          

          ich habe ja bereits die 0.4.15-alpha installiert

          crunchipC Abwesend
          crunchipC Abwesend
          crunchip
          Forum Testing Most Active Developer
          schrieb am zuletzt editiert von
          #31

          @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

          ich habe ja bereits die 0.4.15-alpha installiert

          das wäre kein Problem, ein downgrade erfolgt ebenfalls wie @Thomas-Braun geschrieben, allerdings ist in dem Fall, das Problem

          @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

          is not in the repository

          daher per npm wie oben geschrieben

          umgestiegen von Proxmox auf Unraid

          1 Antwort Letzte Antwort
          0
          • D dos1973

            @thomas-braun

            glaub mir ich hatte an dich gedacht... du hattes mal erwähnt " Finger weg von NPM"
            :-)

            klappt leider nicht mit dem Befehl

            dos1973@pve-iobroker:/opt/iobroker$ iobroker upgrade iobroker.sourceanalytix@0.4.14
            Adapter "sourceanalytix" is not in the repository and cannot be updated.
            dos1973@pve-iobroker:/opt/iobroker$ 
            

            ich habe ja bereits die 0.4.15-alpha installiert

            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #32

            @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

            Adapter "sourceanalytix" is not in the repository and cannot be updated.

            Bist du auf 'stable' unterwegs? Denn den Adapter gibt es nur über das Beta-Repository.

            Linux-Werkzeugkasten:
            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
            NodeJS Fixer Skript:
            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

            D 1 Antwort Letzte Antwort
            0
            • Thomas BraunT Thomas Braun

              @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

              Adapter "sourceanalytix" is not in the repository and cannot be updated.

              Bist du auf 'stable' unterwegs? Denn den Adapter gibt es nur über das Beta-Repository.

              D Offline
              D Offline
              dos1973
              schrieb am zuletzt editiert von
              #33

              @thomas-braun
              ja bin im stable. also doch npm?

              Thomas BraunT 1 Antwort Letzte Antwort
              0
              • D dos1973

                @thomas-braun
                ja bin im stable. also doch npm?

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #34

                @dos1973

                Oder kurz den Beta-Zweig aktivieren, downgrade, Beta wieder deaktivieren.

                Linux-Werkzeugkasten:
                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                NodeJS Fixer Skript:
                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                1 Antwort Letzte Antwort
                1
                • D dos1973

                  @thomas-braun

                  glaub mir ich hatte an dich gedacht... du hattes mal erwähnt " Finger weg von NPM"
                  :-)

                  klappt leider nicht mit dem Befehl

                  dos1973@pve-iobroker:/opt/iobroker$ iobroker upgrade iobroker.sourceanalytix@0.4.14
                  Adapter "sourceanalytix" is not in the repository and cannot be updated.
                  dos1973@pve-iobroker:/opt/iobroker$ 
                  

                  ich habe ja bereits die 0.4.15-alpha installiert

                  crunchipC Abwesend
                  crunchipC Abwesend
                  crunchip
                  Forum Testing Most Active Developer
                  schrieb am zuletzt editiert von
                  #35

                  @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

                  ich habe ja bereits die 0.4.15-alpha installiert

                  fae4231a-5630-4416-b43a-90fb91980290-image.png

                  umgestiegen von Proxmox auf Unraid

                  D 1 Antwort Letzte Antwort
                  1
                  • crunchipC crunchip

                    @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

                    ich habe ja bereits die 0.4.15-alpha installiert

                    fae4231a-5630-4416-b43a-90fb91980290-image.png

                    D Offline
                    D Offline
                    dos1973
                    schrieb am zuletzt editiert von
                    #36

                    @crunchip

                    ok, das hat geklappt mein Log wwird trotzdem noch zugeballert

                    tix.0
                    2024-01-02 17:20:41.983	warn	Object of state "sourceanalytix.0.shelly__0__SHPLG-S#51D6D2#1__Relay0__Power.2024.readingCumulative" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:41.907	warn	Object of state "sourceanalytix.0.shelly__0__SHPLG-S#51D6D2#1__Relay0__Power.cumulativeReading" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:40.911	warn	Object of state "sourceanalytix.0.shelly__0__SHSW-PM#F26BE2#1__Relay0__Power.2024.readingCumulative" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:40.868	warn	Object of state "sourceanalytix.0.shelly__0__SHSW-PM#F26BE2#1__Relay0__Power.cumulativeReading" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:37.292	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.costs.currentWeek.02_Tuesday" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:37.246	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.costs.01_currentDay" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:37.202	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumed.quarters.Q1" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:37.158	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumed.months.01_January" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:37.114	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumed.weeks.01" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:37.071	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.currentWeek.02_Tuesday" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:37.026	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumedCumulative" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:36.982	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.05_currentYear" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:36.938	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.04_currentQuarter" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:36.894	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.03_currentMonth" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:36.851	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.02_currentWeek" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:36.806	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.01_currentDay" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:36.762	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.meterReadings.quarters.Q1" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:36.718	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.meterReadings.months.01_January" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:36.674	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.meterReadings.weeks.01" is missing the required property "common.type"
                    
                    sourceanalytix.0
                    2024-01-02 17:20:36.630	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.meterReadings.currentWeek.02_Tuesday" is missing the required property "common.type"
                    
                    crunchipC 1 Antwort Letzte Antwort
                    0
                    • D dos1973

                      @crunchip

                      ok, das hat geklappt mein Log wwird trotzdem noch zugeballert

                      tix.0
                      2024-01-02 17:20:41.983	warn	Object of state "sourceanalytix.0.shelly__0__SHPLG-S#51D6D2#1__Relay0__Power.2024.readingCumulative" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:41.907	warn	Object of state "sourceanalytix.0.shelly__0__SHPLG-S#51D6D2#1__Relay0__Power.cumulativeReading" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:40.911	warn	Object of state "sourceanalytix.0.shelly__0__SHSW-PM#F26BE2#1__Relay0__Power.2024.readingCumulative" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:40.868	warn	Object of state "sourceanalytix.0.shelly__0__SHSW-PM#F26BE2#1__Relay0__Power.cumulativeReading" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:37.292	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.costs.currentWeek.02_Tuesday" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:37.246	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.costs.01_currentDay" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:37.202	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumed.quarters.Q1" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:37.158	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumed.months.01_January" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:37.114	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumed.weeks.01" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:37.071	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.currentWeek.02_Tuesday" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:37.026	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.consumedCumulative" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:36.982	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.05_currentYear" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:36.938	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.04_currentQuarter" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:36.894	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.03_currentMonth" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:36.851	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.02_currentWeek" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:36.806	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.consumed.01_currentDay" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:36.762	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.meterReadings.quarters.Q1" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:36.718	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.meterReadings.months.01_January" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:36.674	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.2024.meterReadings.weeks.01" is missing the required property "common.type"
                      
                      sourceanalytix.0
                      2024-01-02 17:20:36.630	warn	Object of state "sourceanalytix.0.shelly__1__shellypro3em#c8f09e894d7c#1__EM0__TotalActivePower.currentYear.meterReadings.currentWeek.02_Tuesday" is missing the required property "common.type"
                      
                      crunchipC Abwesend
                      crunchipC Abwesend
                      crunchip
                      Forum Testing Most Active Developer
                      schrieb am zuletzt editiert von
                      #37

                      @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

                      wird trotzdem noch zugeballert

                      selbiges https://forum.iobroker.net/topic/71590/sourceanalytix-ab-01-01-is-missing-common-type?_=1704207030879

                      umgestiegen von Proxmox auf Unraid

                      D 1 Antwort Letzte Antwort
                      0
                      • crunchipC crunchip

                        @dos1973 sagte in Fehlermeldung vom Sourceanalytix Adapter:

                        wird trotzdem noch zugeballert

                        selbiges https://forum.iobroker.net/topic/71590/sourceanalytix-ab-01-01-is-missing-common-type?_=1704207030879

                        D Offline
                        D Offline
                        dos1973
                        schrieb am zuletzt editiert von dos1973
                        #38

                        @crunchip
                        hmm, den Thread hatte ich nicht gefunden. Dann bleibt mir wohl nur abwarten...

                        @crunchip
                        @thomas-braun
                        Danek dennoch für die Hilfestellung.

                        1 Antwort Letzte Antwort
                        0

                        Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                        Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                        Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                        Registrieren Anmelden
                        Antworten
                        • In einem neuen Thema antworten
                        Anmelden zum Antworten
                        • Älteste zuerst
                        • Neuste zuerst
                        • Meiste Stimmen


                        Support us

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

                        608

                        Online

                        32.8k

                        Benutzer

                        82.8k

                        Themen

                        1.3m

                        Beiträge
                        Community
                        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                        ioBroker Community 2014-2025
                        logo
                        • Anmelden

                        • Du hast noch kein Konto? Registrieren

                        • Anmelden oder registrieren, um zu suchen
                        • Erster Beitrag
                          Letzter Beitrag
                        0
                        • Home
                        • Aktuell
                        • Tags
                        • Ungelesen 0
                        • Kategorien
                        • Unreplied
                        • Beliebt
                        • GitHub
                        • Docu
                        • Hilfe