Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Tester
    4. Test Adapter nanoleaf-lightpanels v1.3.x GitHub/latest

    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

    Test Adapter nanoleaf-lightpanels v1.3.x GitHub/latest

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      daniel_2k @stefande last edited by

      @stefande
      Das SSE läuft schon, das hat mit dem "Keep alive" auch erstmal nix zu tun. Das ist ja nur eine ausgehende HTTP-Verbindung zu den nanoleafs.
      Die Suche nutzt auch SSDP Nachrichten. Allerdings antworten die nanoleaf-Geräte auf einen MSEARCH-Request ja direkt dem Absender. Bei den SSDP:alive Notifications, die genutzt werden, um zu erkennen, ob das Gerät noch lebt, sind das allerdings Multicasts die von den nanoleafs gesendet werden. Die scheinen deinen ioBroker/Adapter nicht zu erreichen. Im Log sind die jedenfalls nicht zu sehen. Da ich die Auswertung der Nachrichten (bezüglich Notification Type in der 1.0.2 gefixt habe, dürfte das nicht die Ursache sein).
      Kannst du prüfen, ob dein Debian dort firewalltechnisch diese blockiert?

      S 1 Reply Last reply Reply Quote 0
      • sentinel
        sentinel last edited by

        @daniel_2k
        Hab den Fehler bei mir gefunden. IGMP war nicht eingerichtet. Jetzt funzen die alive Signale wieder. Hatte meinen UniFi APs auch ein Update verpasst. Zu viele Updates zugleich sind nicht gut für eine anschließend notwendige Fehlersuche 🙂

        1 Reply Last reply Reply Quote 0
        • S
          stefande @daniel_2k last edited by

          @daniel_2k
          Ich bin jetzt nicht wirklich der Debian Spezialist, aber so wie ich das sehe sollte die Firewall nix machen.

          iobroker-deb:~# iptables -L
          
          Chain INPUT (policy ACCEPT)
          target     prot opt source               destination
          
          Chain FORWARD (policy ACCEPT)
          target     prot opt source               destination
          
          Chain OUTPUT (policy ACCEPT)
          target     prot opt source               destination
          
          
          D 1 Reply Last reply Reply Quote 0
          • D
            daniel_2k @stefande last edited by daniel_2k

            @stefande sagte in Test Adapter nanoleaf-lightpanels v1.0.x GitHub/latest:

            @daniel_2k
            Ich bin jetzt nicht wirklich der Debian Spezialist, aber so wie ich das sehe sollte die Firewall nix machen.

            iobroker-deb:~# iptables -L
            
            Chain INPUT (policy ACCEPT)
            target     prot opt source               destination
            
            Chain FORWARD (policy ACCEPT)
            target     prot opt source               destination
            
            Chain OUTPUT (policy ACCEPT)
            target     prot opt source               destination
            
            

            Da hast du recht. Da wird gar nix gefiltert. Alles geht rein.
            OK. Die Geräte-Suche geht, sagst du. D.h. du findest dein nanoleaf-Gerät und kannst es in der Liste auswählen?

            Installiere mal die Test-Version hier von GitHub:
            https://github.com/daniel-2k/ioBroker.nanoleaf-lightpanels/tarball/test
            und stelle das Log-Level mal auf Debug. Dann werden alle SSDP Messages, die empfangen werden, geloggt. So sehen wir erstmal, ob überhaupt was ankommt und wenn ja, was genau.

            S 2 Replies Last reply Reply Quote 0
            • S
              stefande @daniel_2k last edited by

              @daniel_2k
              Bitte schön:

              2020-07-07 20:02:17.288 - debug: nanoleaf-lightpanels.0 (9522) Redis Objects: Use Redis connection: 127.0.0.1:9001
              2020-07-07 20:02:17.328 - debug: nanoleaf-lightpanels.0 (9522) Objects client ready ... initialize now
              2020-07-07 20:02:17.330 - debug: nanoleaf-lightpanels.0 (9522) Objects create System PubSub Client
              2020-07-07 20:02:17.331 - debug: nanoleaf-lightpanels.0 (9522) Objects create User PubSub Client
              2020-07-07 20:02:17.332 - debug: nanoleaf-lightpanels.0 (9522) Objects client initialize lua scripts
              2020-07-07 20:02:17.357 - debug: nanoleaf-lightpanels.0 (9522) Objects connected to redis: 127.0.0.1:9001
              2020-07-07 20:02:17.361 - debug: nanoleaf-lightpanels.0 (9522) objectDB connected
              2020-07-07 20:02:17.363 - debug: nanoleaf-lightpanels.0 (9522) Redis States: Use Redis connection: 127.0.0.1:9000
              2020-07-07 20:02:17.370 - debug: nanoleaf-lightpanels.0 (9522) States create User PubSub Client
              2020-07-07 20:02:17.372 - debug: nanoleaf-lightpanels.0 (9522) States create System PubSub Client
              2020-07-07 20:02:17.383 - debug: nanoleaf-lightpanels.0 (9522) States connected to redis: 127.0.0.1:9000
              2020-07-07 20:02:17.383 - debug: nanoleaf-lightpanels.0 (9522) statesDB connected
              2020-07-07 20:02:18.161 - info: nanoleaf-lightpanels.0 (9522) starting. Version 1.0.2 in /opt/iobroker/node_modules/iobroker.nanoleaf-lightpanels, node: v12.18.2, js-controller: 3.1.6
              2020-07-07 20:02:18.184 - info: nanoleaf-lightpanels.0 (9522) Nanoleaf adapter "nanoleaf-lightpanels.0" started.
              2020-07-07 20:02:18.185 - debug: nanoleaf-lightpanels.0 (9522) SSDP events initialized!
              2020-07-07 20:02:18.186 - info: nanoleaf-lightpanels.0 (9522) Connecting to "192.168.0.151:16021"...
              2020-07-07 20:02:18.199 - info: javascript.0 (1759) script.js.Adapter_Überwachung: Adapter_Überwachung OK
              2020-07-07 20:02:18.226 - debug: nanoleaf-lightpanels.0 (9522) Connect timer stopped!
              2020-07-07 20:02:18.228 - info: nanoleaf-lightpanels.0 (9522) Connected to "192.168.0.151:16021"
              2020-07-07 20:02:18.230 - debug: nanoleaf-lightpanels.0 (9522) nanoleaf Device "Canvas" (NL29) detected!
              2020-07-07 20:02:18.279 - debug: nanoleaf-lightpanels.0 (9522) SSE subscription started, listening...
              2020-07-07 20:02:25.933 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:02:25.934 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:02:25.934 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:02:30.648 - debug: nanoleaf-lightpanels.0 (9522) system.adapter.admin.0: logging true
              2020-07-07 20:02:35.930 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:02:35.930 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:02:35.931 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:02:45.932 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:02:45.933 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:02:45.933 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:02:49.383 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:02:49.389 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec","nts":"ssdp:alive","nt":"uuid:9ab0c000-f668-11de-9976-00a0de87beec"}
              2020-07-07 20:02:49.390 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:device:MediaRenderer:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:MediaRenderer:1"}
              2020-07-07 20:02:49.391 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:AVTransport:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:AVTransport:1"}
              2020-07-07 20:02:49.392 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:RenderingControl:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:RenderingControl:1"}
              2020-07-07 20:02:49.392 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:ConnectionManager:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:ConnectionManager:1"}
              2020-07-07 20:02:55.938 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:02:55.940 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:02:55.942 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:03:05.936 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:03:05.937 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:03:05.937 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:03:10.034 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/MediaServerDevDesc.xml","usn":"uuid:fa095ecc-e13e-40e7-8e6c-444e6d1f32e1::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:03:10.036 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/MediaServerDevDesc.xml","usn":"uuid:fa095ecc-e13e-40e7-8e6c-444e6d1f32e1","nts":"ssdp:alive","nt":"uuid:fa095ecc-e13e-40e7-8e6c-444e6d1f32e1"}
              2020-07-07 20:03:10.038 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/MediaServerDevDesc.xml","usn":"uuid:fa095ecc-e13e-40e7-8e6c-444e6d1f32e1::urn:schemas-upnp-org:device:MediaServer:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:MediaServer:1"}
              2020-07-07 20:03:10.046 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/MediaServerDevDesc.xml","usn":"uuid:fa095ecc-e13e-40e7-8e6c-444e6d1f32e1::urn:schemas-upnp-org:service:ContentDirectory:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:ContentDirectory:1"}
              2020-07-07 20:03:10.049 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/MediaServerDevDesc.xml","usn":"uuid:fa095ecc-e13e-40e7-8e6c-444e6d1f32e1::urn:schemas-upnp-org:service:ConnectionManager:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:ConnectionManager:1"}
              2020-07-07 20:03:10.053 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/MediaServerDevDesc.xml","usn":"uuid:fa095ecc-e13e-40e7-8e6c-444e6d1f32e1::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1","nts":"ssdp:alive","nt":"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1"}
              2020-07-07 20:03:10.057 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/MediaServerDevDesc.xml","usn":"uuid:fa095ecc-e13e-40e7-8e6c-444e6d1f32e1::urn:avm.de:service:AVM_ServerStatus:1","nts":"ssdp:alive","nt":"urn:avm.de:service:AVM_ServerStatus:1"}
              2020-07-07 20:03:11.034 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/fboxdesc.xml","usn":"uuid:123402409-bccb-40e7-8e6c-444E6D1F32E1::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:03:11.036 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/fboxdesc.xml","usn":"uuid:123402409-bccb-40e7-8e6c-444E6D1F32E1","nts":"ssdp:alive","nt":"uuid:123402409-bccb-40e7-8e6c-444E6D1F32E1"}
              2020-07-07 20:03:11.040 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/fboxdesc.xml","usn":"uuid:123402409-bccb-40e7-8e6c-444E6D1F32E1::urn:schemas-upnp-org:device:fritzbox:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:fritzbox:1"}
              2020-07-07 20:03:11.050 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/fboxdesc.xml","usn":"uuid:123402409-bccb-40e7-8e6c-444E6D1F32E1::urn:schemas-any-com:service:fritzbox:1","nts":"ssdp:alive","nt":"urn:schemas-any-com:service:fritzbox:1"}
              2020-07-07 20:03:15.944 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:03:15.945 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:03:15.947 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:03:22.033 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/avmnexusdesc.xml","usn":"uuid:535502409-bccb-40e7-8e6c-444E6D1F32E1::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:03:22.034 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/avmnexusdesc.xml","usn":"uuid:535502409-bccb-40e7-8e6c-444E6D1F32E1","nts":"ssdp:alive","nt":"uuid:535502409-bccb-40e7-8e6c-444E6D1F32E1"}
              2020-07-07 20:03:22.035 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/avmnexusdesc.xml","usn":"uuid:535502409-bccb-40e7-8e6c-444E6D1F32E1::urn:schemas-upnp-org:device:avmnexus:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:avmnexus:1"}
              2020-07-07 20:03:22.042 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"FB7590 UPnP/1.0 AVM FRITZ!Box 7590 154.07.20","location":"http://192.168.0.6:49000/avmnexusdesc.xml","usn":"uuid:535502409-bccb-40e7-8e6c-444E6D1F32E1::urn:schemas-any-com:service:avmnexus:1","nts":"ssdp:alive","nt":"urn:schemas-any-com:service:avmnexus:1"}
              2020-07-07 20:03:25.944 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:03:25.945 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:03:25.945 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:03:26.499 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:554/description.xml","usn":"uuid:3E82E8CB-0B6A-4EB0-A5C1-A3E932A587CE::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:03:26.501 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:554/description.xml","usn":"uuid:3E82E8CB-0B6A-4EB0-A5C1-A3E932A587CE","nts":"ssdp:alive","nt":"uuid:3E82E8CB-0B6A-4EB0-A5C1-A3E932A587CE","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:03:26.502 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:554/description.xml","usn":"uuid:3E82E8CB-0B6A-4EB0-A5C1-A3E932A587CE::urn:ses-com:device:SatIPServer:1","nts":"ssdp:alive","nt":"urn:ses-com:device:SatIPServer:1","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:03:27.500 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:03:27.502 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD","nts":"ssdp:alive","nt":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:03:27.505 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD::urn:schemas-upnp-org:device:MediaServer:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:MediaServer:1","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:03:27.506 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD::urn:schemas-upnp-org:service:ContentDirectory:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:ContentDirectory:1","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:03:27.508 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD::urn:schemas-upnp-org:service:ConnectionManager:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:ConnectionManager:1","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:03:27.509 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1","nts":"ssdp:alive","nt":"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:03:33.251 - warn: nanoleaf-lightpanels.0 (9522) Connection to '192.168.0.151:16021' lost, Error: No ssdp:alive detected. Try to reconnect...
              2020-07-07 20:03:33.252 - debug: nanoleaf-lightpanels.0 (9522) Polling timer stopped!
              2020-07-07 20:03:33.253 - debug: nanoleaf-lightpanels.0 (9522) Command queue cleared!
              2020-07-07 20:03:33.254 - debug: nanoleaf-lightpanels.0 (9522) SSE connection closed!
              2020-07-07 20:03:33.255 - debug: nanoleaf-lightpanels.0 (9522) Connect timer started with 60000 ms
              2020-07-07 20:03:35.950 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:03:35.952 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:03:35.953 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:03:45.737 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"Linux/1.0 UPnP/1.1 IDL4K/1.0","location":"http://192.168.0.196:8080/desc.xml","usn":"uuid:c5338bfa-ce70-456b-8703-20825a95d406::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice","bootid.upnp.org":"634","configid.upnp.org":"0"}
              2020-07-07 20:03:45.738 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"Linux/1.0 UPnP/1.1 IDL4K/1.0","location":"http://192.168.0.196:8080/desc.xml","usn":"uuid:c5338bfa-ce70-456b-8703-20825a95d406","nts":"ssdp:alive","nt":"uuid:c5338bfa-ce70-456b-8703-20825a95d406","bootid.upnp.org":"634","configid.upnp.org":"0"}
              2020-07-07 20:03:45.738 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"Linux/1.0 UPnP/1.1 IDL4K/1.0","location":"http://192.168.0.196:8080/desc.xml","usn":"uuid:c5338bfa-ce70-456b-8703-20825a95d406::urn:ses-com:device:SatIPServer:1","nts":"ssdp:alive","nt":"urn:ses-com:device:SatIPServer:1","bootid.upnp.org":"634","configid.upnp.org":"0"}
              2020-07-07 20:03:45.950 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:03:45.950 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:03:45.951 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:03:49.454 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:03:49.455 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec","nts":"ssdp:alive","nt":"uuid:9ab0c000-f668-11de-9976-00a0de87beec"}
              2020-07-07 20:03:49.456 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:device:MediaRenderer:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:MediaRenderer:1"}
              2020-07-07 20:03:49.457 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:AVTransport:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:AVTransport:1"}
              2020-07-07 20:03:49.457 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:RenderingControl:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:RenderingControl:1"}
              2020-07-07 20:03:49.458 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:ConnectionManager:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:ConnectionManager:1"}
              2020-07-07 20:03:55.956 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:03:55.957 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:03:55.958 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:04:01.405 - info: daswetter.0 (9895) starting. Version 3.0.1 in /opt/iobroker/node_modules/iobroker.daswetter, node: v12.18.2, js-controller: 3.1.6
              2020-07-07 20:04:05.956 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:04:05.957 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:04:05.958 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:04:10.733 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"Linux/1.0 UPnP/1.1 IDL4K/1.0","location":"http://192.168.0.196:8080/desc.xml","usn":"uuid:c5338bfa-ce70-456b-8703-20825a95d406::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice","bootid.upnp.org":"634","configid.upnp.org":"0"}
              2020-07-07 20:04:10.736 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"Linux/1.0 UPnP/1.1 IDL4K/1.0","location":"http://192.168.0.196:8080/desc.xml","usn":"uuid:c5338bfa-ce70-456b-8703-20825a95d406","nts":"ssdp:alive","nt":"uuid:c5338bfa-ce70-456b-8703-20825a95d406","bootid.upnp.org":"634","configid.upnp.org":"0"}
              2020-07-07 20:04:10.742 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"Linux/1.0 UPnP/1.1 IDL4K/1.0","location":"http://192.168.0.196:8080/desc.xml","usn":"uuid:c5338bfa-ce70-456b-8703-20825a95d406::urn:ses-com:device:SatIPServer:1","nts":"ssdp:alive","nt":"urn:ses-com:device:SatIPServer:1","bootid.upnp.org":"634","configid.upnp.org":"0"}
              2020-07-07 20:04:15.959 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:04:15.960 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:04:15.961 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:04:25.959 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:04:25.959 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:04:25.960 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:04:33.268 - debug: nanoleaf-lightpanels.0 (9522) Connect timer stopped!
              2020-07-07 20:04:33.269 - info: nanoleaf-lightpanels.0 (9522) Reconnected to "192.168.0.151:16021"
              2020-07-07 20:04:33.270 - debug: nanoleaf-lightpanels.0 (9522) nanoleaf Device "Canvas" (NL29) detected!
              2020-07-07 20:04:33.343 - debug: nanoleaf-lightpanels.0 (9522) SSE subscription started, listening...
              2020-07-07 20:04:35.967 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:04:35.968 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:04:35.969 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:04:45.969 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:04:45.971 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:04:45.972 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:04:49.524 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:04:49.525 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec","nts":"ssdp:alive","nt":"uuid:9ab0c000-f668-11de-9976-00a0de87beec"}
              2020-07-07 20:04:49.526 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:device:MediaRenderer:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:MediaRenderer:1"}
              2020-07-07 20:04:49.528 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:AVTransport:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:AVTransport:1"}
              2020-07-07 20:04:49.529 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:RenderingControl:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:RenderingControl:1"}
              2020-07-07 20:04:49.529 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:ConnectionManager:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:ConnectionManager:1"}
              2020-07-07 20:04:50.502 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:554/description.xml","usn":"uuid:3E82E8CB-0B6A-4EB0-A5C1-A3E932A587CE::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:04:50.505 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:554/description.xml","usn":"uuid:3E82E8CB-0B6A-4EB0-A5C1-A3E932A587CE","nts":"ssdp:alive","nt":"uuid:3E82E8CB-0B6A-4EB0-A5C1-A3E932A587CE","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:04:50.507 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:554/description.xml","usn":"uuid:3E82E8CB-0B6A-4EB0-A5C1-A3E932A587CE::urn:ses-com:device:SatIPServer:1","nts":"ssdp:alive","nt":"urn:ses-com:device:SatIPServer:1","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:04:51.502 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:04:51.505 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD","nts":"ssdp:alive","nt":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:04:51.506 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD::urn:schemas-upnp-org:device:MediaServer:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:MediaServer:1","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:04:51.508 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD::urn:schemas-upnp-org:service:ContentDirectory:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:ContentDirectory:1","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:04:51.508 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD::urn:schemas-upnp-org:service:ConnectionManager:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:ConnectionManager:1","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:04:51.508 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:8889/description.xml","usn":"uuid:7498450A-B782-481E-87A3-22E803FF1DAD::urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1","nts":"ssdp:alive","nt":"urn:microsoft.com:service:X_MS_MediaReceiverRegistrar:1","bootid.upnp.org":"760817","configid.upnp.org":"0"}
              2020-07-07 20:04:55.973 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:04:55.975 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:04:55.976 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:05:05.974 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:05:05.974 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:05:05.975 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:05:15.978 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:05:15.980 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:05:15.981 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:05:25.985 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:05:25.986 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:05:25.988 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:05:35.990 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:05:35.990 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:05:35.991 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:05:45.993 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:05:45.994 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:05:45.994 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:05:48.326 - warn: nanoleaf-lightpanels.0 (9522) Connection to '192.168.0.151:16021' lost, Error: No ssdp:alive detected. Try to reconnect...
              2020-07-07 20:05:48.327 - debug: nanoleaf-lightpanels.0 (9522) Polling timer stopped!
              2020-07-07 20:05:48.327 - debug: nanoleaf-lightpanels.0 (9522) Command queue cleared!
              2020-07-07 20:05:48.328 - debug: nanoleaf-lightpanels.0 (9522) SSE connection closed!
              2020-07-07 20:05:48.328 - debug: nanoleaf-lightpanels.0 (9522) Connect timer started with 60000 ms
              2020-07-07 20:05:49.597 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:05:49.599 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec","nts":"ssdp:alive","nt":"uuid:9ab0c000-f668-11de-9976-00a0de87beec"}
              2020-07-07 20:05:49.600 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:device:MediaRenderer:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:MediaRenderer:1"}
              2020-07-07 20:05:49.601 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:AVTransport:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:AVTransport:1"}
              2020-07-07 20:05:49.602 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:RenderingControl:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:RenderingControl:1"}
              2020-07-07 20:05:49.604 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"VDK/5.0 UPnP/1.0 AV_Receiver/3.1 (RX-V671)","location":"http://192.168.0.102:49154/MediaRenderer/desc.xml","usn":"uuid:9ab0c000-f668-11de-9976-00a0de87beec::urn:schemas-upnp-org:service:ConnectionManager:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:service:ConnectionManager:1"}
              2020-07-07 20:05:55.997 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
              2020-07-07 20:05:55.997 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384::urn:schemas-upnp-org:device:basic:1","nts":"ssdp:alive","nt":"urn:schemas-upnp-org:device:basic:1"}
              2020-07-07 20:05:55.998 - debug: nanoleaf-lightpanels.0 (9522) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-8899-6e25ad18989384","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-8899-6e25ad18989384"}
              2020-07-07 20:05:58.692 - info: host.iobroker-deb "system.adapter.nanoleaf-lightpanels.0" disabled
              2020-07-07 20:05:58.697 - info: host.iobroker-deb stopInstance system.adapter.nanoleaf-lightpanels.0 (force=false, process=true)
              2020-07-07 20:05:58.703 - info: nanoleaf-lightpanels.0 (9522) Got terminate signal TERMINATE_YOURSELF
              2020-07-07 20:05:58.698 - info: host.iobroker-deb stopInstance system.adapter.nanoleaf-lightpanels.0 send kill signal
              
              
              D 1 Reply Last reply Reply Quote 0
              • D
                daniel_2k @stefande last edited by

                @stefande
                Also wie du siehst kommen SSDP Multicasts grundsätzlich mal im Adapter an. Deine anderen Netzwerkgeräte sieht man.
                Aber es sind keine von den nanoleafs dabei. Deine Canvas senden offenbar schlicht keine ssdp:alive Nachrichten.
                Welche Firmware hast du im Einsatz?
                Im Moment kann ich mir das auch nicht erklären, warum die nichts senden.
                Kannst du die Canvas mal neustarten (Strom weg und wieder einschalten)?

                S 1 Reply Last reply Reply Quote 0
                • S
                  stefande @daniel_2k last edited by

                  @daniel_2k sagte in Test Adapter nanoleaf-lightpanels v1.0.x GitHub/latest:

                  OK. Die Geräte-Suche geht, sagst du. D.h. du findest dein nanoleaf-Gerät und kannst es in der Liste auswählen?

                  Ach ja... Die Suche geht und das Nanoleaf lässt sich auswählen. Ein Pfeil ist allerdings bei mir auch nicht zu sehen. Aber das ist wohl nebensächlich.
                  In der Zeit wo der Adapter grün ist kann ich steuern, und bekomme auch Rückmeldungen.
                  Verliert er die Connection wird der Adapter gelb.

                  D 1 Reply Last reply Reply Quote 0
                  • D
                    daniel_2k @stefande last edited by

                    @stefande
                    Das mit dem Pfeil ist Browserspezifisch. Starte mal deine Canvas neu und schaue mal, ob dann was kommt. Kann nur am Gerät liegen, da andere SSDP Notifications ja ankommen.

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      stefande @daniel_2k last edited by

                      @daniel_2k
                      Die Firmware ist 1.6.2 also aktuell.
                      Ich werde gleich mal zur Steckdose kriechen.😢

                      1 Reply Last reply Reply Quote 0
                      • S
                        stefande @daniel_2k last edited by

                        @daniel_2k

                        Heureka!

                        Nach einem Neustart kommen die Notifications. 👍
                        Ich geh dann mal wieder zurück auf die 1.0.2

                        Danke

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          stefande @stefande last edited by

                          @stefande
                          Zu früh gefreut.
                          Nachdem ich wieder auf die Stable zurück bin kommt wieder das Timeout.
                          Ich installiere nochmal die Test Version.

                          D 1 Reply Last reply Reply Quote 0
                          • O
                            oFbEQnpoLKKl6mbY5e13 last edited by

                            Ich habe nun meinen ioBroker auch mal neu gestartet. Bei mir läuft es weiterhin einwandfrei. 🤔

                            O 1 Reply Last reply Reply Quote 0
                            • D
                              daniel_2k @stefande last edited by

                              @stefande
                              Also wenn es mit der Test-Version geht, aber nicht mit der 1.0.2, dann muss es was anderes sein, denn die beiden Versionen sind bis auf zwei zusätzliche Log-Ausgaben exakt gleich.
                              Was ich mir noch vorstellen könnte: durch das ständige einspielen verschiedener Versionen habe ich auch schon mal seltsame Effekte gehabt. Vlt. klemmt da irgendwo noch ein node Prozess oder irgendwas in der Art. Versuche mal nach dem Einspielen der 1.0.2 den Adapter von Hand zu stoppen und wieder zu starten. Beim Einspielen einer Version wird der Adapter automatisch gestoppt und sofort wieder gestartet. Ich hatte aber auch schon mal eigenartige Effekte durch ständige Versionsupdates.
                              Ansonsten könntest du nach Einspielen der 1.0.2 auch mal den ganzen ioBroker neustarten. Vlt. auch beim Beenden des ioBroker sicherstellen, das kein node Prozess mehr läuft.

                              S 2 Replies Last reply Reply Quote 0
                              • S
                                stefande @daniel_2k last edited by

                                @daniel_2k
                                Ich habe inzwischen wieder auf die Testversion gewechselt und auch die komplette VirtualBox neu gestartet.
                                Es traten nach wie vor die Timeouts auf.
                                Ich hab dann nochmal das Panel neu gestartet, und seitdem werden wieder Notificationen empfangen. Ich lass das jetzt erstmal so laufen.

                                1 Reply Last reply Reply Quote 0
                                • S
                                  stefande @daniel_2k last edited by

                                  @daniel_2k

                                  Ungefähr 30 Minuten nach dem Neustart des Panels kommen keine Notificationen mehr.

                                  D 1 Reply Last reply Reply Quote 0
                                  • D
                                    daniel_2k @stefande last edited by

                                    @stefande sagte in Test Adapter nanoleaf-lightpanels v1.0.x GitHub/latest:

                                    @daniel_2k

                                    Ungefähr 30 Minuten nach dem Neustart des Panels kommen keine Notificationen mehr.

                                    Hmm, das ist dann aber eine Sache des nanoleafs. Merkwürdig. Bei mir funken die kontinuierlich durch und das sollten sie auch so machen. Da befürchte ich nur, dass du vlt. mal ein Hard-Reset machen musst. Die Einstellungen kannst du ja über die Cloud in der App sichern, so dass deine Szenen etc. nicht verloren gehen.
                                    Wie es aussieht läuft es bei den anderen Usern, die auch Canvas haben.
                                    Was noch interessant ist (bevor du resetest): die nanoleafs können auch ein ssdp:goodbye senden. Damit kündigen sie an, dass sie nicht mehr verfügbar sind. Siehst du nach 30 min. sowas im Log?

                                    S 1 Reply Last reply Reply Quote 0
                                    • S
                                      stefande @daniel_2k last edited by stefande

                                      @daniel_2k
                                      Ich hab die Panels jetzt mal zurück gesetzt.
                                      Der Fehler tritt nach wie vor auf.
                                      Mal nach 20 Minuten, mal nach ner guten Stunde.
                                      Ein goodbye oder ähnlich gibt es nicht:

                                      2020-07-09 21:15:48.169  - debug: nanoleaf-lightpanels.0 (16861) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-xxxxxxxxxxxxxxxxxxx","nts":"ssdp:alive","nt":"uuid:00112233-4455-6677-xxxxxxxxxxxxxxx"}
                                      2020-07-09 21:15:56.252  - debug: nanoleaf-lightpanels.0 (16861) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","location":"http://192.168.0.151:16021","usn":"uuid:b5219205-ce1c-42ef-xxxxxxxxxxxxxx","nts":"ssdp:alive","nt":"nanoleaf:nl29"}
                                      2020-07-09 21:15:56.253  - debug: nanoleaf-lightpanels.0 (16861) ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","location":"http://192.168.0.151:16021","usn":"uuid:b5219205-ce1c-42ef-xxxxxxxxxxxxxx","nts":"ssdp:alive","nt":"nanoleaf:nl29"}
                                      2020-07-09 21:15:56.253  - debug: nanoleaf-lightpanels.0 (16861) uuid:b5219205-ce1c-42ef-xxxxxxxxxxxxxxxx matched nanoleaf device UUID! Keep alive...
                                      2020-07-09 21:15:58.169  - debug: nanoleaf-lightpanels.0 (16861) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"node.js/12.18.2 UPnP/1.1 node-ssdp/4.0.0","location":"http://192.168.0.20:80/description.xml","usn":"uuid:00112233-4455-6677-xxxxxxxxxxxxxxx::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice"}
                                      
                                      2020-07-09 21:17:11.254  - warn: nanoleaf-lightpanels.0 (16861) Connection to '192.168.0.151:16021' lost, Error: No ssdp:alive detected. Try to reconnect...
                                      2020-07-09 21:17:11.254  - debug: nanoleaf-lightpanels.0 (16861) Polling timer stopped!
                                      2020-07-09 21:17:11.255  - debug: nanoleaf-lightpanels.0 (16861) Command queue cleared!
                                      2020-07-09 21:17:11.255  - debug: nanoleaf-lightpanels.0 (16861) SSE connection closed!
                                      2020-07-09 21:17:11.255  - debug: nanoleaf-lightpanels.0 (16861) Connect timer started with 60000 ms
                                      2020-07-09 21:18:10.521  - debug: nanoleaf-lightpanels.0 (16861) TEST: ssdp:alive NOTIFY received: {"host":"239.255.255.250:1900","server":"WINDOWS/6.0 UPnP/1.0 DVBViewer/1.0","location":"http://192.168.0.199:554/description.xml","usn":"uuid:3E82E8CB-0B6A-4EB0-xxxxxxxxxxx::upnp:rootdevice","nts":"ssdp:alive","nt":"upnp:rootdevice","bootid.upnp.org":"760817","configid.upnp.org":"0"}
                                      2020-07-09 21:18:11.266  - debug: nanoleaf-lightpanels.0 (16861) Connect timer stopped!
                                      2020-07-09 21:18:11.266  - info: nanoleaf-lightpanels.0 (16861) Reconnected to "192.168.0.151:16021"
                                      2020-07-09 21:18:11.267  - debug: nanoleaf-lightpanels.0 (16861) nanoleaf Device "Canvas" (NL29) detected!
                                      2020-07-09 21:18:11.332  - debug: nanoleaf-lightpanels.0 (16861) SSE subscription started, listening...
                                      

                                      Mal eine blöde Frage. Der Adapter scheint doch auch ohne ssdp Überwachung zu funktionieren. Könnte man die Überwachung nicht optional machen?
                                      So wie es jetzt ist kann ich die neue Version nicht nutzen. Muss also wieder zurück auf die alte.

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        daniel_2k @stefande last edited by

                                        @stefande sagte in Test Adapter nanoleaf-lightpanels v1.0.x GitHub/latest:

                                        Mal eine blöde Frage. Der Adapter scheint doch auch ohne ssdp Überwachung zu funktionieren. Könnte man die Überwachung nicht optional machen?
                                        So wie es jetzt ist kann ich die neue Version nicht nutzen. Muss also wieder zurück auf die alte.

                                        Naja, du hast so halb Recht. Der Grund, warum die Überwachung drin ist, dass diese SSE-Geschichte Probleme macht, wenn die nanoleafs mal neustarten, vom Netz genommen werden oder ein Firmware-Update gemacht wird. Die SSE-Verbindung wird über den normalen HTTP-Port der API aufgebaut und wird dann aufrecht erhalten. Jetzt ist diese SSE-Geschichte relativ robust gebaut. D.h. bei eventuellen Netzwerkproblemen etc. wird die Verbindung automatisch wiederhergestellt. Das ist an sich gut, da muss ich mich nicht selbst drum kümmern. Leider gibt es das Problem, dass wenn die Verbindung zum Gerät nicht durch ein Netzwerkproblem, sondern durch das Gerät selbst unterbrochen wurde, ich das im Adapter nicht mitbekomme. Ich habe schon alles möglich probiert, man bekommt es nicht mit. Daher habe ich die Überwachung mit den SSDP:alive Paketen eingeführt. Die werden ohnehin immer gesendet (normalerweise :-)) und die kann ich einfach auswerten. Mache ich das nicht, bleibt der Adapter zwar auf grün und man kann sogar steuern, aber man empfängt nachdem die nanoleafs wieder gestartet sind nix mehr. D.h. es gibt keine Statusupdates mehr. Erst wenn man den Adapter neu startet. Und das ist eben blöd. weil man das erstmal gar nicht merkt. Es gibt halt keine aktive Verbindungskontrolle zu den nanoleafs. Ist halt ein REST-Service, der zustandslos ist.
                                        Und ich wollte halt kein aktives pollen bauen, um die Verfügbarkeit des Geräts zu erkennen.

                                        Ich mache mir ja jetzt auch Gedanken, wie man das lösen kann. Eine Variante wäre, das SSE in den Adapter-Einstellung abschaltbar zu machen. Dann arbeitet der Adapter wie vor Version 1.0.0 mit Polling. Das würde dein Problem lösen. Allerdings kannst du dann z.B. die neue Funktion der Tocuh-Events nicht nutzen, denn das geht nur über SSE.

                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          stefande @daniel_2k last edited by

                                          @daniel_2k
                                          Nach einem Neustart meldet sich mein Panel ja wieder mit SSDP Paketen zurück. Vielleicht kann man ja diesen Umstand dazu nutzen um den Adapter neu zu starten.

                                          Ich bin jetzt erstmal wieder zurück auf die alte Version. Damit kann ich im Moment gut leben.
                                          Trotzdem Danke für deine Arbeit.

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            daniel_2k @stefande last edited by

                                            @stefande
                                            Also ich werde erstmal noch abwarten, wie viele Probleme es mit der Verbindungsüberwachung noch gibt. Bisher scheint es nach etwas Startschwierigkeiten doch weitestgehend zu funktionieren. Sollte es aber "schlimmer" werden, muss ich vlt. doch einen anderen Weg finden.
                                            Aber das abschaltbare SSE kann ich einbauen, das wäre kein Thema. Wenn du dann damit leben kannst, wäre das dann auch erstmal eine Lösung, wenn ich natürlich nicht die 100%-Zufriedenheits-Lösung :-).
                                            Noch was: ein anderer Anwender hat berichtet, dass er Probleme hat, wenn er zwei Adapter gleichzeitig laufen hat. Bei einem geht es bei ihm. Hast du auch zwei laufen?
                                            Wobei in deinem Fall sollte es damit nicht zusammenhängen, da es ja eine Zeit lang nach dem Start der Canvas funktioniert.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            853
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            canvas light panels nanoleaf shapes
                                            15
                                            143
                                            13524
                                            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