Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest

    NEWS

    • ioBroker goes Matter ... Matter Adapter in Stable

    • 15. 05. Wartungsarbeiten am ioBroker Forum

    • Monatsrückblick - April 2025

    Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest

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

      Hi, hat vielleicht auch jemand anders das Problem, dass bei einer neu eingerichteten Sainlogic WS3500 der Wert von "yearlyrainin" als "-9999" gesendet wird, was im Adapter zu einer Warnung führt? Kann man dafür etwas machen (außer logging für den Adapter ausschalten)?
      So sieht das Payload von der WS3500 aus:

      {
      	"ID": "XXXXXX",
      	"PASSWORD": "123456",
      	"tempf": "29.5",
      	"humidity": "95",
      	"dewptf": "28.2",
      	"windchillf": "29.5",
      	"winddir": "114",
      	"windspeedmph": "0.00",
      	"windgustmph": "0.00",
      	"rainin": "0.000",
      	"dailyrainin": "0.000",
      	"weeklyrainin": "0.043",
      	"monthlyrainin": "0.043",
      	"yearlyrainin": "-9999",
      	"totalrainin": "0.043",
      	"solarradiation": "0.00",
      	"UV": "0",
      	"indoortempf": "65.5",
      	"indoorhumidity": "50",
      	"absbaromin": "28.414",
      	"baromin": "30.032",
      	"lowbatt": "0",
      	"dateutc": "now",
      	"softwaretype": "EasyWeatherPro_V5.1.1",
      	"action": "updateraw",
      	"realtime": "1",
      	"rtfreq": "5"
      }
      


      Und das ist die angezeigte Warnung im Log:

      State value to set for "sainlogic.0.weather.current.yearlyrain" has value "-253974.6" less than min "0"
      
      W 1 Reply Last reply Reply Quote 0
      • Merlin123
        Merlin123 last edited by Merlin123

        Froggit HP1000SE einbinden....

        Ich krieg es nicht hin meine Konsole im Adapter einzubinden.
        Hab im Adapter den Listener Mode aktiviert, hört auf 0.0.0.0, Port 45000, Pfad /data/report und Protokoll Ecowitt.
        In der HP1000 habe ich auf Ecowitt eingestellt,IP vom ioBroker, Pfad und Port wie oben und Intervall 30 sec.

        In den Objekten seh ich aber keine Werte. Was mache ich falsch?

        Im Debug sehe ich
        Listener received illegal request: (POST) /data/report/

        manuxi 1 Reply Last reply Reply Quote 0
        • manuxi
          manuxi @Merlin123 last edited by manuxi

          @merlin123 sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:

          Listener received illegal request

          Füge mal in Deiner App ein ? an den Pfad, damit die Parameter erkannt werden.
          Edit: Autsch, hatte Ecovitt überlesen, sorry. Allerdings habe ich gerade darauf umgestellt und es passt bei mir.

          Merlin123 1 Reply Last reply Reply Quote 0
          • Merlin123
            Merlin123 @manuxi last edited by

            So.. Problem gelöst....
            In der WSview App wurde die Station als anderes Modell gefunden und ein Firmwareupdate angeboten (V5.x) Ich hatte aber schon von der Froggit Seite die neuste FW installiert (V1.9) und deswegen über die App das ignoriert. Da der Hinweis aber etwas blöd eingeblendet wird hab ich einmal versehentlich das Update gestartet. Und danach lief der Adapter mit dem Ecowitt Protokoll problemlos. Muss man nicht verstehen...

            K 1 Reply Last reply Reply Quote 0
            • W
              W0RSCHD @mrFenyx last edited by

              @mrfenyx habe das gleiche Problem mit der Fehlermeldung

              State value to set for "sainlogic.0.weather.current.yearlyrain" has value "-253974.6" less than min "0"
              

              , konntest du es schon lösen?

              mrFenyx 1 Reply Last reply Reply Quote 0
              • mrFenyx
                mrFenyx @W0RSCHD last edited by

                @w0rschd ja, ich habe es mit einen Workaround gelöst. Im Objekt Browser, öffne die Einstellungen für den State. Dann kannst du manuell bei "min" den Wert auf "-270000" setzen und dann speichern. Dann kommt die Fehlermeldung nicht mehr.
                0c8e05d5-c325-4ea3-a79c-a6f4be938121-image.png

                1 Reply Last reply Reply Quote 1
                • K
                  karsten @Merlin123 last edited by

                  @merlin123 Moin, ich versuche gerade eine HP1000se mit dem Adapter zu verbinden. Einstellungen in der "WS View"-App sind auch: Protokoll: Ecowitt; IP: vom Raspi / user; Pfad : /data/report; Port: 45000, Intervall steht noch auf 120sec.
                  Einstellungen im Adapter sind in den "Listener"-Einstellungen entsprechend.
                  Der Adapter startet. Eine Verbindung scheint hergestellt zu werden, da die Softwareversion angezeigt wird. Nur in den Daten selbst steht immer eine 0 !

                  Hast Du/oder jemand anderes einen Tipp ?
                  Sorry, ich bin "blutiger" Anfänger !!! Mir fällt leider nichts mehr ein, was ich noch probieren kann !
                  Danke vorab...

                  Fabio 1 Reply Last reply Reply Quote 0
                  • Fabio
                    Fabio @karsten last edited by

                    @karsten erst nach 120 sec müssten dann Daten kommen. Wenn du jedes mal neu startest dauert es dann wieder 120 sec. Setzt mal die Zeit auf 30 sec. zum testen ob dann Daten ankommen.

                    K 1 Reply Last reply Reply Quote 0
                    • K
                      karsten @Fabio last edited by

                      @fa-bio Danke ! Guter Tipp .

                      Man sieht jetzt, was passiert. Der Zeitstempel (last update) wird alle 30sec aktualisiert. Die Daten werden einmal beim neustart des Adapters aktualisiert (alle mit Null /NAN) . Dann passert nix mehr.
                      iOBroker_Objekte.png

                      geht im Ecowitt- sowie im Wunderground-Modus nicht.
                      Auf beiden Websiten werden die Daten der Station angezeigt, falls das von Bedeutung ist!?

                      MfG
                      Karsten

                      K Fabio 2 Replies Last reply Reply Quote 0
                      • K
                        karsten @karsten last edited by

                        @karsten sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:

                        @fa-bio Danke ! Guter Tipp .

                        Man sieht jetzt, was passiert. Der Zeitstempel (last update) wird alle 30sec aktualisiert. Die Daten werden einmal beim neustart des Adapters aktualisiert (alle mit Null /NAN) . Dann passert nix mehr.
                        iOBroker_Objekte.png

                        geht im Ecowitt- sowie im Wunderground-Modus nicht.
                        Auf beiden Websiten werden die Daten der Station angezeigt, falls das von Bedeutung ist!?

                        MfG
                        Karsten

                        PS. hatte beides an. Jetzt nur den Listener... auch null Erfolg

                        Glasfaser L 2 Replies Last reply Reply Quote 0
                        • Glasfaser
                          Glasfaser @karsten last edited by Glasfaser

                          @karsten

                          Stelle bei der Instanz die Log-Stufe DEBUG ein ,
                          dann diese Ausgabe hier posten in Code-Tags </> gesetzt
                          und auch deine Instanzeinstellungen als Screenshot

                          K 1 Reply Last reply Reply Quote 0
                          • K
                            karsten @Glasfaser last edited by

                            @glasfaser ich hoffe das passt so 🙄

                            sainlogic.0
                            411	2023-04-12 20:17:11.038	debug	Target for windspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                            
                            sainlogic.0
                            411	2023-04-12 20:17:11.036	debug	Target for windspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                            
                            sainlogic.0
                            411	2023-04-12 20:17:11.034	debug	Target for windspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                            
                            sainlogic.0
                            411	2023-04-12 20:17:11.031	debug	Target for maxdailygust unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                            
                            sainlogic.0
                            411	2023-04-12 20:17:11.028	debug	Target for windgustspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                            
                            sainlogic.0
                            411	2023-04-12 20:17:11.025	debug	Target for windgustspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                            
                            sainlogic.0
                            411	2023-04-12 20:17:11.012	debug	Target for windgustspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.907	info	Unit changed for sainlogic.0.weather.maxvalues.daily.windspeed from km/h to m/s, updating data point
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.906	info	Unit changed for sainlogic.0.weather.maxvalues.absolut.windspeed from km/h to m/s, updating data point
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.904	info	Unit changed for sainlogic.0.weather.current.windspeed from km/h to m/s, updating data point
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.902	info	Unit changed for sainlogic.0.weather.current.maxdailygust from km/h to m/s, updating data point
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.899	info	Unit changed for sainlogic.0.weather.maxvalues.daily.windgustspeed from km/h to m/s, updating data point
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.897	info	Unit changed for sainlogic.0.weather.maxvalues.absolut.windgustspeed from km/h to m/s, updating data point
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.893	info	Unit changed for sainlogic.0.weather.current.windgustspeed from km/h to m/s, updating data point
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.726	info	Starting Listener
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.722	debug	Forward URL:
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.721	debug	Listener protocol: ecowitt
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.720	debug	Listener path: /data/report
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.719	debug	Listener port: 45000
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.708	debug	Listener IP: 0.0.0.0
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.637	info	starting. Version 0.10.0 in /opt/iobroker/node_modules/iobroker.sainlogic, node: v16.19.1, js-controller: 4.0.15
                            
                            synology.0
                            1576	2023-04-12 20:17:10.235	info	Connecting to Synology 192.168.178.27:5001
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.098	debug	States connected to redis: 127.0.0.1:9000
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.046	debug	States create User PubSub Client
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.043	debug	States create System PubSub Client
                            
                            sainlogic.0
                            411	2023-04-12 20:17:10.013	debug	Redis States: Use Redis connection: 127.0.0.1:9000
                            
                            sainlogic.0
                            411	2023-04-12 20:17:09.956	debug	Objects connected to redis: 127.0.0.1:9001
                            
                            sainlogic.0
                            411	2023-04-12 20:17:09.946	debug	Objects client initialize lua scripts
                            
                            sainlogic.0
                            411	2023-04-12 20:17:09.852	debug	Objects create User PubSub Client
                            
                            sainlogic.0
                            411	2023-04-12 20:17:09.849	debug	Objects create System PubSub Client
                            
                            sainlogic.0
                            411	2023-04-12 20:17:09.846	debug	Objects client ready ... initialize now
                            
                            sainlogic.0
                            411	2023-04-12 20:17:09.776	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
                            host.phoscon
                            2023-04-12 20:17:07.931	info	instance system.adapter.sainlogic.0 started with pid 411
                            host.phoscon
                            2023-04-12 20:17:05.502	info	instance system.adapter.sainlogic.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                            
                            sainlogic.0
                            30688	2023-04-12 20:17:04.848	info	Listener closed.
                            
                            sainlogic.0
                            30688	2023-04-12 20:17:04.846	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                            
                            sainlogic.0
                            30688	2023-04-12 20:17:04.844	info	terminating
                            
                            sainlogic.0
                            30688	2023-04-12 20:17:04.843	info	Sainlogic Adapter gracefully shut down...
                            
                            sainlogic.0
                            30688	2023-04-12 20:17:04.840	info	Got terminate signal TERMINATE_YOURSE
                            

                            Einstellungen_Instanz.PNG

                            App_Einstellungen.jfif

                            K 1 Reply Last reply Reply Quote 0
                            • K
                              karsten @karsten last edited by

                              @karsten sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:

                              @glasfaser ich hoffe das passt so 🙄

                              sainlogic.0
                              411	2023-04-12 20:17:11.038	debug	Target for windspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                              
                              sainlogic.0
                              411	2023-04-12 20:17:11.036	debug	Target for windspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                              
                              sainlogic.0
                              411	2023-04-12 20:17:11.034	debug	Target for windspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                              
                              sainlogic.0
                              411	2023-04-12 20:17:11.031	debug	Target for maxdailygust unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                              
                              sainlogic.0
                              411	2023-04-12 20:17:11.028	debug	Target for windgustspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                              
                              sainlogic.0
                              411	2023-04-12 20:17:11.025	debug	Target for windgustspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                              
                              sainlogic.0
                              411	2023-04-12 20:17:11.012	debug	Target for windgustspeed unit is set: m/s, using conversion: roundTo(x / 3.6, 1)
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.907	info	Unit changed for sainlogic.0.weather.maxvalues.daily.windspeed from km/h to m/s, updating data point
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.906	info	Unit changed for sainlogic.0.weather.maxvalues.absolut.windspeed from km/h to m/s, updating data point
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.904	info	Unit changed for sainlogic.0.weather.current.windspeed from km/h to m/s, updating data point
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.902	info	Unit changed for sainlogic.0.weather.current.maxdailygust from km/h to m/s, updating data point
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.899	info	Unit changed for sainlogic.0.weather.maxvalues.daily.windgustspeed from km/h to m/s, updating data point
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.897	info	Unit changed for sainlogic.0.weather.maxvalues.absolut.windgustspeed from km/h to m/s, updating data point
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.893	info	Unit changed for sainlogic.0.weather.current.windgustspeed from km/h to m/s, updating data point
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.726	info	Starting Listener
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.722	debug	Forward URL:
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.721	debug	Listener protocol: ecowitt
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.720	debug	Listener path: /data/report
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.719	debug	Listener port: 45000
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.708	debug	Listener IP: 0.0.0.0
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.637	info	starting. Version 0.10.0 in /opt/iobroker/node_modules/iobroker.sainlogic, node: v16.19.1, js-controller: 4.0.15
                              
                              synology.0
                              1576	2023-04-12 20:17:10.235	info	Connecting to Synology 192.168.178.27:5001
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.098	debug	States connected to redis: 127.0.0.1:9000
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.046	debug	States create User PubSub Client
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.043	debug	States create System PubSub Client
                              
                              sainlogic.0
                              411	2023-04-12 20:17:10.013	debug	Redis States: Use Redis connection: 127.0.0.1:9000
                              
                              sainlogic.0
                              411	2023-04-12 20:17:09.956	debug	Objects connected to redis: 127.0.0.1:9001
                              
                              sainlogic.0
                              411	2023-04-12 20:17:09.946	debug	Objects client initialize lua scripts
                              
                              sainlogic.0
                              411	2023-04-12 20:17:09.852	debug	Objects create User PubSub Client
                              
                              sainlogic.0
                              411	2023-04-12 20:17:09.849	debug	Objects create System PubSub Client
                              
                              sainlogic.0
                              411	2023-04-12 20:17:09.846	debug	Objects client ready ... initialize now
                              
                              sainlogic.0
                              411	2023-04-12 20:17:09.776	debug	Redis Objects: Use Redis connection: 127.0.0.1:9001
                              host.phoscon
                              2023-04-12 20:17:07.931	info	instance system.adapter.sainlogic.0 started with pid 411
                              host.phoscon
                              2023-04-12 20:17:05.502	info	instance system.adapter.sainlogic.0 terminated with code 11 (ADAPTER_REQUESTED_TERMINATION)
                              
                              sainlogic.0
                              30688	2023-04-12 20:17:04.848	info	Listener closed.
                              
                              sainlogic.0
                              30688	2023-04-12 20:17:04.846	info	Terminated (ADAPTER_REQUESTED_TERMINATION): Without reason
                              
                              sainlogic.0
                              30688	2023-04-12 20:17:04.844	info	terminating
                              
                              sainlogic.0
                              30688	2023-04-12 20:17:04.843	info	Sainlogic Adapter gracefully shut down...
                              
                              sainlogic.0
                              30688	2023-04-12 20:17:04.840	info	Got terminate signal TERMINATE_YOURSE
                              

                              Einstellungen_Instanz.PNG

                              App_Einstellungen.jfif

                              PS: in der App-Einstellung ist der host=pi ; ist der, mit dem ich mich auf dem PI anmelde !?

                              Thomas Braun Boronsbruder 2 Replies Last reply Reply Quote 0
                              • Thomas Braun
                                Thomas Braun Most Active @karsten last edited by Thomas Braun

                                @karsten

                                js-controller: 4.0.15
                                

                                Bring dein System in Gänze auf einen aktuellen Stand.
                                Das ist offenbar furchtbar lange nicht mehr getan worden, denn

                                stable:	4.0.24 for 3 months
                                
                                1 Reply Last reply Reply Quote 0
                                • Fabio
                                  Fabio @karsten last edited by Fabio

                                  @karsten es sieht ja so aus das keine Daten empfangen werden. Da sie ja auf den Webseiten vorhanden sind kann es sein das die Station evtl. nicht unterstützt wird?
                                  Wenn sie dann auf den Webseiten vorhanden sind müssten sie dann auch eigentlich im Adapter erscheinen wenn alle Einstellungen korrekt sind.
                                  Welche Version hat der Adapter?
                                  Ist die Station Firmware mäßig aktuell?
                                  Vielleicht kann sich das auch mal @Fogg ansehen.
                                  Ist ioBroker auf aktuellem Stand?

                                  Grüße
                                  Fabio

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

                                    @karsten
                                    Der Eintrag bei SERVER IP / Hostname passt doch nicht? ( im screenshot)
                                    Soll heißen Server IP ODER Hostname...
                                    Lass mal das "/admin" weg

                                    Hostname ist übrigens der Name des Rechners der im System zugewiesen wird:
                                    Der Hostname (auch Sitename)[1] ist die eindeutige Bezeichnung eines Rechners in einem Netzwerk.

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

                                      @boronsbruder Dankeee !!!! das war es !
                                      Was für ein Brett vor dem Kopf !!

                                      Vielen Dank an Euch !!

                                      @Thomas-Braun wird das damit nicht aktualisiert ??```
                                      sudo apt update
                                      sudo apt full.update

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @karsten last edited by

                                        @karsten sagte in Test Adapter ioBroker.sainlogic v0.6.X GitHub/Latest:

                                        wird das damit nicht aktualisiert ??

                                        Nein, der iobroker und dessen Bestandteile werden nicht über apt aktuell gehalten, dafür hat der eigene Werkzeuge.

                                        1 Reply Last reply Reply Quote 0
                                        • L
                                          lesiflo Most Active last edited by lesiflo

                                          Hi, ich habe mal versucht über den Adapter meine Ecowitt GW1100A zu verbinden. Leider kommen nach dem Start im Protokoll diese Meldungen hier:

                                          2023-05-05 10:57:16.468 - error: sainlogic.0 (31550) Scheduler received data for unkown command 80 subcommand 71
                                          2023-05-05 10:57:18.106 - error: sainlogic.0 (31550) Scheduler received data for unkown command 91 subcommand 97
                                          2023-05-05 10:57:18.313 - error: sainlogic.0 (31550) Scheduler received data for unkown command 91 subcommand 97
                                          2023-05-05 10:57:19.616 - error: sainlogic.0 (31550) Scheduler received data for unkown command 91 subcommand 97
                                          2023-05-05 10:57:19.824 - error: sainlogic.0 (31550) Scheduler received data for unkown command 91 subcommand 97
                                          2023-05-05 10:57:20.121 - error: sainlogic.0 (31550) Scheduler received data for unkown command 91 subcommand 97
                                          2023-05-05 10:57:30.437 - error: sainlogic.0 (31550) Scheduler received data for unkown command 80 subcommand 71
                                          2023-05-05 10:57:30.453 - error: sainlogic.0 (31550) Scheduler received data for unkown command 91 subcommand 97
                                          2023-05-05 10:57:30.463 - error: sainlogic.0 (31550) Scheduler received data for unkown command 91 subcommand 97
                                          2023-05-05 10:57:30.476 - error: sainlogic.0 (31550) Scheduler received data for unkown command 91 subcommand 97
                                          2023-05-05 10:57:30.491 - error: sainlogic.0 (31550) Scheduler received data for unkown command 91 subcommand 97
                                          2023-05-05 10:57:30.507 - error: sainlogic.0 (31550) Scheduler received data for unkown command 91 subcommand 97
                                          

                                          Einstellungen:

                                          c178256a-854c-4432-bd6d-91e13afa3c9c-image.png

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @lesiflo last edited by

                                            @lesiflo

                                            Meine Station liefert über den Listener und nicht über den Zeitplan.

                                            Fogg 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            504
                                            Online

                                            31.6k
                                            Users

                                            79.5k
                                            Topics

                                            1.3m
                                            Posts

                                            adapter froggit wh4000sh sainlogic wetterstation ws980wifi
                                            60
                                            326
                                            54531
                                            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