Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Homematic Instanzen liefern keine Namen

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Homematic Instanzen liefern keine Namen

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

      @webmaik sagte in Homematic Instanzen liefern keine Namen:

      Was mich wundert ist das im Log danach immer debug-Zeilen sind:

      und mich wundert, dass davor nicht steht welche Instanz dieses debug schickt.

      1 Reply Last reply Reply Quote 0
      • dslraser
        dslraser Forum Testing Most Active @webmaik last edited by

        @webmaik

        wenn ich meine Instanz auf debug stelle und die Geräte neu einlese fängt das so an...
        (und warum hast Du andere Ports als ich, standen die da bei der Adapter Konfiguration schon drinn ?)

        2021-03-29 11:29:07.218 - warn: hm-rpc.0 (25999) Got terminate signal. Checking desired PID: 26053 vs own PID 25999
        2021-03-29 11:29:07.872 - error: host.iobroker instance system.adapter.hm-rpc.0 terminated by request of the instance itself and will not be restarted, before user restarts it.
        2021-03-29 11:29:07.872 - info: host.iobroker Do not restart adapter system.adapter.hm-rpc.0 because desired by instance
        2021-03-29 11:29:08.065 - debug: hm-rpc.0 (26053) Redis Objects: Use Redis connection: 127.0.0.1:9001
        2021-03-29 11:29:08.111 - debug: hm-rpc.0 (26053) Objects client ready ... initialize now
        2021-03-29 11:29:08.114 - debug: hm-rpc.0 (26053) Objects create System PubSub Client
        2021-03-29 11:29:08.115 - debug: hm-rpc.0 (26053) Objects create User PubSub Client
        2021-03-29 11:29:08.116 - debug: hm-rpc.0 (26053) Objects client initialize lua scripts
        2021-03-29 11:29:08.143 - debug: hm-rpc.0 (26053) Objects connected to redis: 127.0.0.1:9001
        2021-03-29 11:29:08.152 - debug: hm-rpc.0 (26053) objectDB connected
        2021-03-29 11:29:08.154 - debug: hm-rpc.0 (26053) Redis States: Use Redis connection: 127.0.0.1:9000
        2021-03-29 11:29:08.174 - debug: hm-rpc.0 (26053) States create System PubSub Client
        2021-03-29 11:29:08.176 - debug: hm-rpc.0 (26053) States create User PubSub Client
        2021-03-29 11:29:08.248 - debug: hm-rpc.0 (26053) States connected to redis: 127.0.0.1:9000
        2021-03-29 11:29:08.249 - debug: hm-rpc.0 (26053) statesDB connected
        2021-03-29 11:29:08.890 - debug: hm-rpc.0 (26053) Plugin sentry Initialize Plugin (enabled=true)
        2021-03-29 11:29:09.108 - info: hm-rpc.0 (26053) starting. Version 1.14.35 in /opt/iobroker/node_modules/iobroker.hm-rpc, node: v12.21.0, js-controller: 3.2.16
        2021-03-29 11:29:09.444 - info: hm-rpc.0 (26053) xmlrpc server is trying to listen on 192.168.1.250:2010
        2021-03-29 11:29:09.445 - info: hm-rpc.0 (26053) xmlrpc client is trying to connect to 192.168.1.66:2010/ with ["http://192.168.1.250:2010","iobroker:hm-rpc.0"]
        2021-03-29 11:29:09.446 - debug: hm-rpc.0 (26053) Connect...
        2021-03-29 11:29:09.447 - debug: hm-rpc.0 (26053) xmlrpc -> 192.168.1.66:2010/ init ["http://192.168.1.250:2010","iobroker:hm-rpc.0"]
        2021-03-29 11:29:09.458 - debug: hm-rpc.0 (26053) start connecting interval
        2021-03-29 11:29:09.496 - info: hm-rpc.0 (26053) Connected
        2021-03-29 11:29:09.497 - debug: hm-rpc.0 (26053) clear connecting interval
        2021-03-29 11:29:09.497 - debug: hm-rpc.0 (26053) start ping interval
        2021-03-29 11:29:09.505 - info: hm-rpc.0 (26053) xmlrpc <- listDevices ["iobroker:hm-rpc.0"]
        2021-03-29 11:29:09.508 - debug: hm-rpc.0 (26053) No suitable Lua script, fallback to keys!: function(doc) {
        if (doc._id.match(/^hm-rpc\.[0-9]+\.\*?[A-Za-z0-9_-]+(\.[0-9]+)?$/)) {
        emit(doc._id, {ADDRESS:(doc.native?doc.native.ADDRESS:''),VERSION:(doc.native?doc.native.VERSION:'')});
        }
        }
        2021-03-29 11:29:09.736 - info: hm-rpc.0 (26053) xmlrpc -> 0 devices
        2021-03-29 11:29:11.072 - info: hm-rpc.0 (26053) xmlrpc <- newDevices 541
        
        Homoran 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @dslraser last edited by

          @dslraser sagte in Homematic Instanzen liefern keine Namen:

          warum hast Du andere Ports als ich

          das sind die Ports für ioBroker, das müsste in Ordnung sein

          W 1 Reply Last reply Reply Quote 0
          • W
            webmaik @Homoran last edited by

            @homoran

            Ich habe die Ports auch einmal geändert,
            aber es ändert sich nichts.

            dslraser 1 Reply Last reply Reply Quote 0
            • dslraser
              dslraser Forum Testing Most Active @webmaik last edited by

              @webmaik sagte in Homematic Instanzen liefern keine Namen:

              @homoran

              Ich habe die Ports auch einmal geändert,
              aber es ändert sich nichts.

              Ich habe keine Idee mehr, aber @foxriver76 vielleicht ?

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

                @dslraser sagte in Homematic Instanzen liefern keine Namen:

                Ich habe keine Idee mehr,

                ich hab es (vielleicht)!

                Habe mir erst die lange Fehlermeldung angesehen, und keine massiven Diskrepanzen gesehen, dann hab eich es in den json-viewer kopiert
                http://jsonviewer.stack.hu/

                Da kam "ungültiges json"
                Nach hinzufügen einer schließenden geschweiften Klammer am Ende

                "00021BE9A0CA6A:3":{"Name":"Schaltsteckdose%20Pool%20Schaltaktor","Interface":"HmIP-RF"},
                "00021BE9A0CA6A:4":{"Name":"HMIP-PS%2000021BE9A0CA6A%3A4","Interface":"HmIP-RF"},
                "00021BE9A0CA6A:5":{"Name":"HMIP-PS%2000021BE9A0CA6A%3A5","Interface":"HmIP-RF"},
                "00021BE9A0CA6A:6":{"Name":"Schaltsteckdose%20Pool%20Wochenprogramm","Interface":"HmIP-RF"}}

                war es dann ein gültiges json. und konnte ausgewertet werden:
                rega_json.png

                Warum die Klammer fehlt, oder ob das nur im log so ist, wird wohl wirklich nur @foxriver76 beantworten können

                1 Reply Last reply Reply Quote 0
                • foxriver76
                  foxriver76 Developer @webmaik last edited by

                  @webmaik Welche Version von rega ist das? Der Favorites Fehler sollte eigentlich nicht mehr passieren dürfen.

                  W 1 Reply Last reply Reply Quote 0
                  • W
                    webmaik @foxriver76 last edited by

                    @foxriver76
                    Version 3.0.16

                    e6a18493-5a0c-43c2-900c-a46b86abf94b-image.png

                    foxriver76 1 Reply Last reply Reply Quote 0
                    • foxriver76
                      foxriver76 Developer @webmaik last edited by

                      @webmaik Ah ne passt, habe was verwechselt, kann kommen wenn man aktiv was falsches rein schreibt.

                      1 Reply Last reply Reply Quote 0
                      • foxriver76
                        foxriver76 Developer last edited by

                        Du kannst mal das Skript von https://raw.githubusercontent.com/ioBroker/ioBroker.hm-rega/master/regascripts/devices.fn direkt auf der CCU ausführen. Damit werden die Namen ausgelesen, wurde seit 2014 nie verändert und sehe da auch nix was dazu führen sollte

                        W 1 Reply Last reply Reply Quote 0
                        • W
                          webmaik @foxriver76 last edited by

                          @foxriver76

                          Das Script lässt sich erst einmal ausführen, allerdings hört er nicht beim letzten Gerät aus, sondern etwas vorher.

                          {"0010D8A98AD4A5":{"Name":"Aussen%20Temperatur%20Sensor%20Carport","Interface":"HmIP-RF"},
                          "0010D8A98AD4A5:0":{"Name":"Aussen%20Temperatur%20Sensor%20Carport%3A0","Interface":"HmIP-RF"},
                          "0010D8A98AD4A5:1":{"Name":"Temperatur%2FFeuchtigkeit%20Carport","Interface":"HmIP-RF"},
                          "0010D8A98AD4A5:2":{"Name":"Temperatur%20Carport","Interface":"HmIP-RF"},
                          "0010D8A98AD4A5:3":{"Name":"Feuchtigkeit%20Carport","Interface":"HmIP-RF"},
                          "0014DBE991392A":{"Name":"Bewegungsmelder%20Badezimmer","Interface":"HmIP-RF"},
                          "0014DBE991392A:0":{"Name":"Bewegungsmelder%20Badezimmer%3A0","Interface":"HmIP-RF"},
                          "0014DBE991392A:1":{"Name":"HmIP-SMI55%200014DBE991392A%3A1","Interface":"HmIP-RF"},
                          "0014DBE991392A:2":{"Name":"HmIP-SMI55%200014DBE991392A%3A2","Interface":"HmIP-RF"},
                          "0014DBE991392A:3":{"Name":"Bewegung%20Bad","Interface":"HmIP-RF"},
                          "0014DBE991392A:4":{"Name":"HmIP-SMI55%200014DBE991392A%3A4","Interface":"HmIP-RF"},
                          "0014DBE9913970":{"Name":"Bewegungsmelder%20Flur%201OG%202","Interface":"HmIP-RF"},
                          "0014DBE9913970:0":{"Name":"Bewegungsmelder%20Flur%201OG%202%3A0","Interface":"HmIP-RF"},
                          "0014DBE9913970:1":{"Name":"Bewegungsmelder%20Flur%201OG%3A1","Interface":"HmIP-RF"},
                          "0014DBE9913970:2":{"Name":"Bewegungsmelder%20Flur%201OG%3A2","Interface":"HmIP-RF"},
                          "0014DBE9913970:3":{"Name":"Bewegungsmelder%20Flur%201OG%3A3","Interface":"HmIP-RF"},
                          "0014DBE9913970:4":{"Name":"Bewegungsmelder%20Flur%201OG%3A4","Interface":"HmIP-RF"},
                          "0014DBE9913935":{"Name":"Bewegungsmelder%20Flur%201OG","Interface":"HmIP-RF"},
                          "0014DBE9913935:0":{"Name":"Bewegungsmelder%20Flur%201OG%3A0","Interface":"HmIP-RF"},
                          "0014DBE9913935:1":{"Name":"Bewegungsmelder%20Flur%201OG%3A1%201","Interface":"HmIP-RF"},
                          "0014DBE9913935:2":{"Name":"Bewegungsmelder%20Flur%201OG%3A2%201","Interface":"HmIP-RF"},
                          "0014DBE9913935:3":{"Name":"Bewegungsmelder%20Flur%201OG%3A3%201","Interface":"HmIP-RF"},
                          "0014DBE9913935:4":{"Name":"Bewegungsmelder%20Flur%201OG%3A4%201","Interface":"HmIP-RF"},
                          "0014DBE9913971":{"Name":"Bewegungsmelder%20Flur%20EG","Interface":"HmIP-RF"},
                          "0014DBE9913971:0":{"Name":"Bewegungsmelder%20Flur%20EG%3A0","Interface":"HmIP-RF"},
                          "0014DBE9913971:1":{"Name":"Bewegungsmelder%20Flur%20EG%3A1","Interface":"HmIP-RF"},
                          "0014DBE9913971:2":{"Name":"Bewegungsmelder%20Flur%20EG%3A2","Interface":"HmIP-RF"},
                          "0014DBE9913971:3":{"Name":"Bewegung%20Flur%20EG","Interface":"HmIP-RF"},
                          "0014DBE9913971:4":{"Name":"Bewegungsmelder%20Flur%20EG%3A4","Interface":"HmIP-RF"},
                          "0014DBE9913975":{"Name":"Bewegungsmelder%20Gaestebad","Interface":"HmIP-RF"},
                          "0014DBE9913975:0":{"Name":"Bewegungsmelder%20Gaestebad%3A0","Interface":"HmIP-RF"},
                          "0014DBE9913975:1":{"Name":"Bewegungsmelder%20G%E4stebad%20Taster%201","Interface":"HmIP-RF"},
                          "0014DBE9913975:2":{"Name":"Bewegungsmelder%20G%E4stebad%20Taster%202","Interface":"HmIP-RF"},
                          "0014DBE9913975:3":{"Name":"Bewegungsmelder%20G%E4stebad","Interface":"HmIP-RF"},
                          "0014DBE9913975:4":{"Name":"Bewegungsmelder%20Gaestebad%3A4","Interface":"HmIP-RF"},
                          "0014DBE99139F0":{"Name":"Bewegungsmelder%20Kueche","Interface":"HmIP-RF"},
                          "0014DBE99139F0:0":{"Name":"Bewegungsmelder%20Kueche%3A0","Interface":"HmIP-RF"},
                          "0014DBE99139F0:1":{"Name":"Bewegungsmelder%20Kueche%3A1","Interface":"HmIP-RF"},
                          "0014DBE99139F0:2":{"Name":"Bewegungsmelder%20Kueche%3A2","Interface":"HmIP-RF"},
                          "0014DBE99139F0:3":{"Name":"Bewegungsmelder%20Kueche%3A3","Interface":"HmIP-RF"},
                          "0014DBE99139F0:4":{"Name":"Bewegungsmelder%20Kueche%3A4","Interface":"HmIP-RF"},
                          "0014DBE991397D":{"Name":"Bewegungsmelder%20Treppe%20oben","Interface":"HmIP-RF"},
                          "0014DBE991397D:0":{"Name":"Bewegungsmelder%20Treppe%20oben%3A0","Interface":"HmIP-RF"},
                          "0014DBE991397D:1":{"Name":"Bewegungsmelder%20Treppe%20oben%3A1","Interface":"HmIP-RF"},
                          "0014DBE991397D:2":{"Name":"Bewegungsmelder%20Treppe%20oben%3A2","Interface":"HmIP-RF"},
                          "0014DBE991397D:3":{"Name":"Bewegungsmelder%20Treppe%20oben%3A3","Interface":"HmIP-RF"},
                          "0014DBE991397D:4":{"Name":"Bewegungsmelder%20Treppe%20oben%3A4","Interface":"HmIP-RF"},
                          "0014DBE9913C17":{"Name":"Bewegungsmelder%20Treppe%20unten","Interface":"HmIP-RF"},
                          "0014DBE9913C17:0":{"Name":"Bewegungsmelder%20Treppe%20unten%3A0","Interface":"HmIP-RF"},
                          "0014DBE9913C17:1":{"Name":"Bewegungsmelder%20Treppe%20unten%3A1","Interface":"HmIP-RF"},
                          "0014DBE9913C17:2":{"Name":"Bewegungsmelder%20Treppe%20unten%3A2","Interface":"HmIP-RF"},
                          "0014DBE9913C17:3":{"Name":"Bewegungsmelder%20Treppe%20unten%3A3","Interface":"HmIP-RF"},
                          "0014DBE9913C17:4":{"Name":"Bewegungsmelder%20Treppe%20unten%3A4","Interface":"HmIP-RF"},
                          "0014DBE9913988":{"Name":"Bewegungsmelder%20Wohnzimmer","Interface":"HmIP-RF"},
                          "0014DBE9913988:0":{"Name":"Bewegungsmelder%20Wohnzimmer%3A0","Interface":"HmIP-RF"},
                          "0014DBE9913988:1":{"Name":"Bewegungsmelder%20Wohnzimmer%3A1","Interface":"HmIP-RF"},
                          "0014DBE9913988:2":{"Name":"Bewegungsmelder%20Wohnzimmer%3A2","Interface":"HmIP-RF"},
                          "0014DBE9913988:3":{"Name":"Bewegungsmelder%20Wohnzimmer%3A3","Interface":"HmIP-RF"},
                          "0014DBE9913988:4":{"Name":"Bewegungsmelder%20Wohnzimmer%3A4","Interface":"HmIP-RF"},
                          "REQ0479900":{"Name":"Dimmaktor%20Bad","Interface":"BidCos-RF"},
                          "REQ0479900:0":{"Name":"Dimmaktor%20Bad%3A0","Interface":"BidCos-RF"},
                          "REQ0479900:1":{"Name":"Dimmaktor%20Bad%3A1","Interface":"BidCos-RF"},
                          "REQ0479900:2":{"Name":"Dimmaktor%20Bad%3A2","Interface":"BidCos-RF"},
                          "REQ0479900:3":{"Name":"Dimmaktor%20Bad%3A3","Interface":"BidCos-RF"},
                          "REQ1015484":{"Name":"Dimmaktor%20Flur%201OG","Interface":"BidCos-RF"},
                          "REQ1015484:0":{"Name":"Dimmaktor%20Flur%201OG%3A0","Interface":"BidCos-RF"},
                          "REQ1015484:1":{"Name":"Dimmaktor%20Flur%201OG%3A1","Interface":"BidCos-RF"},
                          "REQ0935723":{"Name":"Funk-Temperatur%20Sensor%20Sauna","Interface":"BidCos-RF"},
                          "REQ0935723:0":{"Name":"Funk-Temperatur%20Sensor%20Sauna%3A0","Interface":"BidCos-RF"},
                          "REQ0935723:1":{"Name":"Funk-Temperatur%20Sensor%20Sauna%3A1","Interface":"BidCos-RF"},
                          "REQ0935723:2":{"Name":"Funk-Temperatur%20Sensor%20Sauna%3A2","Interface":"BidCos-RF"},
                          "REQ0935723:3":{"Name":"Funk-Temperatur%20Sensor%20Sauna%3A3","Interface":"BidCos-RF"},
                          "REQ0935723:4":{"Name":"Funk-Temperatur%20Sensor%20Sauna%3A4","Interface":"BidCos-RF"},
                          "REQ0935723:5":{"Name":"Funk-Temperatur%20Sensor%20Sauna%3A5","Interface":"BidCos-RF"},
                          "00089BE9A1786D":{"Name":"Funkaktor%20Buero","Interface":"HmIP-RF"},
                          "00089BE9A1786D:0":{"Name":"Funkaktor%20Buero%3A0","Interface":"HmIP-RF"},
                          "00089BE9A1786D:1":{"Name":"Funkaktor%20Buero%3A1","Interface":"HmIP-RF"},
                          "00089BE9A1786D:2":{"Name":"Funkaktor%20Buero%3A2","Interface":"HmIP-RF"},
                          "00089BE9A1786D:3":{"Name":"Funkaktor%20Buero%3A3","Interface":"HmIP-RF"},
                          "00089BE9A1786D:4":{"Name":"Funkaktor%20Buero%3A4","Interface":"HmIP-RF"},
                          "00089BE9A1786D:5":{"Name":"Funkaktor%20Buero%3A5","Interface":"HmIP-RF"},
                          "00089BE9A1786D:6":{"Name":"Funkaktor%20Buero%3A6","Interface":"HmIP-RF"},
                          "00089BE9A1786D:7":{"Name":"Funkaktor%20Buero%3A7","Interface":"HmIP-RF"},
                          "REQ1589421":{"Name":"Funkaktor%20Carport","Interface":"BidCos-RF"},
                          "REQ1589421:0":{"Name":"Funkaktor%20Carport%3A0","Interface":"BidCos-RF"},
                          "REQ1589421:1":{"Name":"Steckdose%20Carport","Interface":"BidCos-RF"},
                          "REQ1589421:2":{"Name":"Steckdose%20Rasenm%E4her","Interface":"BidCos-RF"},
                          "00089BE99CD1EA":{"Name":"Funkaktor%20Kueche","Interface":"HmIP-RF"},
                          "00089BE99CD1EA:0":{"Name":"Funkaktor%20Kueche%3A0","Interface":"HmIP-RF"},
                          "00089BE99CD1EA:1":{"Name":"Funkaktor%20Kueche%3A1","Interface":"HmIP-RF"},
                          "00089BE99CD1EA:2":{"Name":"Funkaktor%20Kueche%3A2","Interface":"HmIP-RF"},
                          "00089BE99CD1EA:3":{"Name":"Funkaktor%20Kueche%3A3","Interface":"HmIP-RF"},
                          "00089BE99CD1EA:4":{"Name":"Funkaktor%20Kueche%3A4","Interface":"HmIP-RF"},
                          "00089BE99CD1EA:5":{"Name":"Funkaktor%20Kueche%3A5","Interface":"HmIP-RF"},
                          "00089BE99CD1EA:6":{"Name":"Funkaktor%20Kueche%3A6","Interface":"HmIP-RF"},
                          "00089BE99CD1EA:7":{"Name":"Funkaktor%20Kueche%3A7","Interface":"HmIP-RF"},
                          "REQ1588696":{"Name":"Funkaktor%20Terrasse","Interface":"BidCos-RF"},
                          "REQ1588696:0":{"Name":"Funkaktor%20Terrasse%3A0","Interface":"BidCos-RF"},
                          "REQ1588696:1":{"Name":"Licht%20Terrasse","Interface":"BidCos-RF"},
                          "REQ1588696:2":{"Name":"Steckdose%20Terrasse","Interface":"BidCos-RF"},
                          "0008DBE9A3F53E":{"Name":"Funkdimmaktor%20Leo","Interface":"HmIP-RF"},
                          "0008DBE9A3F53E:0":{"Name":"Funkdimmaktor%20Leo%3A0","Interface":"HmIP-RF"},
                          "0008DBE9A3F53E:1":{"Name":"Funkdimmaktor%20Leo%3A1","Interface":"HmIP-RF"},
                          "0008DBE9A3F53E:2":{"Name":"Funkdimmaktor%20Leo%3A2","Interface":"HmIP-RF"},
                          "0008DBE9A3F53E:3":{"Name":"Funkdimmaktor%20Leo%3A3","Interface":"HmIP-RF"},
                          "0008DBE9A3F53E:4":{"Name":"Funkdimmaktor%20Leo%3A4","Interface":"HmIP-RF"},
                          "0008DBE9A3F53E:5":{"Name":"Funkdimmaktor%20Leo%3A5","Interface":"HmIP-RF"},
                          "0008DBE9A3F53E:6":{"Name":"Funkdimmaktor%20Leo%3A6","Interface":"HmIP-RF"},
                          "0008DBE9A3F53E:7":{"Name":"Funkdimmaktor%20Leo%3A7","Interface":"HmIP-RF"},
                          "REQ1015479":{"Name":"Funkdimmaktor%20Treppe","Interface":"BidCos-RF"},
                          "REQ1015479:0":{"Name":"Funkdimmaktor%20Treppe%3A0","Interface":"BidCos-RF"},
                          "REQ1015479:1":{"Name":"Dimmaktor%20Treppe%3A1","Interface":"BidCos-RF"},
                          "REQ0479966":{"Name":"Funkdimmaktor%20Wohnzimmer","Interface":"BidCos-RF"},
                          "REQ0479966:0":{"Name":"Funkdimmaktor%20Wohnzimmer%3A0","Interface":"BidCos-RF"},
                          "REQ0479966:1":{"Name":"Funkdimmaktor%20Wohnzimmer%3A1","Interface":"BidCos-RF"},
                          "REQ0479966:2":{"Name":"Funkdimmaktor%20Wohnzimmer%3A2","Interface":"BidCos-RF"},
                          "REQ0479966:3":{"Name":"Funkdimmaktor%20Wohnzimmer%3A3","Interface":"BidCos-RF"},
                          "REQ1032180":{"Name":"Klingelsensor","Interface":"BidCos-RF"},
                          "REQ1032180:0":{"Name":"Klingelsensor%3A0","Interface":"BidCos-RF"},
                          "REQ1032180:1":{"Name":"Klingelsensor%20Taster","Interface":"BidCos-RF"},
                          "HmIP-RCV-1":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:0":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A0","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:1":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A1","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:2":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A2","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:3":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A3","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:4":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A4","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:5":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A5","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:6":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A6","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:7":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A7","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:8":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A8","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:9":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A9","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:10":{"Name":"Sauna%20Beleuchtung%20AN","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:11":{"Name":"Saunabeleuchtung%20AUS","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:12":{"Name":"Aussenbeleuchtung%20AN","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:13":{"Name":"Aussenbeleuchtung%20AUS","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:14":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A14","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:15":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A15","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:16":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A16","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:17":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A17","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:18":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A18","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:19":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A19","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:20":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A20","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:21":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A21","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:22":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A22","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:23":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A23","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:24":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A24","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:25":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A25","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:26":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A26","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:27":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A27","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:28":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A28","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:29":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A29","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:30":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A30","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:31":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A31","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:32":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A32","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:33":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A33","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:34":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A34","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:35":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A35","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:36":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A36","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:37":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A37","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:38":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A38","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:39":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A39","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:40":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A40","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:41":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A41","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:42":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A42","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:43":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A43","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:44":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A44","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:45":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A45","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:46":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A46","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:47":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A47","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:48":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A48","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:49":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A49","Interface":"HmIP-RF"},
                          "HmIP-RCV-1:50":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%3A50","Interface":"HmIP-RF"},
                          "BidCoS-RF":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)","Interface":"BidCos-RF"},
                          "BidCoS-RF:0":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A0","Interface":"BidCos-RF"},
                          "BidCoS-RF:1":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A1","Interface":"BidCos-RF"},
                          "BidCoS-RF:2":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A2","Interface":"BidCos-RF"},
                          "BidCoS-RF:3":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A3","Interface":"BidCos-RF"},
                          "BidCoS-RF:4":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A4","Interface":"BidCos-RF"},
                          "BidCoS-RF:5":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A5","Interface":"BidCos-RF"},
                          "BidCoS-RF:6":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A6","Interface":"BidCos-RF"},
                          "BidCoS-RF:7":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A7","Interface":"BidCos-RF"},
                          "BidCoS-RF:8":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A8","Interface":"BidCos-RF"},
                          "BidCoS-RF:9":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A9","Interface":"BidCos-RF"},
                          "BidCoS-RF:10":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A10","Interface":"BidCos-RF"},
                          "BidCoS-RF:11":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A11","Interface":"BidCos-RF"},
                          "BidCoS-RF:12":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A12","Interface":"BidCos-RF"},
                          "BidCoS-RF:13":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A13","Interface":"BidCos-RF"},
                          "BidCoS-RF:14":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A14","Interface":"BidCos-RF"},
                          "BidCoS-RF:15":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A15","Interface":"BidCos-RF"},
                          "BidCoS-RF:16":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A16","Interface":"BidCos-RF"},
                          "BidCoS-RF:17":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A17","Interface":"BidCos-RF"},
                          "BidCoS-RF:18":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A18","Interface":"BidCos-RF"},
                          "BidCoS-RF:19":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A19","Interface":"BidCos-RF"},
                          "BidCoS-RF:20":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A20","Interface":"BidCos-RF"},
                          "BidCoS-RF:21":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A21","Interface":"BidCos-RF"},
                          "BidCoS-RF:22":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A22","Interface":"BidCos-RF"},
                          "BidCoS-RF:23":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A23","Interface":"BidCos-RF"},
                          "BidCoS-RF:24":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A24","Interface":"BidCos-RF"},
                          "BidCoS-RF:25":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A25","Interface":"BidCos-RF"},
                          "BidCoS-RF:26":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A26","Interface":"BidCos-RF"},
                          "BidCoS-RF:27":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A27","Interface":"BidCos-RF"},
                          "BidCoS-RF:28":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A28","Interface":"BidCos-RF"},
                          "BidCoS-RF:29":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A29","Interface":"BidCos-RF"},
                          "BidCoS-RF:30":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A30","Interface":"BidCos-RF"},
                          "BidCoS-RF:31":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A31","Interface":"BidCos-RF"},
                          "BidCoS-RF:32":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A32","Interface":"BidCos-RF"},
                          "BidCoS-RF:33":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A33","Interface":"BidCos-RF"},
                          "BidCoS-RF:34":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A34","Interface":"BidCos-RF"},
                          "BidCoS-RF:35":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A35","Interface":"BidCos-RF"},
                          "BidCoS-RF:36":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A36","Interface":"BidCos-RF"},
                          "BidCoS-RF:37":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A37","Interface":"BidCos-RF"},
                          "BidCoS-RF:38":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A38","Interface":"BidCos-RF"},
                          "BidCoS-RF:39":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A39","Interface":"BidCos-RF"},
                          "BidCoS-RF:40":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A40","Interface":"BidCos-RF"},
                          "BidCoS-RF:41":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A41","Interface":"BidCos-RF"},
                          "BidCoS-RF:42":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A42","Interface":"BidCos-RF"},
                          "BidCoS-RF:43":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A43","Interface":"BidCos-RF"},
                          "BidCoS-RF:44":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A44","Interface":"BidCos-RF"},
                          "BidCoS-RF:45":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A45","Interface":"BidCos-RF"},
                          "BidCoS-RF:46":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A46","Interface":"BidCos-RF"},
                          "BidCoS-RF:47":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A47","Interface":"BidCos-RF"},
                          "BidCoS-RF:48":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A48","Interface":"BidCos-RF"},
                          "BidCoS-RF:49":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A49","Interface":"BidCos-RF"},
                          "BidCoS-RF:50":{"Name":"RaspberryPi%20Virtuelle%20Fernbedienung%20(%20drahtlos%20)%3A50","Interface":"BidCos-RF"},
                          "001F5A4993DD7B":{"Name":"RaspberryPi%20Zentrale","Interface":"HmIP-RF"},
                          "001F5A4993DD7B:0":{"Name":"RaspberryPi%20Zentrale%3A0","Interface":"HmIP-RF"},
                          "0001DBE9A19E31":{"Name":"SchaltMess%20Steckdose%20Poolpumpe","Interface":"HmIP-RF"},
                          "0001DBE9A19E31:0":{"Name":"SchaltMess%20Steckdose%20Poolpumpe%3A0","Interface":"HmIP-RF"},
                          "0001DBE9A19E31:1":{"Name":"SchaltMess%20Steckdose%20Poolpumpe%3A1","Interface":"HmIP-RF"},
                          "0001DBE9A19E31:2":{"Name":"SchaltMess%20Steckdose%20Poolpumpe%3A2","Interface":"HmIP-RF"},
                          "0001DBE9A19E31:3":{"Name":"SchaltMess%20Steckdose%20Poolpumpe%3A3","Interface":"HmIP-RF"},
                          "0001DBE9A19E31:4":{"Name":"SchaltMess%20Steckdose%20Poolpumpe%3A4","Interface":"HmIP-RF"},
                          "0001DBE9A19E31:5":{"Name":"SchaltMess%20Steckdose%20Poolpumpe%3A5","Interface":"HmIP-RF"},
                          "0001DBE9A19E31:6":{"Name":"SchaltMess%20Steckdose%20Poolpumpe%3A6","Interface":"HmIP-RF"},
                          "0001DBE9A19E31:7":{"Name":"SchaltMess%20Steckdose%20Poolpumpe%3A7","Interface":"HmIP-RF"},
                          "0001DBE9A19E31:8":{"Name":"SchaltMess%20Steckdose%20Poolpumpe%3A8","Interface":"HmIP-RF"},
                          "0001DBE9A19EB1":{"Name":"SchaltMess%20Steckdose%20Waschmaschine","Interface":"HmIP-RF"},
                          "0001DBE9A19EB1:0":{"Name":"SchaltMess%20Steckdose%20Waschmaschine%3A0","Interface":"HmIP-RF"},
                          "0001DBE9A19EB1:1":{"Name":"SchaltMess%20Steckdose%20Waschmaschine%3A1","Interface":"HmIP-RF"},
                          "0001DBE9A19EB1:2":{"Name":"SchaltMess%20Steckdose%20Waschmaschine%3A2","Interface":"HmIP-RF"},
                          "0001DBE9A19EB1:3":{"Name":"SchaltMess%20Steckdose%20Waschmaschine%3A3","Interface":"HmIP-RF"},
                          "0001DBE9A19EB1:4":{"Name":"SchaltMess%20Steckdose%20Waschmaschine%3A4","Interface":"HmIP-RF"},
                          "0001DBE9A19EB1:5":{"Name":"SchaltMess%20Steckdose%20Waschmaschine%3A5","Interface":"HmIP-RF"},
                          "0001DBE9A19EB1:6":{"Name":"SchaltMess%20Steckdose%20Waschmaschine%3A6","Interface":"HmIP-RF"},
                          "0001DBE9A19EB1:7":{"Name":"SchaltMess%20Steckdose%20Waschmaschine%3A7","Interface":"HmIP-RF"},
                          "0001DBE9A19EB1:8":{"Name":"HMIP-PSM%200001DBE9A19EB1%3A8","Interface":"HmIP-RF"},
                          "0001DBE9A19C14":{"Name":"SchaltMess%20Steckdose%20Waeschetrockner","Interface":"HmIP-RF"},
                          "0001DBE9A19C14:0":{"Name":"SchaltMess%20Steckdose%20Waeschetrockner%3A0","Interface":"HmIP-RF"},
                          "0001DBE9A19C14:1":{"Name":"SchaltMess%20Steckdose%20Waeschetrockner%3A1","Interface":"HmIP-RF"},
                          "0001DBE9A19C14:2":{"Name":"SchaltMess%20Steckdose%20Waeschetrockner%3A2","Interface":"HmIP-RF"},
                          "0001DBE9A19C14:3":{"Name":"SchaltMess%20Steckdose%20Waeschetrockner%3A3","Interface":"HmIP-RF"},
                          "0001DBE9A19C14:4":{"Name":"SchaltMess%20Steckdose%20Waeschetrockner%3A4","Interface":"HmIP-RF"},
                          "0001DBE9A19C14:5":{"Name":"SchaltMess%20Steckdose%20Waeschetrockner%3A5","Interface":"HmIP-RF"},
                          "0001DBE9A19C14:6":{"Name":"SchaltMess%20Steckdose%20Waeschetrockner%3A6","Interface":"HmIP-RF"},
                          "0001DBE9A19C14:7":{"Name":"SchaltMess%20Steckdose%20Waeschetrockner%3A7","Interface":"HmIP-RF"},
                          "0001DBE9A19C14:8":{"Name":"SchaltMess%20Steckdose%20Waeschetrockner%3A8","Interface":"HmIP-RF"},
                          "00089BE99CD1B4":{"Name":"Schaltaktor%20Gaestebad","Interface":"HmIP-RF"},
                          "00089BE99CD1B4:0":{"Name":"Schaltaktor%20Gaestebad%3A0","Interface":"HmIP-RF"},
                          "00089BE99CD1B4:1":{"Name":"Schaltaktor%20G%E4stebad%20Statusmitteilung%20Schaltausgang","Interface":"HmIP-RF"},
                          "00089BE99CD1B4:2":{"Name":"Schaltaktor%20G%E4stebad","Interface":"HmIP-RF"},
                          "00089BE99CD1B4:3":{"Name":"HmIP-FSM%2000089BE99CD1B4%3A3","Interface":"HmIP-RF"},
                          "00089BE99CD1B4:4":{"Name":"HmIP-FSM%2000089BE99CD1B4%3A4","Interface":"HmIP-RF"},
                          "00089BE99CD1B4:5":{"Name":"Schaltaktor%20G%E4stebad%20Statusmeldung%20Messkanal","Interface":"HmIP-RF"},
                          "00089BE99CD1B4:6":{"Name":"Schaltaktor%20G%E4stebad%20Konfiguration%20Entscheidungswert","Interface":"HmIP-RF"},
                          "00089BE99CD1B4:7":{"Name":"Schaltaktor%20G%E4stebad%20Wochenprogramm","Interface":"HmIP-RF"},
                          "00089BE99CD191":{"Name":"Schaltaktor%20Licht%20Flur%20EG","Interface":"HmIP-RF"},
                          "00089BE99CD191:0":{"Name":"Schaltaktor%20Licht%20Flur%20EG%3A0","Interface":"HmIP-RF"},
                          "00089BE99CD191:1":{"Name":"Schaltaktor%20Licht%20Flur%20EG%3A1","Interface":"HmIP-RF"},
                          "00089BE99CD191:2":{"Name":"Schaltaktor%20Licht%20Flur%20EG","Interface":"HmIP-RF"},
                          "00089BE99CD191:3":{"Name":"HmIP-FSM%2000089BE99CD191%3A3","Interface":"HmIP-RF"},
                          "00089BE99CD191:4":{"Name":"HmIP-FSM%2000089BE99CD191%3A4","Interface":"HmIP-RF"},
                          "00089BE99CD191:5":{"Name":"Schaltaktor%20Licht%20Flur%20EG%3A5","Interface":"HmIP-RF"},
                          "00089BE99CD191:6":{"Name":"Schaltaktor%20Licht%20Flur%20EG%3A6","Interface":"HmIP-RF"},
                          "00089BE99CD191:7":{"Name":"Schaltaktor%20Licht%20Flur%20EG%3A7","Interface":"HmIP-RF"},
                          "00259BE995C18E":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201","Interface":"HmIP-RF"},
                          "00259BE995C18E:0":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A0","Interface":"HmIP-RF"},
                          "00259BE995C18E:1":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A1","Interface":"HmIP-RF"},
                          "00259BE995C18E:2":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A2","Interface":"HmIP-RF"},
                          "00259BE995C18E:3":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A3","Interface":"HmIP-RF"},
                          "00259BE995C18E:4":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A4","Interface":"HmIP-RF"},
                          "00259BE995C18E:5":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A5","Interface":"HmIP-RF"},
                          "00259BE995C18E:6":{"Name":"Sauna%20Steckdosen","Interface":"HmIP-RF"},
                          "00259BE995C18E:7":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A7","Interface":"HmIP-RF"},
                          "00259BE995C18E:8":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A8","Interface":"HmIP-RF"},
                          "00259BE995C18E:9":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A9","Interface":"HmIP-RF"},
                          "00259BE995C18E:10":{"Name":"Poolbeleuchtung%20Sauna","Interface":"HmIP-RF"},
                          "00259BE995C18E:11":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A11","Interface":"HmIP-RF"},
                          "00259BE995C18E:12":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A12","Interface":"HmIP-RF"},
                          "00259BE995C18E:13":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A13","Interface":"HmIP-RF"},
                          "00259BE995C18E:14":{"Name":"Poolbeleuchtung%20Mitte","Interface":"HmIP-RF"},
                          "00259BE995C18E:15":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A15","Interface":"HmIP-RF"},
                          "00259BE995C18E:16":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A16","Interface":"HmIP-RF"},
                          "00259BE995C18E:17":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A17","Interface":"HmIP-RF"},
                          "00259BE995C18E:18":{"Name":"Poolbeleuchtung%20Ecke","Interface":"HmIP-RF"},
                          "00259BE995C18E:19":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A19","Interface":"HmIP-RF"},
                          "00259BE995C18E:20":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A20","Interface":"HmIP-RF"},
                          "00259BE995C18E:21":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%201%3A21","Interface":"HmIP-RF"},
                          "00259BE995C247":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202","Interface":"HmIP-RF"},
                          "00259BE995C247:0":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A0","Interface":"HmIP-RF"},
                          "00259BE995C247:1":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A1","Interface":"HmIP-RF"},
                          "00259BE995C247:2":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A2","Interface":"HmIP-RF"},
                          "00259BE995C247:3":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A3","Interface":"HmIP-RF"},
                          "00259BE995C247:4":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A4","Interface":"HmIP-RF"},
                          "00259BE995C247:5":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A5","Interface":"HmIP-RF"},
                          "00259BE995C247:6":{"Name":"Saunabeleuchtung","Interface":"HmIP-RF"},
                          "00259BE995C247:7":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A7","Interface":"HmIP-RF"},
                          "00259BE995C247:8":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A8","Interface":"HmIP-RF"},
                          "00259BE995C247:9":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A9","Interface":"HmIP-RF"},
                          "00259BE995C247:10":{"Name":"Sauna%20Steckdosen%20Unterstand","Interface":"HmIP-RF"},
                          "00259BE995C247:11":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A11","Interface":"HmIP-RF"},
                          "00259BE995C247:12":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A12","Interface":"HmIP-RF"},
                          "00259BE995C247:13":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A13","Interface":"HmIP-RF"},
                          "00259BE995C247:14":{"Name":"Poolbeleuchtung","Interface":"HmIP-RF"},
                          "00259BE995C247:15":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A15","Interface":"HmIP-RF"},
                          "00259BE995C247:16":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A16","Interface":"HmIP-RF"},
                          "00259BE995C247:17":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A17","Interface":"HmIP-RF"},
                          "00259BE995C247:18":{"Name":"Beleuchtung%20Weidenwand","Interface":"HmIP-RF"},
                          "00259BE995C247:19":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A19","Interface":"HmIP-RF"},
                          "00259BE995C247:20":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A20","Interface":"HmIP-RF"},
                          "00259BE995C247:21":{"Name":"Schaltaktor%20Sauna%20Schaltkasten%202%3A21","Interface":"HmIP-RF"},
                          "00021BE9A0CA49":{"Name":"Schaltsteckdose%20Schlafzimmer","Interface":"HmIP-RF"},
                          "00021BE9A0CA49:0":{"Name":"Schaltsteckdose%20Schlafzimmer%3A0","Interface":"HmIP-RF"},
                          "00021BE9A0CA49:1":{"Name":"Schaltsteckdose%20Schlafzimmer%20Taster","Interface":"HmIP-RF"},
                          "00021BE9A0CA49:2":{"Name":"Schaltsteckdose%20Schlafzimmer%20Statusmitteilung%20Schaltausgang","Interface":"HmIP-RF"},
                          "00021BE9A0CA49:3":{"Name":"Schaltsteckdose%20Schlafzimmer%20Schaltaktor","Interface":"HmIP-RF"},
                          "00021BE9A0CA49:4":{"Name":"HMIP-PS%2000021BE9A0CA49%3A4","Interface":"HmIP-RF"},
                          "00021BE9A0CA49:5":{"Name":"HMIP-PS%2000021BE9A0CA49%3A5","Interface":"HmIP-RF"},
                          "00021BE9A0CA49:6":{"Name":"Schaltsteckdose%20Schlafzimmer%20Wochenprogramm","Interface":"HmIP-RF"},
                          "00021BE9A0CADE":{"Name":"Schaltsteckdose%20Wohnzimmer","Interface":"HmIP-RF"},
                          "00021BE9A0CADE:0":{"Name":"Schaltsteckdose%20Wohnzimmer%3A0","Interface":"HmIP-RF"},
                          "00021BE9A0CADE:1":{"Name":"Schaltsteckdose%20Wohnzimmer%20Taster","Interface":"HmIP-RF"},
                          "00021BE9A0CADE:2":{"Name":"Schaltsteckdose%20Wohnzimmer%20Statusmitteilung%20Schaltausgang","Interface":"HmIP-RF"},
                          "00021BE9A0CADE:3":{"Name":"Schaltsteckdose%20Wohnzimmer%20Schaltaktor","Interface":"HmIP-RF"},
                          "00021BE9A0CADE:4":{"Name":"HMIP-PS%2000021BE9A0CADE%3A4","Interface":"HmIP-RF"},
                          "00021BE9A0CADE:5":{"Name":"HMIP-PS%2000021BE9A0CADE%3A5","Interface":"HmIP-RF"},
                          "00021BE9A0CADE:6":{"Name":"Schaltsteckdose%20Wohnzimmer%20Wochenprogramm","Interface":"HmIP-RF"},
                          "00021BE9A0CA6A":{"Name":"Schaltsteckdose%20Wohnzimmer%20Stehlampe","Interface":"HmIP-RF"},
                          "00021BE9A0CA6A:0":{"Name":"Schaltsteckdose%20Wohnzimmer%20Stehlampe%3A0","Interface":"HmIP-RF"},
                          "00021BE9A0CA6A:1":{"Name":"Schaltsteckdose%20Wohnzimmer%20Stehlampe%3A1","Interface":"HmIP-RF"},
                          "00021BE9A0CA6A:2":{"Name":"Schaltsteckdose%20Wohnzimmer%20Stehlampe%3A2","Interface":"HmIP-RF"},
                          "00021BE9A0CA6A:3":{"Name":"Schaltsteckdose%20Wohnzimmer%20Stehlampe%3A3","Interface":"HmIP-RF"},
                          "00021BE9A0CA6A:4":{"Name":"HMIP-PS%2000021BE9A0CA6A%3A4","Interface":"HmIP-RF"},
                          "00021BE9A0CA6A:5":{"Name":"HMIP-PS%2000021BE9A0CA6A%3A5","Interface":"HmIP-RF"},
                          "00021BE9A0CA6A:6":{"Name":"Schaltsteckdose%20Wohnzimmer%20Stehlampe%3A6","Interface":"HmIP-RF"}
                          

                          Hier hört er auf:

                          33b2f47b-1436-4763-8a76-149ff5415554-image.png

                          Homoran Dr. Bakterius 2 Replies Last reply Reply Quote 0
                          • Homoran
                            Homoran Global Moderator Administrators @webmaik last edited by Homoran

                            @webmaik das ist auch der letzte Eintrag in deinem log, bevor das json abbricht

                            EDIT:
                            Hast du das den Namen geändert?
                            Kanal 0 und 1 heißen "Schaltsteckdose%20Wohnzimmer%20Stehlampe"
                            die übrigen "Schaltsteckdose Pool"

                            @foxriver76
                            rega_json02.png

                            foxriver76 1 Reply Last reply Reply Quote 0
                            • foxriver76
                              foxriver76 Developer @Homoran last edited by

                              @homoran sagte in Homematic Instanzen liefern keine Namen:

                              @webmaik das ist auch der letzte Eintrag in deinem log, bevor das json abbricht

                              @foxriver76
                              rega_json02.png

                              Was möchtest du mir sagen? 😉

                              Anscheinend ist die Ausgabe unvollständig, wie du ja sagst wird nicht alles gelistet, das Skript hört auf und macht somit auch die finale }nicht, und deshalb kann der Adapter das JSON nicht parsen.

                              Da das Skript allerdings nicht vollständig auf der CCU durchläuft und auch kein Fehler ausspuckt, sehe ich das Problem nicht beim Adapter. Man müsste mal in Erfahrung bringen in welchen Fällen das sein kann, dass das Skript abbricht - evtl. im Homematic Forum oder @jens-maus hat eine Ahnung woher so ein Verhalten rühren kann.

                              Homoran W 2 Replies Last reply Reply Quote 0
                              • Dr. Bakterius
                                Dr. Bakterius Most Active @webmaik last edited by

                                @webmaik Schuss ins blaue: Du hast das Gerät wo das Skript stoppt keinem Raum zugeteilt. Versuch es mal einem Raum zuzuordnen ob es dann klappt.

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

                                  @foxriver76 sagte in Homematic Instanzen liefern keine Namen:

                                  Was möchtest du mir sagen?

                                  genau das was du schreibst 😉

                                  Ursache liegt irgendwo auf der CCU

                                  1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @Dr. Bakterius last edited by

                                    @dr-bakterius sagte in Homematic Instanzen liefern keine Namen:

                                    Du hast das Gerät wo das Skript stoppt keinem Raum zugeteilt

                                    warum sollte das wichtig sein?
                                    ich habe nur ganz wenige Geräte einem Raum zugeteilt

                                    1 Reply Last reply Reply Quote 0
                                    • W
                                      webmaik @foxriver76 last edited by

                                      @foxriver76

                                      Ja es scheint wirklich da zu liegen,
                                      ich habe erst einen Raum zugeordnet und danach auch die beiden Geräte die vor und nach dem Abbruch liegen gelöscht.

                                      Ändert auch nichts.

                                      Er liest die Funkheizthermometer nicht ein, da bricht das Script ab.

                                      Blackmike 1 Reply Last reply Reply Quote 0
                                      • Blackmike
                                        Blackmike @webmaik last edited by

                                        Problem haben wir drüben im orangenen forum gelöst. Mir räumen oder gewerken hatte das ganze nix zu tun. Ursächlich war eine alte geräteleiche, deren Interface Methode ins Nirvana referenzierte. Das führte, da das iobroker Script badobjects nicht abfängt, zu einem Bäng des auslesescriptes mit dem geschilderten Verhalten.

                                        Nach Aufspürung und Terminierung der geräteleiche lief es dann.

                                        Black

                                        foxriver76 1 Reply Last reply Reply Quote 1
                                        • foxriver76
                                          foxriver76 Developer @Blackmike last edited by foxriver76

                                          @blackmike Rein Interesse halber, könntest du mal den Link zum Thread posten? Danke

                                          Edit habs: https://homematic-forum.de/forum/viewtopic.php?f=65&t=66673&p=654429#p654429

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

                                          Support us

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

                                          398
                                          Online

                                          31.9k
                                          Users

                                          80.1k
                                          Topics

                                          1.3m
                                          Posts

                                          6
                                          37
                                          1967
                                          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