bwssytems / ha-bridge

Home automation bridge that emulates a Philips Hue light system and can control other systems such as a Vera, Harmony Hub, Nest, MiLight bulbs or any other system that has an http/https/tcp/udp interface. This is a compact impl to run on small format computers. This is impl started from this project https://github.com/armzilla/amazon-echo-ha-bridge.
Apache License 2.0
1.45k stars 198 forks source link

After jar 5.3.0 and Physical Harmony Hub Alexa no longer discovers devices #1122

Closed npaisnel closed 4 years ago

npaisnel commented 5 years ago

I have seen a few threads on this, but still nothing that has helped me get discovering working again.

I did read about multiple upnp devices, but not sure how or where to look to see if I do have multiple

Tried re numbering devices and too did get devices responding to different commands from other device ID’s

Have tried enabling the ‘Link’ button before discovery, but no, that does not work to help, with dicovery. It does though work to link the Harmony Hub.

These are the small `echo dot ‘flat Alexa devices Model RS03QR with device software 641575220. I see references to Gen 1 or Gen 2 Dot’s, not sure which these will be, though suspect Gen 1

What is my next step to get discovery working again, it only seemed to stop after updating the jar to get the Link button to allow Harmony Hub discovery

bwssytems commented 5 years ago

Are you running the ha-bridge on port 80? Do you have a traceupnp log file to post?

npaisnel commented 5 years ago

Yes port 80. here is the basic log as default settings on the GUI. Not sure how to access the log you are after

08-27-2019 09:16:07.287 INFO HA Bridge startup sequence... com.bwssystems.HABridge.HABridge
08-27-2019 09:16:07.678 INFO HA Bridge (v5.3.0) initializing.... com.bwssystems.HABridge.HABridge
08-27-2019 09:16:07.685 INFO reading from config file: /home/pi/habridge/data/habridge.config com.bwssystems.HABridge.BridgeSettings
08-27-2019 09:16:13.813 INFO StaticResourceHandler configured with folder = /public spark.staticfiles.StaticFilesConfiguration
08-27-2019 09:16:13.849 INFO System control service started.... com.bwssystems.HABridge.SystemControl
08-27-2019 09:16:13.995 INFO Initializing UDP response Socket... com.bwssystems.HABridge.util.UDPDatagramSender
08-27-2019 09:16:14.021 INFO UDP response Socket initialized to: 50000 com.bwssystems.HABridge.util.UDPDatagramSender
08-27-2019 09:16:14.029 INFO HTTP Home created. com.bwssystems.HABridge.plugins.http.HTTPHome
08-27-2019 09:16:14.040 INFO Harmony Home created. No Harmony devices configured. com.bwssystems.HABridge.plugins.harmony.HarmonyHome
08-27-2019 09:16:14.045 INFO Nest Home created. No Nest configured. com.bwssystems.HABridge.plugins.NestBridge.NestHome
08-27-2019 09:16:14.048 INFO Hue passthru Home created. No Hue passtrhu systems configured. com.bwssystems.HABridge.plugins.hue.HueHome
08-27-2019 09:16:14.052 INFO HAL Home created. No HAL devices configured. com.bwssystems.HABridge.plugins.hal.HalHome
08-27-2019 09:16:14.055 INFO MQTT Home created. No MQTT Clients configured. com.bwssystems.HABridge.plugins.mqtt.MQTTHome
08-27-2019 09:16:14.058 INFO HomeAssistant Home created. No HomeAssistants configured. com.bwssystems.HABridge.plugins.hass.HassHome
08-27-2019 09:16:14.061 INFO HomeWizard Home created. No HomeWizard gateways configured. com.bwssystems.HABridge.plugins.homewizard.HomeWizardHome
08-27-2019 09:16:14.064 INFO Command Home for system program execution created. com.bwssystems.HABridge.plugins.exec.CommandHome
08-27-2019 09:16:14.068 INFO TCP Home created. com.bwssystems.HABridge.plugins.tcp.TCPHome
08-27-2019 09:16:14.073 INFO UDP Home created. com.bwssystems.HABridge.plugins.udp.UDPHome
08-27-2019 09:16:14.075 INFO Vera Home created. No Veras configured. com.bwssystems.HABridge.plugins.vera.VeraHome
08-27-2019 09:16:14.078 INFO Fibaro Home created. No Fibaros configured. com.bwssystems.HABridge.plugins.fibaro.FibaroHome
08-27-2019 09:16:14.081 INFO Domoticz Home created. No Domoticz devices configured. com.bwssystems.HABridge.plugins.domoticz.DomoticzHome
08-27-2019 09:16:14.084 INFO Somfy Home created. No Somfys configured. com.bwssystems.HABridge.plugins.somfy.SomfyHome
08-27-2019 09:16:14.090 INFO LifxDevice Home created. No LifxDevices configured. com.bwssystems.HABridge.plugins.lifx.LifxHome
08-27-2019 09:16:14.096 INFO OpenHAB Home created. No OpenHABs configured. com.bwssystems.HABridge.plugins.openhab.OpenHABHome
08-27-2019 09:16:14.100 INFO FHEM Home created. No FHEMs configured. com.bwssystems.HABridge.plugins.fhem.FHEMHome
08-27-2019 09:16:14.107 INFO Broadlink Home created. No Broadlinks configured. com.bwssystems.HABridge.plugins.broadlink.BroadlinkHome
08-27-2019 09:16:14.110 INFO Mozilla IOT Home created. No Mozilla IOTs configured. com.bwssystems.HABridge.plugins.moziot.MozIotHome
08-27-2019 09:16:14.114 INFO HomeGenie Home created. No HomeGenies configured. com.bwssystems.HABridge.plugins.homegenie.HomeGenieHome
08-27-2019 09:16:14.169 INFO HABridge device management service started.... com.bwssystems.HABridge.devicemanagmeent.DeviceResource
08-27-2019 09:16:14.175 INFO == Spark has ignited ... spark.embeddedserver.jetty.EmbeddedJettyServer
08-27-2019 09:16:14.176 INFO >> Listening on 0.0.0.0:80 spark.embeddedserver.jetty.EmbeddedJettyServer
08-27-2019 09:16:14.259 INFO Hue emulator service started.... com.bwssystems.HABridge.hue.HueMulator
08-27-2019 09:16:14.441 INFO Description xml service started.... com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-27-2019 09:16:14.456 INFO UPNP Discovery Listener starting.... com.bwssystems.HABridge.upnp.UpnpListener
08-27-2019 09:16:14.457 INFO Create and run mDNS service. com.bwssystems.HABridge.upnp.UpnpListener
08-27-2019 09:16:14.539 INFO UPNP Discovery Listener running and ready.... com.bwssystems.HABridge.upnp.UpnpListener
08-27-2019 10:17:16.232 WARN Could not execute request: [] with message: Cannot run program "[]": error=2, No such file or directory com.bwssystems.HABridge.plugins.exec.CommandHome
08-27-2019 10:17:16.234 WARN Dim Request failed with: [{"error":{"type": 6, "address": "/lights/114","description": "Error on calling out to device", "parameter": "/lights/114/state"}}] com.bwssystems.HABridge.hue.HueMulator
08-27-2019 10:17:16.235 INFO Color url not available for state change, lightId: 114, userId: 32e667bc218e46c8bc09729dfef98df3, from IP: 192.168.1.50, body: {"xy":[0,0],"on":true,"bri":0} com.bwssystems.HABridge.hue.HueMulator
08-27-2019 10:17:20.874 WARN UpnpListener encountered an error sending upnp response packet. IP: 192.168.1.13 with message: Network is unreachable com.bwssystems.HABridge.upnp.UpnpListener
08-27-2019 10:17:21.527 WARN UpnpListener encountered an error sending upnp response packet. IP: 192.168.1.13 with message: Network is unreachable
npaisnel commented 5 years ago

192.168.1.13 is a NAS4Free Music server,
192.168.1.50 is the Harmony Hub

I have not put any details of the Harmiony Hub in the harmony section of the Bridge Control Page. Not sure if I need to or what to put in the 'Webhook' section

bwssytems commented 5 years ago

IF you review the last 3 messages of the log, you have some issues. One there is not a color url available for the device the harmony hubs trying to control and your ha-bridge has no way to communicate with the NAS4Free as that network route cannot be found.

npaisnel commented 5 years ago

Yes, i saw those, but cant see how to fix them or how they will affect Device discovery. I have no colour change items and never entered any colour change imfo in any item as far as I know. All my items are X-10 devices controlled via the HA Bridge and the CM11.

The 192.168.1.13 device is a NAS4Free music server, and i guess it is not responding to the UpnpListener messages..security I guess? but why should it need to ?

I see other errors there too, and INFO about Harmony Home created. No Harmony devices configured.

bwssytems commented 5 years ago

So the message shows that the harmony hub knows about the ha-bridge. If you could turn on traceupnp and then do a discovery and then post the log, that would help.

npaisnel commented 5 years ago

Hmmm. To do a Trace log, i choose the 4th Trace option from the drop down box on the log page and ask Alexa to do a discovery

Log does not change. No updates to the log.

Tried the various options on the log page, not managed to get any log records showing ‘Trace’

npaisnel commented 5 years ago

No, no matter what I try in the ‘Logging Configuration’ Page, Show All loggers to True Selecting Trace in all upnp Components

The log never changes. Last entry in the log always stays the same date and time... no new long entries

bwssytems commented 5 years ago

The setting is in the 'Bridge Control' tab called Trace Upnp Calls. No adjustment in the logs tab needed.

https://github.com/bwssytems/ha-bridge#trace-upnp-calls

npaisnel commented 5 years ago
Time Level Message Component
08-29-2019 15:55:06.997 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:55:13.262 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:13.913 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:14.564 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:15.216 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:17.087 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:55:23.265 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:23.917 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:24.568 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:25.219 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:26.991 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:27.178 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:55:27.643 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:28.296 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:28.950 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:28.953 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:29.607 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:30.259 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:30.910 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:30.911 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:31.562 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:32.213 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:32.864 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:32.865 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:33.517 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:34.168 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:34.819 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:34.821 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:35.471 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:36.122 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:36.774 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:37.256 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:55:43.280 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:43.932 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:44.583 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:45.235 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:47.337 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:55:53.271 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:53.923 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:54.574 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:55.225 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:55:57.426 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:56:03.310 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:03.961 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:04.612 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:05.263 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:07.527 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:56:13.261 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:13.913 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:14.564 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:15.215 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:17.616 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:56:23.271 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:23.923 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:24.574 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:25.225 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:25.228 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:25.882 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:26.535 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:27.189 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:27.190 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:27.841 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:28.492 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:29.144 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:32.877 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:33.528 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:34.179 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:34.833 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:34.833 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:35.484 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:36.136 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:36.787 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:36.788 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:37.439 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:38.091 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:38.743 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:43.269 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:43.921 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:44.572 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:45.224 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:53.268 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:53.919 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:54.571 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:56:55.222 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:03.269 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:03.920 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:04.572 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:05.223 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:13.269 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:13.921 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:14.572 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:15.224 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:19.157 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:19.810 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:20.462 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:21.113 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:21.114 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:21.765 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:22.416 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:23.067 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:23.270 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:23.922 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:24.574 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:25.226 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:33.279 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:33.931 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:34.582 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:35.234 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:36.801 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:37.453 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:38.104 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:38.755 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:38.756 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:39.408 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:40.059 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:40.711 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:43.267 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:43.919 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:44.571 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:45.222 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:48.494 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:57:49.115 INFO Traceupnp: hue group list requested: 32e667bc218e46c8bc09729dfef98df3 from 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:57:49.204 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:57:53.277 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:53.931 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:54.582 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:55.233 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:57:59.285 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:03.269 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:03.920 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:04.572 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:05.223 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:09.364 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:13.283 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:13.935 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:14.586 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:15.237 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:15.238 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:15.890 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:16.541 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:17.192 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:17.193 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:17.845 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:18.496 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:19.148 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:19.444 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:23.280 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:23.934 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:24.588 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:25.240 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:29.544 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:33.274 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:33.926 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:34.580 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:35.231 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:39.634 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:40.717 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:41.372 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:42.023 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:42.675 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:42.676 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:43.327 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:43.978 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:44.630 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:44.631 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:45.282 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:45.934 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:46.585 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:46.587 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:47.239 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:47.892 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:48.038 INFO Traceupnp: hue api user create requested for device type: test_ha_bridge#192.168.1.10 and username: 1e839b8a92d7493bafd69ba2e475aaf9 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:48.544 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:48.548 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:48.574 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 15:58:48.700 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:49.201 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:49.734 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:49.854 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:50.507 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:50.511 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:50.521 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 15:58:50.652 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:51.164 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:51.816 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:52.467 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:52.468 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:52.488 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 15:58:52.682 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:53.119 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:53.771 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:54.422 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:54.423 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:54.433 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 15:58:54.560 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:55.074 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:55.726 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:56.377 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:56.378 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:56.413 INFO Traceupnp: request of description.xml from: 192.168.1.52:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 15:58:56.534 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.52 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:57.029 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:57.680 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:58.331 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:58.333 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:58.344 INFO Traceupnp: request of description.xml from: 192.168.1.52:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 15:58:58.454 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.52 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:58:58.984 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:59.635 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:58:59.824 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:59:00.287 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:00.287 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:00.938 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:01.589 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:02.241 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:02.243 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:02.895 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:03.546 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:04.197 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:04.213 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:04.866 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:05.517 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:06.169 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:09.154 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:09.806 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:09.914 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:59:10.457 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:11.109 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:11.109 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:11.761 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:12.412 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:13.064 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:13.270 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:13.922 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:14.573 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:15.225 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:20.003 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:59:23.294 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:23.947 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:24.600 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:25.251 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:30.095 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:59:33.276 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:33.929 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:34.580 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:35.232 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:40.183 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:59:43.271 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:43.923 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:44.575 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:45.226 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:45.227 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:45.879 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:46.531 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:47.185 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:47.186 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:47.838 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:48.490 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:49.141 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:50.283 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 15:59:53.271 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:53.923 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:54.576 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 15:59:55.229 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:00.371 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:00:03.073 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:03.725 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:04.377 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:05.029 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:05.030 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:05.681 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:06.333 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:06.985 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:06.986 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:07.637 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:08.289 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:08.940 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:10.453 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:00:13.269 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:13.920 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:14.572 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:15.224 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:20.542 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:00:23.269 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:23.921 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:24.573 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:25.224 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:30.622 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:00:33.277 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:33.928 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:34.582 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:35.234 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:40.702 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:00:43.277 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:43.931 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:44.582 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:45.234 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:49.147 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:49.798 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:50.450 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:50.812 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:00:51.102 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:51.104 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:51.755 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:52.406 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:53.058 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:53.278 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:53.929 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:54.580 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:55.232 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:57.026 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:57.677 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:58.329 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:58.981 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:58.981 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:00:59.633 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:00.285 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:00.902 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:01:00.936 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:03.328 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:03.979 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:04.631 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:05.283 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:10.992 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:01:13.274 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:13.928 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:14.582 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:15.236 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:21.081 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:01:23.272 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:23.924 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:24.576 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:25.227 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:31.170 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:01:33.270 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:33.924 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:34.577 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:35.229 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:41.251 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:01:43.292 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:43.947 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:44.601 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:45.253 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:50.950 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:51.361 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:01:51.605 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:52.258 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:52.909 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:52.910 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:53.562 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:54.214 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:54.865 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:54.867 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:55.519 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:56.171 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:56.822 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:56.823 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:57.475 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:58.126 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:58.778 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:58.779 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:01:59.430 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:00.082 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:00.734 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:03.292 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:03.944 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:04.596 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:05.247 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:11.555 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:13.284 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:13.935 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:14.587 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:15.238 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:21.642 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:23.289 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:23.944 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:24.598 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:25.251 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:31.720 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:33.273 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:33.927 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:34.580 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:35.232 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:41.809 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:42.079 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:42.690 INFO Traceupnp: hue group list requested: 32e667bc218e46c8bc09729dfef98df3 from 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:42.788 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:43.440 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:44.095 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:44.749 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:44.750 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:44.761 INFO Traceupnp: request of description.xml from: 192.168.1.52:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:02:44.891 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.52 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:45.401 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:46.054 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:46.705 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:46.706 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:46.716 INFO Traceupnp: request of description.xml from: 192.168.1.52:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:02:46.811 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.52 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:47.358 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:48.010 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:48.661 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:48.662 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:48.675 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:02:48.840 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:49.314 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:49.965 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:50.617 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:50.618 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:50.631 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:02:50.774 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:51.269 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:51.921 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:52.573 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:52.573 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:52.583 INFO Traceupnp: request of description.xml from: 192.168.1.52:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:02:52.754 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.52 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:53.225 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:53.877 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:54.320 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:54.529 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:54.530 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:54.539 INFO Traceupnp: request of description.xml from: 192.168.1.52:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:02:54.649 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.52 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:55.181 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:55.833 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:56.484 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:56.485 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:56.503 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:02:56.612 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:02:57.137 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:57.789 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:58.441 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:58.442 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:59.094 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:02:59.103 INFO Traceupnp: request of description.xml from: 192.168.1.13:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:02:59.745 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:00.408 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:00.408 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:01.060 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:01.712 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:02.364 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:02.365 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:03.016 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:03.668 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:04.319 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:10218 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:04.321 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:04.410 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:04.973 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:05.626 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:06.280 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:06.285 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:06.937 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:07.589 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:08.240 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:08.241 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:08.893 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:09.544 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:10.198 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:20428 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:10.200 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:10.852 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:11.503 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:12.155 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:13.314 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:13.966 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:14.500 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:14.617 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:15.269 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:23.271 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:23.925 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:24.577 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:24.592 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:25.228 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:33.298 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:33.949 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:34.601 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:34.679 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:34.949 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:35.252 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:35.589 INFO Traceupnp: hue group list requested: 32e667bc218e46c8bc09729dfef98df3 from 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:43.315 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:43.967 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:44.618 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:45.270 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.13:58508 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:45.271 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:45.922 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:46.574 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:47.140 INFO Traceupnp: hue lights list requested by user: 32e667bc218e46c8bc09729dfef98df3 from address: 192.168.1.53 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:47.225 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:47.226 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:47.239 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:03:47.443 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:47.878 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:48.529 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:49.181 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:49.182 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:49.192 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:03:49.345 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:49.833 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:50.485 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:51.137 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:51.138 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:51.159 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:03:51.282 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:51.790 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:52.442 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:53.094 INFO Traceupnp: send upnp discovery template 3 with response address: 192.168.1.49:80 to address: /192.168.1.68:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:53.095 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:53.108 INFO Traceupnp: request of description.xml from: 192.168.1.68:80 filled in with address: 192.168.1.49:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource
08-29-2019 16:03:53.260 INFO Traceupnp: hue lights list requested by user: IJYFWLZtHOoLTZ3WnAY7YAKGtCwLCfrscFDGThn7 from address: 192.168.1.68 com.bwssystems.HABridge.hue.HueMulator
08-29-2019 16:03:53.746 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
08-29-2019 16:03:54.399 INFO Traceupnp: send upnp discovery template 2 with response address: 192.168.1.49:80 to address: /192.168.1.52:50000 com.bwssystems.HABridge.upnp.UpnpListener
npaisnel commented 5 years ago

OK, that is the log now... i it seems to have found one device this time..though I added two

have to leave this for now and look again in a week..Am off on holiday and away from home from tomorrow morning

evilmumi commented 5 years ago

Hi,

i had some reboots on my raspberry and echo and now it is only working when i ran it on port 80 - perhaps the same topic? log seems identical. before i had never problem running on 8888. 80 is blocked by nginx so i have now a problem. Can you help?

bwssytems commented 5 years ago

@npaisnel I do not see your harmony hub trying to discover if it is at address 192.168.1.50.

bwssytems commented 5 years ago

@evilmumi You will need to have ngnix run on a different port if you want the ha-bridge to be on port 80.

npaisnel commented 5 years ago

I am back from 9 days holiday and will look again not sure what ngnix is, not something I have knowingly enabled

I will clear the logs, delete a few of the devices and create new ones and run discovery again.

bwssytems commented 4 years ago

@npaisnel any update?

npaisnel commented 4 years ago

Not more than it is irregular.

ngmix was mentioned, but I do not know what that is.

All devices now found. Deleting and re -adding them, usually takes, 2-3 attempts to find them.

So possibly something else causing ‘interference’ ?

Working to a degree I am able to live with at least,

Thinking it is nothing to do with jar 5.3.0 and more to do with another issue I had not noticed before

All working now so not perusing it further

Thank you

npaisnel commented 4 years ago

Well although I was not going to pursue this further. Looks like I am going to have to ...

As my Alexa now has NO devices. Tried to add a new one, it would not, so though tI'd clear all and refresh every thing as there was a few dead devices

All of the devices work from the HA-Bridge GUI page and 'heyu monitor' shows them all working,

But Alexa D3vice discovery does not find anything .

I have clicked the 'Link ' button on the GUI page.

One question..about that

When you click the 'Link' button, a message pops up in green box saying

"Link Your device in 30 seconds"

That is a little confusing .. Does it mean Link your device in 30 seconds time...so start the discovery in 30 Seconds...

or Link the Devices WITHIN 30 seconds.

the message does not make that clear.

But either way, I have tried within 30 seconds and after a 30 second wait...i cannot get any devices discovered.

I still am not sure how or what log to post to get this fixed.

I have jar 5.3.0 and have now disconnected and removed any Harmony Hub , even powering it totally OFF

Any one able to help, the girlfriend is not impressed that none of the home control lights work by voice now....all because she wanted me to put the Christmas lights up on voice control...now nothing works... not a single device. Deletion all and trying to rediscover did not work.. I am in the 'doghouse'

bwssytems commented 4 years ago

"Link the Devices WITHIN 30 seconds" this is the correct interpretation.

npaisnel commented 4 years ago

Thank You

I do not understand what the hell the Alexa system is doing. It is bizarre. The other evening, before giving up, I deleted / forgot all devices one at a time on the Alexa App. In the morning, a ‘Discover New Devices’ request came up with ‘ No new devices discovered’

Yet on checking.... all the devices as per the HA-Bridge GUI page had reappeared, and all worked correctly

Is it possible that Alexa does auto discovery during idle periods ?

bwssytems commented 4 years ago

I believe the Alexa checks every so often to see if devices are offline or not.

npaisnel commented 4 years ago

Sounds like it seems to work more effectively ( the auto discovery ) than doing a manual Discover Devices

npaisnel commented 3 years ago

Just to update this in case other find this

Even now with ha-bridge 5.4.0

The issue with Alexa not finding devices still occurs.

A fix appeared to be deleting the Data File from habridge and allowing habridge to re create the habridge config file and then re importing the devices.db file .

But second time I tried that..it did not work.

Doing that in conjunction with De Registering the Amazon Echo Devices, deletion all Devices form Amazon Alexa WebGUI, and then leaving it overnight ,,... Then adding back the Alexa devices the next day, WITH NO devices added to HA bridge.

Once Alexa Devices added. go back to HABridge..ideally via a terminal and copy back a "device.db" file to the 'new habrridge/data/ folder.

That worked on...at least this time..