Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Hm-rpc 1.2.0

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Hm-rpc 1.2.0

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators last edited by

      Dann meintest du die Kanalnamen, oder?

      1 Reply Last reply Reply Quote 0
      • N
        nobody last edited by

        Genau. die Werte werden aus Data mit Hilfe des Kanalnamens ausgelesen.

        Bei den meisten Geräten kann man den Namen für jeden Kanal setzten. Da fällt das Problem dann nicht auf.

        Bei den Jalousieaktoren wird jedoch der selbst gesetzte Wert nur für :0 übernommen. Für :1 steht da immer noch die Geräte-ID + :1 drin.

                for (var dp in data) {
                    dp = _unescape(dp);
                    var tmp = dp.split('.');
        ...
                    adapter.setForeignState(id, {val: data[dp], ack: true});
            });
        
        

        data[dp] schlägt fehl sobald ein Sonderzeichen im Namen ist, weil _unescape(dp) den Wert geändert hat und dieser somit nicht mehr im Array ist.

        1 Reply Last reply Reply Quote 0
        • nieIP
          nieIP last edited by

          @Homoran:

          Hat jetzt gut geklappt, jetzt ist auch HM-IP mit im rpc drin.

          Rainer `

          Hallo

          kannst Du das mal erklären?

          Wo siehst Du jetzt HMIP Geräte ?

          Ich kann weiterhin keine sehen (mit 1.2). Dazu ist doch eigentlich eine Abfrage auf einem neuen Port nötig, hatten wir fest gestellt.

          Und der zusätzliche Haken für HMIP den ich auf einem Screenshot des Konfig Fensters mal gesehen hatte, war bei HM-Rega

          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators last edited by

            @nieIP:

            Wo siehst Du jetzt HMIP Geräte ? `
            Nirgends - ich habe keine.

            Aber in der Konfiguration des hm-rpc gibt es jetzt neben rs485, rf, cuxD auch noch die Option HM-IP

            Gruß

            Rainer

            1 Reply Last reply Reply Quote 0
            • nieIP
              nieIP last edited by

              Hallo

              bei mir funktioniert die 1.2 nicht.

              ich habe 1.2 installiert.

              Ich bekomme nur noch Daten von "system.xxx" nicht mehr von der CCU

              Umgestellt auf XML - funktioniert

              Umgestellt auf BIN-RPC funktioniert nicht.

              Im Logfile bitte mal die Adresse der CCU beachten, auf die Zugegriffen wird.

              Da steht ["xmlrpc_bin://192.168.1.161:2001","hm-rpc.0"]

              was mir nicht richtig erscheint.

              hm-rpc-0	2016-06-18 22:34:08.603	info	binrpc client is trying to connect to 192.168.1.55:2001 with ["xmlrpc_bin://192.168.1.161:2001","hm-rpc.0"]
              hm-rpc-0	2016-06-18 22:34:08.601	info	binrpc server is trying to listen on 192.168.1.161:2001
              hm-rpc-0	2016-06-18 22:34:08.061	info	Connected
              hm-rpc-0	2016-06-18 22:34:07.633	info	starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.hm-rpc
              host-raspi-3	2016-06-18 22:34:06.322	info	instance system.adapter.hm-rpc.0 started with pid 4254
              host-raspi-3	2016-06-18 22:34:03.844	info	instance system.adapter.hm-rpc.0 terminated with code 0 (OK)
              hm-rpc-0	2016-06-18 22:34:03.826	info	terminating
              hm-rpc-0	2016-06-18 22:34:03.816	info	Disconnected
              hm-rpc-0	2016-06-18 22:34:03.798	info	xmlrpc -> 192.168.1.55:2001 init ["http://192.168.1.161:2001",""]
              host-raspi-3	2016-06-18 22:34:03.794	info	stopInstance system.adapter.hm-rpc.0 killing pid 4244
              host-raspi-3	2016-06-18 22:34:03.794	info	stopInstance system.adapter.hm-rpc.0
              host-raspi-3	2016-06-18 22:34:03.793	info	object change system.adapter.hm-rpc.0
              hm-rpc-0	2016-06-18 22:33:30.260	info	xmlrpc -> 680 devices
              hm-rpc-0	2016-06-18 22:33:30.198	info	xmlrpc <- listDevices ["hm-rpc.0"]
              hm-rpc-0	2016-06-18 22:33:30.176	info	xmlrpc <- system.listMethods ["hm-rpc.0"]
              hm-rpc-0	2016-06-18 22:33:30.144	info	xmlrpc client is trying to connect to 192.168.1.55:2001 with ["http://192.168.1.161:2001","hm-rpc.0"]
              hm-rpc-0	2016-06-18 22:33:30.143	info	xmlrpc server is trying to listen on 192.168.1.161:2001
              hm-rpc-0	2016-06-18 22:33:29.435	info	Connected
              hm-rpc-0	2016-06-18 22:33:29.194	info	starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.hm-rpc
              host-raspi-3	2016-06-18 22:33:27.915	info	instance system.adapter.hm-rpc.0 started with pid 4244
              host-raspi-3	2016-06-18 22:33:25.463	info	instance system.adapter.hm-rpc.0 terminated with code 0 (OK)
              hm-rpc-0	2016-06-18 22:33:25.413	info	Disconnected
              hm-rpc-0	2016-06-18 22:33:25.396	info	binrpc -> 192.168.1.55:2001 init ["xmlrpc_bin://192.168.1.161:2001",""]
              host-raspi-3	2016-06-18 22:33:25.390	info	stopInstance system.adapter.hm-rpc.0 killing pid 4201
              host-raspi-3	2016-06-18 22:33:25.390	info	stopInstance system.adapter.hm-rpc.0
              host-raspi-3	2016-06-18 22:33:25.388	info	object change system.adapter.hm-rpc.0
              hm-rpc-0	2016-06-18 22:26:18.096	info	binrpc client is trying to connect to 192.168.1.55:2001 with ["xmlrpc_bin://192.168.1.161:2001","hm-rpc.0"]
              hm-rpc-0	2016-06-18 22:26:18.094	info	binrpc server is trying to listen on 192.168.1.161:2001
              hm-rpc-0	2016-06-18 22:26:17.482	info	Connected
              
              1 Reply Last reply Reply Quote 0
              • nieIP
                nieIP last edited by

                @Homoran:

                Aber in der Konfiguration des hm-rpc gibt es jetzt neben rs485, rf, cuxD auch noch die Option HM-IP

                Gruß

                Rainer `

                Bist Du ganz sicher, dass Du nicht das hm-Rega Fenster meinst ????

                1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators last edited by

                  144_img_20160618_224346_494.jpg

                  1 Reply Last reply Reply Quote 0
                  • nieIP
                    nieIP last edited by

                    Hallo

                    ok, ich habe den Adapter gelöscht und neu angelegt. Allerdings hat er die vorhandene Version 1.2 wieder genommen. Damit sind sinnloser Weise alle meine History Einstellungen erst mal wieder weg 😞

                    Die Konfiguration für HMIP ist jetzt da.

                    RPC funktioniert trotzdem nicht. Nur XML.

                    Ich bastel jetzt die Historyeinstellungen erst einmal grob wieder zusammen 😞

                    Über VPN aus dem Urlaub nicht grade schnell 😞

                    1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators last edited by

                      @nieIP:

                      Über VPN aus dem Urlaub nicht grade schnell `
                      Schon wieder? Du warst doch gerade erst in Frankreich!

                      @nieIP:

                      ich habe den Adapter gelöscht und neu angelegt. `
                      Es wird jetzt wohl nicht hilfreich sein, dir zu sagen, dass es auch anders geht.

                      Den Weg wie nobody es mit npm beschrieben hatte, kannte ich vorher auch noch nicht

                      Viel Glück

                      Rainer

                      1 Reply Last reply Reply Quote 0
                      • nieIP
                        nieIP last edited by

                        hallo

                        ich wollte ja eigentlich wieder auf die aktuelle 1.1.x zurück

                        Und das geht so weit ich weiss nur über löschen und neu installieren.

                        BTW ich war auf einer Hochzeit eingeladen und hänge noch 5 Tage Erholung dran. 🙂

                        Geht bei Dir denn der RPC Adapter 1.2 ? Bekommst Du Daten von der CCU ?

                        1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators last edited by

                          @nieIP:

                          Geht bei Dir denn der RPC Adapter 1.2 ? Bekommst Du Daten von der CCU ? `

                          Aber auch nur über xml!

                          Mit bin geht gar nichts 😞

                          @nieIP:

                          ich wollte ja eigentlich wieder auf die aktuelle 1.1.x zurück `
                          Auch das scheint zu gehen.

                          Hat bluefox in einem anderen Zusammenhang vor ein paar Tagen gepostet.

                          Muss ich suchen.

                          Gruß

                          Rainer

                          1 Reply Last reply Reply Quote 0
                          • nieIP
                            nieIP last edited by

                            Hallo

                            ich habe einen RPC Adapter auf HMIP und XML konfiguriert.

                            Im Log File stehen Zeilen mit "send to developer". Also mache ich das mal …

                            hm-rpc-1	2016-06-18 23:20:13.981	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:13.981	info	setObject hm-rpc.meta.VALUES.HMIP-eTRV.HEATING_KEY_RECEIVER.1
                            hm-rpc-1	2016-06-18 23:20:13.961	info	xmlrpc -> getParamsetDescription ["000393C98D1E6A:7","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:13.948	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:13.947	info	setObject hm-rpc.meta.VALUES.HMIP-eTRV.HEATING_ROOM_TH_RECEIVER.1
                            hm-rpc-1	2016-06-18 23:20:13.915	info	xmlrpc -> getParamsetDescription ["000393C98D1E6A:6","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:13.903	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:13.903	info	setObject hm-rpc.meta.VALUES.HMIP-eTRV.HEATING_ROOM_TH_TRANSCEIVER.1
                            hm-rpc-1	2016-06-18 23:20:13.882	info	xmlrpc -> getParamsetDescription ["000393C98D1E6A:5","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:13.871	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:13.871	info	setObject hm-rpc.meta.VALUES.HMIP-eTRV.HEATING_SHUTTER_CONTACT_RECEIVER.1
                            hm-rpc-1	2016-06-18 23:20:13.850	info	xmlrpc -> getParamsetDescription ["000393C98D1E6A:4","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:13.833	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:13.832	info	setObject hm-rpc.meta.VALUES.HMIP-eTRV.HEATING_CLIMATECONTROL_CL_RECEIVER.1
                            hm-rpc-1	2016-06-18 23:20:13.808	info	xmlrpc -> getParamsetDescription ["000393C98D1E6A:3","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:13.792	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:13.791	info	setObject hm-rpc.meta.VALUES.HMIP-eTRV.HEATING_CLIMATECONTROL_RECEIVER.1
                            hm-rpc-1	2016-06-18 23:20:13.757	info	xmlrpc -> getParamsetDescription ["000393C98D1E6A:2","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:13.681	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{"PARTY_MODE":{"MAX":true,"CONTROL":"HEATING_CONTROL_HMIP.PARTY_MODE","MIN":f
                            hm-rpc-1	2016-06-18 23:20:13.681	info	setObject hm-rpc.meta.VALUES.HMIP-eTRV.HEATING_CLIMATECONTROL_TRANSCEIVER.1
                            hm-rpc-1	2016-06-18 23:20:13.408	info	xmlrpc -> getParamsetDescription ["000393C98D1E6A:1","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:13.371	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{"DUTY_CYCLE":{"MAX":true,"MIN":false,"ID":"DUTY_CYCLE","OPERATIONS":5,"FLAGS
                            hm-rpc-1	2016-06-18 23:20:13.370	info	setObject hm-rpc.meta.VALUES.HMIP-eTRV.MAINTENANCE.1
                            hm-rpc-1	2016-06-18 23:20:13.120	info	xmlrpc -> getParamsetDescription ["000393C98D1E6A:0","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:13.102	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{"STATE":{"TAB_ORDER":0,"MAX":"OPEN","UNIT":"\"\"","CONTROL":"DOOR_SENSOR.STA
                            hm-rpc-1	2016-06-18 23:20:13.101	info	setObject hm-rpc.meta.VALUES.HMIP-SWDO.SHUTTER_CONTACT.1
                            hm-rpc-1	2016-06-18 23:20:13.065	info	xmlrpc -> getParamsetDescription ["0000D3C98C9B3A:1","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:13.021	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{"DUTY_CYCLE":{"MAX":true,"MIN":false,"ID":"DUTY_CYCLE","OPERATIONS":5,"FLAGS
                            hm-rpc-1	2016-06-18 23:20:13.020	info	setObject hm-rpc.meta.VALUES.HMIP-SWDO.MAINTENANCE.1
                            hm-rpc-1	2016-06-18 23:20:12.942	info	xmlrpc -> getParamsetDescription ["0000D3C98C9B3A:0","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:12.930	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:12.930	info	setObject hm-rpc.meta.VALUES.HMIP-WTH.HEATING_KEY_RECEIVER.1
                            hm-rpc-1	2016-06-18 23:20:12.899	info	xmlrpc -> getParamsetDescription ["000313C9906EDE:6","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:12.889	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:12.888	info	setObject hm-rpc.meta.VALUES.HMIP-WTH.HEATING_CLIMATECONTROL_SWITCH_TRANSMITTER.1
                            hm-rpc-1	2016-06-18 23:20:12.864	info	xmlrpc -> getParamsetDescription ["000313C9906EDE:5","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:12.854	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:12.844	info	setObject hm-rpc.meta.VALUES.HMIP-WTH.HEATING_SHUTTER_CONTACT_RECEIVER.1
                            hm-rpc-1	2016-06-18 23:20:12.813	info	xmlrpc -> getParamsetDescription ["000313C9906EDE:4","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:12.802	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:12.801	info	setObject hm-rpc.meta.VALUES.HMIP-WTH.HEATING_CLIMATECONTROL_CL_TRANSMITTER.1
                            hm-rpc-1	2016-06-18 23:20:12.781	info	xmlrpc -> getParamsetDescription ["000313C9906EDE:3","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:12.769	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{}}
                            hm-rpc-1	2016-06-18 23:20:12.769	info	setObject hm-rpc.meta.VALUES.HMIP-WTH.HEATING_CLIMATECONTROL_RECEIVER.1
                            hm-rpc-1	2016-06-18 23:20:12.745	info	xmlrpc -> getParamsetDescription ["000313C9906EDE:2","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:12.654	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{"PARTY_MODE":{"MAX":true,"CONTROL":"HEATING_CONTROL_HMIP.PARTY_MODE","MIN":f
                            hm-rpc-1	2016-06-18 23:20:12.653	info	setObject hm-rpc.meta.VALUES.HMIP-WTH.HEATING_CLIMATECONTROL_TRANSCEIVER.1
                            hm-rpc-1	2016-06-18 23:20:12.409	info	xmlrpc -> getParamsetDescription ["000313C9906EDE:1","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:12.350	warn	Send this info to developer: {"type":"meta","meta":{"adapter":"hm-rpc","type":"paramsetDescription"},"common":{},"native":{"DUTY_CYCLE":{"MAX":true,"MIN":false,"ID":"DUTY_CYCLE","OPERATIONS":5,"FLAGS
                            hm-rpc-1	2016-06-18 23:20:12.350	info	setObject hm-rpc.meta.VALUES.HMIP-WTH.MAINTENANCE.1
                            hm-rpc-1	2016-06-18 23:20:12.262	info	xmlrpc -> getParamsetDescription ["000313C9906EDE:0","VALUES"]
                            hm-rpc-1	2016-06-18 23:20:12.074	warn	No image for "HMIP-eTRV" found.
                            hm-rpc-1	2016-06-18 23:20:12.074	warn	No image for "HMIP-SWDO" found.
                            hm-rpc-1	2016-06-18 23:20:12.071	warn	No image for "HMIP-WTH" found.
                            hm-rpc-1	2016-06-18 23:20:12.069	info	xmlrpc <- newDevices 20
                            hm-rpc-1	2016-06-18 23:20:11.556	info	xmlrpc -> 0 devices
                            hm-rpc-1	2016-06-18 23:20:11.543	info	xmlrpc <- listDevices ["hm-rpc.1"]
                            hm-rpc-1	2016-06-18 23:20:11.252	info	xmlrpc client is trying to connect to 192.168.1.55:2010 with ["http://192.168.1.161:2011","hm-rpc.1"]
                            hm-rpc-1	2016-06-18 23:20:11.250	info	xmlrpc server is trying to listen on 192.168.1.161:2011
                            hm-rpc-1	2016-06-18 23:20:11.055	info	Connected
                            hm-rpc-1	2016-06-18 23:20:10.904	info	starting. Version 1.2.0 in /opt/iobroker/node_modules/iobroker.hm-rpc
                            host-raspi-3	2016-06-18 23:20:09.558	info	instance system.adapter.hm-rpc.1 started with pid 4494
                            host-raspi-3	2016-06-18 23:20:07.055	info	Restart adapter system.adapter.hm-rpc.1 because enabled
                            
                            1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators last edited by

                              Hab den Hinweis zur Installation alter Versionen gefunden.

                              http://forum.iobroker.net/viewtopic.php … 350#p28350

                              Gruß

                              Rainer

                              1 Reply Last reply Reply Quote 0
                              • nieIP
                                nieIP last edited by

                                Danke, für das nächste mal dann.

                                Jetzt bin ich dann morgen mal darauf gespannt, warum bei mir die 1.2 nicht (nur mit XML) funktioniert 😞

                                1 Reply Last reply Reply Quote 0
                                • eric2905
                                  eric2905 last edited by

                                  Moin,

                                  hab's nun auch mal ausgiebig durchgetestet (CCU bestimmt 10 x neu gestartet):

                                  Kanalnamen, usw. kommen nur bei XML-RPC und nicht bei BIN-RPC.

                                  Gruß,

                                  Eric

                                  1 Reply Last reply Reply Quote 0
                                  • Bluefox
                                    Bluefox last edited by

                                    @nieIP:

                                    RPC funktioniert trotzdem nicht. Nur XML. `
                                    Ich nehme an, dass unter RPC meinst du bin-rpc.

                                    HMIP geht nur über xml-rpc.

                                    1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators last edited by

                                      Guten Morgen Bluefox,

                                      Aber auch bei nicht IP gibt es seltsame Phänomene.

                                      Ich bekomme keine Refresh der Datenpunkte mit BIN-RPC. Erst nach Umstellung auf XML.

                                      Jetzt habe ich noch ewas seltsames bemerkt.

                                      Unter objects erscheint in der Spalte Name nichts, aber ich kann trotzdem danach filtern.
                                      144_img_20160619_092226_386.jpg

                                      Gruß

                                      Rainer

                                      1 Reply Last reply Reply Quote 0
                                      • paul53
                                        paul53 last edited by

                                        @Homoran:

                                        Unter objects erscheint in der Spalte Name nichts, aber ich kann trotzdem danach filtern. `
                                        Die Spalte ist auch da, die Namen sind aufrund einer zu geringen Bildschirmauflösung / Breite des Bowserfensters nur nicht zu sehen.

                                        1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators last edited by

                                          So nach dem Motto : die ist nicht weg, die ist nur woanders 😄

                                          Mag sein, dass es an der Bildschirmauflösung liegt. Ist ein Tablet mit HD (nicht Full-HD).

                                          Aber auch die Spaltentrenner sind nicht zu sehen.

                                          Gruß

                                          Rainer

                                          1 Reply Last reply Reply Quote 0
                                          • htrecksler
                                            htrecksler Forum Testing last edited by

                                            @all - welche CCU2 FW habt ihr im Einsatz? Mit der 2.19 kriege ich nach wie vor unter Zustände keine Werte. Und das LowBat Script zeigt für alle LowBat Datenpunkte "undefined".

                                            Eingestellt ist XML-Rpc.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            832
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            12
                                            63
                                            6617
                                            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