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. Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T

NEWS

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

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

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

Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T

Scheduled Pinned Locked Moved Tester
17trackamazonbriefedhldpdglsups
1.5k Posts 126 Posters 574.5k Views 119 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.
  • BoronsbruderB Offline
    BoronsbruderB Offline
    Boronsbruder
    wrote on last edited by Boronsbruder
    #1112

    @tombox

    Ich hab grad nen Blick in die main.js geworfen. Dabei ist mir aufgefallen, dass ein Funktions-Aufruf doppelt vorhanden ist?
    Zeile 2377-2399

        await this.setObjectNotExistsAsync("dhl.json", {
          type: "state",
          common: {
            name: "Json Sendungen",
            write: false,
            read: true,
            type: "string",
            role: "json",
          },
          native: {},
        });
    
        await this.setObjectNotExistsAsync("dhl.json", {
          type: "state",
          common: {
            name: "Json Sendungen",
            write: false,
            read: true,
            type: "string",
            role: "json",
          },
          native: {},
        });
    
    1 Reply Last reply
    0
    • BoronsbruderB Offline
      BoronsbruderB Offline
      Boronsbruder
      wrote on last edited by
      #1113

      Seit der Neuinstallation des Adapters, bekomme ich ständig Warnungen über nicht existierende Objekte.

      parcel.0	2023-08-19 12:06:11.614	warn	State "parcel.0.dpd.sendungen01.statusId" has no existing object, this might lead to an error in future versions
      parcel.0	2023-08-19 12:06:11.612	warn	State "parcel.0.dpd.sendungen01.status" has no existing object, this might lead to an error in future versions
      parcel.0	2023-08-19 12:06:11.610	warn	State "parcel.0.dpd.sendungen01.name" has no existing object, this might lead to an error in future versions
      parcel.0	2023-08-19 12:06:11.567	warn	State "parcel.0.dpd.sendungen01.id" has no existing object, this might lead to an error in future versions
      parcel.0	2023-08-19 12:06:10.950	warn	State "parcel.0.dhl.briefe.serviceState.recognitionDegree" has no existing object, this might lead to an error in future versions
      parcel.0	2023-08-19 12:06:10.949	warn	State "parcel.0.dhl.briefe.serviceState.contractState" has no existing object, this might lead to an error in future versions
      parcel.0	2023-08-19 12:06:10.948	warn	State "parcel.0.dhl.briefe.basicAuth" has no existing object, this might lead to an error in future versions
      parcel.0	2023-08-19 12:06:10.947	warn	State "parcel.0.dhl.briefe.grantToken" has no existing object, this might lead to an error in future versions
      parcel.0	2023-08-19 12:06:10.946	warn	State "parcel.0.dhl.briefe.accessTokenUrl" has no existing object, this might lead to an error in future versions
      parcel.0	2023-08-19 12:06:10.902	warn	State "parcel.0.dhl.briefe.currentAdvice" has no existing object, this might lead to an error in future versions
      

      Was hab ich vermurkst?

      DJMarc75D 1 Reply Last reply
      0
      • BoronsbruderB Boronsbruder

        Seit der Neuinstallation des Adapters, bekomme ich ständig Warnungen über nicht existierende Objekte.

        parcel.0	2023-08-19 12:06:11.614	warn	State "parcel.0.dpd.sendungen01.statusId" has no existing object, this might lead to an error in future versions
        parcel.0	2023-08-19 12:06:11.612	warn	State "parcel.0.dpd.sendungen01.status" has no existing object, this might lead to an error in future versions
        parcel.0	2023-08-19 12:06:11.610	warn	State "parcel.0.dpd.sendungen01.name" has no existing object, this might lead to an error in future versions
        parcel.0	2023-08-19 12:06:11.567	warn	State "parcel.0.dpd.sendungen01.id" has no existing object, this might lead to an error in future versions
        parcel.0	2023-08-19 12:06:10.950	warn	State "parcel.0.dhl.briefe.serviceState.recognitionDegree" has no existing object, this might lead to an error in future versions
        parcel.0	2023-08-19 12:06:10.949	warn	State "parcel.0.dhl.briefe.serviceState.contractState" has no existing object, this might lead to an error in future versions
        parcel.0	2023-08-19 12:06:10.948	warn	State "parcel.0.dhl.briefe.basicAuth" has no existing object, this might lead to an error in future versions
        parcel.0	2023-08-19 12:06:10.947	warn	State "parcel.0.dhl.briefe.grantToken" has no existing object, this might lead to an error in future versions
        parcel.0	2023-08-19 12:06:10.946	warn	State "parcel.0.dhl.briefe.accessTokenUrl" has no existing object, this might lead to an error in future versions
        parcel.0	2023-08-19 12:06:10.902	warn	State "parcel.0.dhl.briefe.currentAdvice" has no existing object, this might lead to an error in future versions
        

        Was hab ich vermurkst?

        DJMarc75D Offline
        DJMarc75D Offline
        DJMarc75
        wrote on last edited by
        #1114

        @boronsbruder sagte in Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T:

        Seit der Neuinstallation des Adapters

        Welche Version ?

        Lehrling seit 1975 !!!
        Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
        https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

        BoronsbruderB 1 Reply Last reply
        0
        • DJMarc75D DJMarc75

          @boronsbruder sagte in Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T:

          Seit der Neuinstallation des Adapters

          Welche Version ?

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

          @djmarc75
          sry... die aktuelle vom git (0.1.0)

          DJMarc75D 1 Reply Last reply
          0
          • BoronsbruderB Boronsbruder

            @djmarc75
            sry... die aktuelle vom git (0.1.0)

            DJMarc75D Offline
            DJMarc75D Offline
            DJMarc75
            wrote on last edited by
            #1116

            @boronsbruder jo, eben auch mal mein LOGLevel runtergestellt und ist bei mir auch so.
            Schau mal auf GIT obs da schon ein ISSUE gibt, wenn nicht, mach eins auf.

            Lehrling seit 1975 !!!
            Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
            https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

            BoronsbruderB 1 Reply Last reply
            1
            • DJMarc75D DJMarc75

              @boronsbruder jo, eben auch mal mein LOGLevel runtergestellt und ist bei mir auch so.
              Schau mal auf GIT obs da schon ein ISSUE gibt, wenn nicht, mach eins auf.

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

              @djmarc75
              Ah, hat schon jemand gemacht -> Issue

              edit: Ist mit der aktuellen Git-Hub version gefixed

              1 Reply Last reply
              1
              • M Offline
                M Offline
                michihorn
                wrote on last edited by
                #1118

                Hallo habe die aktuellste Version installiert, seit ein paar Tagen gibt es zumindest bei Amazon keinen Status mehr.
                Hat das auch jemand?
                Gruss Michael

                Chris76eC 1 Reply Last reply
                1
                • M michihorn

                  Hallo habe die aktuellste Version installiert, seit ein paar Tagen gibt es zumindest bei Amazon keinen Status mehr.
                  Hat das auch jemand?
                  Gruss Michael

                  Chris76eC Offline
                  Chris76eC Offline
                  Chris76e
                  wrote on last edited by
                  #1119

                  @michihorn

                  Amazon scheint was geändert zuhaben. Im DP "Status" steht bei mir auch nichts mehr drin.

                  @tombox kann es sein das im DP "id" jetzt die orderid und nicht mehr die trackingid steht?

                  T 1 Reply Last reply
                  1
                  • Chris76eC Chris76e

                    @michihorn

                    Amazon scheint was geändert zuhaben. Im DP "Status" steht bei mir auch nichts mehr drin.

                    @tombox kann es sein das im DP "id" jetzt die orderid und nicht mehr die trackingid steht?

                    T Offline
                    T Offline
                    tombox
                    wrote on last edited by
                    #1120

                    @boronsbruder bitte mal die GitHub version testen

                    Chris76eC BoronsbruderB 3 Replies Last reply
                    2
                    • T tombox

                      @boronsbruder bitte mal die GitHub version testen

                      Chris76eC Offline
                      Chris76eC Offline
                      Chris76e
                      wrote on last edited by
                      #1121

                      @tombox

                      Funktioniert wieder richtig. Danke

                      M 1 Reply Last reply
                      0
                      • Chris76eC Chris76e

                        @tombox

                        Funktioniert wieder richtig. Danke

                        M Offline
                        M Offline
                        michihorn
                        wrote on last edited by michihorn
                        #1122

                        @chris76e Hab gerade neu von GitHub installiert jetzt ist der Status wieder da

                        1 Reply Last reply
                        0
                        • T tombox

                          @boronsbruder bitte mal die GitHub version testen

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

                          @tombox
                          Alle Paketdienste DHL, DPD, Amazon und Hermes werden eingeloggt

                          1 Reply Last reply
                          0
                          • T tombox

                            @boronsbruder bitte mal die GitHub version testen

                            Chris76eC Offline
                            Chris76eC Offline
                            Chris76e
                            wrote on last edited by Chris76e
                            #1124

                            @tombox

                            Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials

                            Habe seit 2 Tagen das Problem das der Login zu Amazon nicht mehr bestehen bleibt. Wenn ich unter parcel.0.auth.cookie die cookies lösche, funktioniert es wieder, aber nach bei der 2. Aktualisierung kommt dann der obengenannte Fehler.

                            Version 0.0.27 und 0.1.1 getestet

                            https://github.com/TA2k/ioBroker.parcel/issues/63

                            Chris76eC 1 Reply Last reply
                            2
                            • Ro75R Offline
                              Ro75R Offline
                              Ro75
                              wrote on last edited by Ro75
                              #1125

                              @tombox

                              2023-10-11 09:36:10.279 - error: parcel.0 (1544628) Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                              2023-10-11 09:38:10.678 - error: parcel.0 (1545447) Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                              

                              Dieser Fehler tritt seit heute bei mir ebenfalls auf. Ich habe die Login-Daten nochmals eingegeben und auch den MFA Code erneuert. Brachte keinen Erfolg. Wie mein Vorredner habe ich dann den DP "parcel.0.auth.cookie" gelöscht. Mit dem selben Ergebnis: einmal alles OK, danach wieder der Fehler.

                              Bin aktuell auf Version 0.1.1.

                              Ro75.

                              EDIT:

                              Nachtrag: Gerade ist mir aufgefallen, dass ein altes Problem wieder da ist. Amazon Bestellungen sind da, wieder weg, wieder da, wieder weg, ...

                              Das hatten wir doch schon einmal.

                              Ro 75.

                              SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                              Thomas BraunT 1 Reply Last reply
                              0
                              • Ro75R Ro75

                                @tombox

                                2023-10-11 09:36:10.279 - error: parcel.0 (1544628) Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                2023-10-11 09:38:10.678 - error: parcel.0 (1545447) Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                

                                Dieser Fehler tritt seit heute bei mir ebenfalls auf. Ich habe die Login-Daten nochmals eingegeben und auch den MFA Code erneuert. Brachte keinen Erfolg. Wie mein Vorredner habe ich dann den DP "parcel.0.auth.cookie" gelöscht. Mit dem selben Ergebnis: einmal alles OK, danach wieder der Fehler.

                                Bin aktuell auf Version 0.1.1.

                                Ro75.

                                EDIT:

                                Nachtrag: Gerade ist mir aufgefallen, dass ein altes Problem wieder da ist. Amazon Bestellungen sind da, wieder weg, wieder da, wieder weg, ...

                                Das hatten wir doch schon einmal.

                                Ro 75.

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #1126

                                @ro75 sagte in Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T:

                                Nachtrag: Gerade ist mir aufgefallen, dass ein altes Problem wieder da ist. Amazon Bestellungen sind da, wieder weg, wieder da, wieder weg, ...

                                Mit v 0.1.4 kann ich das nicht mehr beobachten.

                                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

                                Ro75R 1 Reply Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @ro75 sagte in Adapter Paketverfolgung DHL, Briefe, Amazon, DPD,GLS,UPS,17T:

                                  Nachtrag: Gerade ist mir aufgefallen, dass ein altes Problem wieder da ist. Amazon Bestellungen sind da, wieder weg, wieder da, wieder weg, ...

                                  Mit v 0.1.4 kann ich das nicht mehr beobachten.

                                  Ro75R Offline
                                  Ro75R Offline
                                  Ro75
                                  wrote on last edited by
                                  #1127

                                  @thomas-braun @tombox

                                  Ich habe vor ein paar Minuten die Version 0.1.4 installiert und so wie es aussieht bleiben jetzt die Amazon-Bestellungen bestehen.

                                  Jedoch bleibt der Login-Fehler:

                                  
                                  parcel.0
                                  2023-10-11 13:02:10.771	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                  
                                  parcel.0
                                  2023-10-11 13:00:12.930	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                  
                                  parcel.0
                                  2023-10-11 12:59:11.643	error	Login to Amazon failed, please login to Amazon manually and check the login
                                  
                                  parcel.0
                                  2023-10-11 12:59:10.164	error	Login to Amazon failed, please login to Amazon manually and check the login
                                  
                                  parcel.0
                                  2023-10-11 12:58:11.213	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                  
                                  parcel.0
                                  2023-10-11 12:58:09.680	error	Login to Amazon failed, please login to Amazon manually and check the login
                                  
                                  parcel.0
                                  2023-10-11 12:57:14.889	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                  
                                  parcel.0
                                  2023-10-11 12:57:13.322	error	Login to Amazon failed, please login to Amazon manually and check the login
                                  
                                  parcel.0
                                  2023-10-11 12:57:11.851	error	Login to Amazon failed, please login to Amazon manually and check the login
                                  
                                  parcel.0
                                  2023-10-11 12:57:10.381	error	Login to Amazon failed, please login to Amazon manually and check the login
                                  
                                  parcel.0
                                  2023-10-11 12:54:16.124	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                  
                                  parcel.0
                                  2023-10-11 12:54:14.607	error	Login to Amazon failed, please login to Amazon manually and check the login
                                  
                                  parcel.0
                                  2023-10-11 12:54:13.126	error	Login to Amazon failed, please login to Amazon manually and check the login
                                  
                                  parcel.0
                                  2023-10-11 12:54:11.687	error	Login to Amazon failed, please login to Amazon manually and check the login
                                  
                                  parcel.0
                                  2023-10-11 12:54:10.212	error	Login to Amazon failed, please login to Amazon manually and check the login
                                  

                                  Ro75.

                                  SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • Ro75R Ro75

                                    @thomas-braun @tombox

                                    Ich habe vor ein paar Minuten die Version 0.1.4 installiert und so wie es aussieht bleiben jetzt die Amazon-Bestellungen bestehen.

                                    Jedoch bleibt der Login-Fehler:

                                    
                                    parcel.0
                                    2023-10-11 13:02:10.771	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                    
                                    parcel.0
                                    2023-10-11 13:00:12.930	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                    
                                    parcel.0
                                    2023-10-11 12:59:11.643	error	Login to Amazon failed, please login to Amazon manually and check the login
                                    
                                    parcel.0
                                    2023-10-11 12:59:10.164	error	Login to Amazon failed, please login to Amazon manually and check the login
                                    
                                    parcel.0
                                    2023-10-11 12:58:11.213	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                    
                                    parcel.0
                                    2023-10-11 12:58:09.680	error	Login to Amazon failed, please login to Amazon manually and check the login
                                    
                                    parcel.0
                                    2023-10-11 12:57:14.889	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                    
                                    parcel.0
                                    2023-10-11 12:57:13.322	error	Login to Amazon failed, please login to Amazon manually and check the login
                                    
                                    parcel.0
                                    2023-10-11 12:57:11.851	error	Login to Amazon failed, please login to Amazon manually and check the login
                                    
                                    parcel.0
                                    2023-10-11 12:57:10.381	error	Login to Amazon failed, please login to Amazon manually and check the login
                                    
                                    parcel.0
                                    2023-10-11 12:54:16.124	error	Unknown Error: Login to Amazon failed, please login to Amazon and check your credentials
                                    
                                    parcel.0
                                    2023-10-11 12:54:14.607	error	Login to Amazon failed, please login to Amazon manually and check the login
                                    
                                    parcel.0
                                    2023-10-11 12:54:13.126	error	Login to Amazon failed, please login to Amazon manually and check the login
                                    
                                    parcel.0
                                    2023-10-11 12:54:11.687	error	Login to Amazon failed, please login to Amazon manually and check the login
                                    
                                    parcel.0
                                    2023-10-11 12:54:10.212	error	Login to Amazon failed, please login to Amazon manually and check the login
                                    

                                    Ro75.

                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    wrote on last edited by
                                    #1128

                                    @ro75

                                    Die Meldungen hatte ich auch unlängst, hab dann auf Login per OTP/Authenticator umgestellt. Nutze den Google Authenticator dafür.

                                    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

                                    Ro75R 1 Reply Last reply
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @ro75

                                      Die Meldungen hatte ich auch unlängst, hab dann auf Login per OTP/Authenticator umgestellt. Nutze den Google Authenticator dafür.

                                      Ro75R Offline
                                      Ro75R Offline
                                      Ro75
                                      wrote on last edited by
                                      #1129

                                      @thomas-braun nutze ich schon seit fast 2 Jahren.

                                      Ro75.

                                      SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • Ro75R Ro75

                                        @thomas-braun nutze ich schon seit fast 2 Jahren.

                                        Ro75.

                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by
                                        #1130

                                        @ro75

                                        Dann würde ich die vielleicht nochmal im Adapter neueintragen.
                                        Inkl. aktuellem OTP.

                                        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

                                        Ro75R 1 Reply Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @ro75

                                          Dann würde ich die vielleicht nochmal im Adapter neueintragen.
                                          Inkl. aktuellem OTP.

                                          Ro75R Offline
                                          Ro75R Offline
                                          Ro75
                                          wrote on last edited by
                                          #1131

                                          @thomas-braun auch schon gemacht.

                                          SERVER = Beelink U59 16GB DDR4 RAM 512GB SSD, FB 7490, FritzDect 200+301+440, ConBee II, Zigbee Aqara Sensoren + NOUS A1Z, NOUS A1T, Philips Hue ** ioBroker, REDIS, influxdb2, Grafana, PiHole, Plex-Mediaserver, paperless-ngx (Docker), MariaDB + phpmyadmin *** VIS-Runtime = Intel NUC 8GB RAM 128GB SSD + 24" Touchscreen

                                          Ro75R 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

                                          308

                                          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