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

Support for HomeGenie #1032

Closed tuicemen closed 5 years ago

tuicemen commented 5 years ago

HA-Bridge has several helpers included but not for HomeGenie as yet. http://www.homegenie.it/ info on the program API and web API can be found here https://genielabs.github.io/HomeGenie/

I'm creating a Pi image which includes HA-Bridge and HomeGenie and geared towards the X10 community. Having a helper for HomeGenie would get more using HA-bridge for Alexa as many newbies find it difficult setting just one device up in HA-Bridge.

bwssytems commented 5 years ago

Will put it on the list, but since this one is pretty simple, it may be a while

For others interested in doing it themselves, here is the HomeGenie api link https://genielabs.github.io/HomeGenie/api/mig/overview.html

tuicemen commented 5 years ago

That's a shame a simple add is being put on the back burner. The Image I've created is due to roll out Christmas if not sooner on the X10.com forums and I'm sure there will be lots of users looking for an easy integration of their modules with HA-Bridge. A good number of those members currently use an old obsolete windows program designed by X10 and are looking for Alexa control. I hope you can fast track the add being it looks like an easy add.

brucer111 commented 5 years ago

I'll chime in here in support of that. Once the PiX10Hub is released the demand will be there. By January the should be quite a few users.

bwssytems commented 5 years ago

Great! I'll quit my day job...... /sarcasm

tuicemen commented 5 years ago

@bwssytems LOL No one expects anything so extreme. ;) It just seems to me if it as easy for you as you suspect, it could be added to the next build. When ever that might be.

Many long time X10 users have very large setups and they would benefit from this as they try to add Alexa control.

bwssytems commented 5 years ago

Just putting it in perspective. It does take time as I have to test the api interfaces. And, I already have a version out for testing that I am not adding too at this moment.

tuicemen commented 5 years ago

Understood, I didn't mean to imply you were shrugging the suggestion off. You've done a great job with HA-Bridge. I'm a mazed at how HA-Bridge has progressed even in just in the last year.

brucer111 commented 5 years ago

Gene, Let me add my thanks for the work you have and continue to do on this project. With X10 not having any real capability to develop it's software, Home Genie stands to become a standard for the X10 community. Speaking of which, X10 sure could use a developer like yourself on their team either as an employee or contractor and Tuicemen is on a first name basis with the owner of X10. Apologies if I'm overstepping but maybe worth a look?

systemdm commented 5 years ago

Add me to the list looking for a helper for HomeGenie...;)

bwssytems commented 5 years ago

So, I am not Gene from G-Labs, that is the person that developed HomeGenie. I had looked at that software int the past, but it was originally for Windows and now it is adapted to be able to run on Linux. I will have to to take a look at it since it is very nice.

tuicemen commented 5 years ago

@bwssytems I think part of the confusion may have come from me leaking the info to incorporate both your HA-Bridge and Gene's HomeGenie into a preconfigured Pi image. This has lead some to take another look at both on Github.

brucer111 commented 5 years ago

My bad, sorry for the confusion.

JsChiSurf commented 5 years ago

No need to apologize. The problem is new to me, which I suppose is a testament to the up time of my Raspberry Pi, so I hadn't realized it has been around for awhile, in order to dig a little deeper into the open issues.

On Mon, Dec 17, 2018, 12:36 PM brucer111 notifications@github.com wrote:

My bad, sorry for the confusion.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bwssytems/ha-bridge/issues/1032#issuecomment-447951082, or mute the thread https://github.com/notifications/unsubscribe-auth/ADlZIxXKxCbpU1xGcuvvEdVVX2wgdU8sks5u5-QrgaJpZM4ZUwO5 .

tuicemen commented 5 years ago

@bwssytems it has been brought to my attention that my request sounds like a demand. I'm truly sorry if my request I came off like that. Please don't take it that way as it was not my intention to be demanding anything.

Hollybrook commented 5 years ago

@bwssytems add one more to the list of folks who would like to see a Home Genie helper implemented in the near future. Thanks for developing HA-Bridge!

alzzy commented 5 years ago

I too would like to see a helper for Homegenie! Thanks for all your great work on HA Bridge!

Hukkam commented 5 years ago

I also would like to see helper for Homegenie.

jpwhistler commented 5 years ago

Helper for Homegenie would be wonderful! Thank you so much for your continuing efforts!

bwssytems commented 5 years ago

Looking into this and will create the helper as a basic feature. The API for this thing is one of the worst I have ever seen. I would suggest you take a look at Mozilla IOT Gateway as that is very slick and supports X10 and many other things plus it is on a newer javascript framework. Homegenie will probably languish eventually as it is written on CSharp and mono (MS Silverlight)

tuicemen commented 5 years ago

@bwssytems Thanks, I'll have a look at Mozilla IOT Gateway

alzzy commented 5 years ago

Mozilla IOT looks pretty cool! Wish it worked with Alexa!

bwssytems commented 5 years ago

It will work with Alexa as the ha-bridge next version supports it...

alzzy commented 5 years ago

great! When will the ha bridge next version be released?

bwssytems commented 5 years ago

It will be very soon, the branch target5_2_2_next includes it already if you are into building the software.

guytpetj commented 5 years ago

Alexa does execute the command given to HA Bridge, and HomeGenie does switch on/off the device selected, but HA Bridge gives the following error and Alexa tells that she can't communicate over the network with the device.

06-26-2019 22:41:25.886 WARN Comand had error to HomeGenie com.bwssystems.HABridge.plugins.homegenie.HomeGenieHome
06-26-2019 22:41:25.889 WARN On/Off Request failed with: [{"error":{"type":"6","address":"/lights/100","description":"Error on calling url to change device state","method_name":"/lights/100/state"}}] com.bwssystems.HABridge.hue.HueMulator
bwssytems commented 5 years ago

@guytpetj I'll need you to turn on debug for the HomeGenieInstance Class in the logs tab and then try this again and post the output of the debug statements. Thanks!

guytpetj commented 5 years ago

this is what I get switching on device ID 100

06-27-2019 08:39:57.158 DEBUG SSDP M-SEARCH packet from 10.1.1.228:59934, body: <<<M-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 USER-AGENT: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.4.2 MAN: "ssdp:discover" ST: ssdp:all MX: 3 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:39:57.812 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 with discovery responseTemplateOriginal is <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:39:57.812 DEBUG Sending response string: <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:39:58.225 DEBUG Stats: [leased: 0; pending: 0; available: 0; max: 200] com.bwssystems.HABridge.plugins.http.HttpClientPool
06-27-2019 08:39:58.463 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 with discovery responseTemplate1 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:39:58.463 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:39:59.114 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 discovery responseTemplate2 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:39:59.114 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:39:59.765 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 discovery responseTemplate3 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:39:59.765 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:39:59.765 DEBUG SSDP M-SEARCH packet from 10.1.1.228:59934, body: <<<M-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 USER-AGENT: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.4.2 MAN: "ssdp:discover" ST: ssdp:all MX: 3 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:39:59.882 DEBUG HueMulator GET called on api/* with request <<</api/81a4ba586ce442b6aa4a4b4f90963f31/lights/33>>>, and body <<<>>> com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:39:59.883 DEBUG matchedPart: :userid = 81a4ba586ce442b6aa4a4b4f90963f31 spark.Request
06-27-2019 08:39:59.883 DEBUG matchedPart: :id = 33 spark.Request
06-27-2019 08:39:59.883 DEBUG hue light requested: 33 for user: 81a4ba586ce442b6aa4a4b4f90963f31 from 10.1.1.123 com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:39:59.883 DEBUG validateWhitelistUser: found a user <81a4ba586ce442b6aa4a4b4f90963f31> com.bwssystems.HABridge.BridgeSecurity
06-27-2019 08:39:59.883 DEBUG found device named: Good Night com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:00.416 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 with discovery responseTemplateOriginal is <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:00.416 DEBUG Sending response string: <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:01.067 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 with discovery responseTemplate1 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:01.067 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:01.718 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 discovery responseTemplate2 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:01.718 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:02.369 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 discovery responseTemplate3 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:02.369 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:02.369 DEBUG SSDP M-SEARCH packet from 10.1.1.228:59934, body: <<<M-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 USER-AGENT: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.4.2 MAN: "ssdp:discover" ST: ssdp:all MX: 3 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:03.020 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 with discovery responseTemplateOriginal is <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:03.021 DEBUG Sending response string: <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:03.226 DEBUG Stats: [leased: 0; pending: 0; available: 0; max: 200] com.bwssystems.HABridge.plugins.http.HttpClientPool
06-27-2019 08:40:03.671 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 with discovery responseTemplate1 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:03.672 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:04.322 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 discovery responseTemplate2 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:04.323 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:04.974 DEBUG sendUpnpResponse to address: /10.1.1.228:59934 discovery responseTemplate3 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:04.974 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:04.974 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: upnp:rootdevice USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::upnp:rootdevice LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:04.974 DEBUG SSDP M-SEARCH packet from 10.1.1.10:64940, body: <<<M-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 USER-AGENT: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.4.2 MAN: "ssdp:discover" ST: ssdp:all MX: 3 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:05.625 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 with discovery responseTemplateOriginal is <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:05.626 DEBUG Sending response string: <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:06.276 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 with discovery responseTemplate1 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:06.277 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:06.927 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 discovery responseTemplate2 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:06.928 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:07.578 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 discovery responseTemplate3 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:07.579 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:07.579 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: upnp:rootdevice USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::upnp:rootdevice LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:07.579 DEBUG SSDP M-SEARCH packet from 10.1.1.10:64941, body: <<<M-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 USER-AGENT: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.4.2 MAN: "ssdp:discover" ST: ssdp:all MX: 3 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:08.227 DEBUG Stats: [leased: 0; pending: 0; available: 0; max: 200] com.bwssystems.HABridge.plugins.http.HttpClientPool
06-27-2019 08:40:08.231 DEBUG sendUpnpResponse to address: /10.1.1.10:64941 with discovery responseTemplateOriginal is <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:08.231 DEBUG Sending response string: <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:08.882 DEBUG sendUpnpResponse to address: /10.1.1.10:64941 with discovery responseTemplate1 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:08.883 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:09.541 DEBUG sendUpnpResponse to address: /10.1.1.10:64941 discovery responseTemplate2 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:09.542 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:10.192 DEBUG sendUpnpResponse to address: /10.1.1.10:64941 discovery responseTemplate3 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:10.192 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:10.193 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: upnp:rootdevice USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::upnp:rootdevice LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:10.193 DEBUG SSDP M-SEARCH packet from 10.1.1.10:64940, body: <<<M-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 USER-AGENT: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.4.2 MAN: "ssdp:discover" ST: ssdp:all MX: 3 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:10.844 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 with discovery responseTemplateOriginal is <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:10.844 DEBUG Sending response string: <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:11.494 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 with discovery responseTemplate1 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:11.495 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:12.145 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 discovery responseTemplate2 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:12.146 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:12.796 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 discovery responseTemplate3 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:12.797 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:13.227 DEBUG Stats: [leased: 0; pending: 0; available: 0; max: 200] com.bwssystems.HABridge.plugins.http.HttpClientPool
06-27-2019 08:40:13.448 DEBUG sendUpnpNotify notifyTemplate1 is <<<NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 NTS: ssdp:alive hue-bridgeid: B827EBFFFEC61B70 NT: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:14.098 DEBUG sendUpnpNotify notifyTemplate2 is <<<NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 NTS: ssdp:alive hue-bridgeid: B827EBFFFEC61B70 NT: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:14.749 DEBUG sendUpnpNotify notifyTemplate3 is <<<NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 NTS: ssdp:alive hue-bridgeid: B827EBFFFEC61B70 NT: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:14.750 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: upnp:rootdevice USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::upnp:rootdevice LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:14.750 DEBUG SSDP M-SEARCH packet from 10.1.1.5:64942, body: <<<M-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 USER-AGENT: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.4.2 MAN: "ssdp:discover" ST: ssdp:all MX: 3 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:15.401 DEBUG sendUpnpResponse to address: /10.1.1.5:64942 with discovery responseTemplateOriginal is <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:15.404 DEBUG Sending response string: <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:16.055 DEBUG sendUpnpResponse to address: /10.1.1.5:64942 with discovery responseTemplate1 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:16.055 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:16.706 DEBUG sendUpnpResponse to address: /10.1.1.5:64942 discovery responseTemplate2 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:16.706 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.357 DEBUG sendUpnpResponse to address: /10.1.1.5:64942 discovery responseTemplate3 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.357 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.357 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.358 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.366 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.367 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.367 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:device:MediaServer:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:device:MediaServer:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.367 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:device:MediaServer:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:device:MediaServer:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.367 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:device:MediaServer:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:device:MediaServer:1 LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.367 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:device:MediaServer:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:device:MediaServer:1 LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.370 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.371 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.371 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.371 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.371 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ContentDirectory:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ContentDirectory:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.371 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ContentDirectory:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ContentDirectory:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.371 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ContentDirectory:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ContentDirectory:1 LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.372 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ContentDirectory:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ContentDirectory:1 LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.372 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.372 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.372 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.372 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.372 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ConnectionManager:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ConnectionManager:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.373 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ConnectionManager:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ConnectionManager:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.373 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ConnectionManager:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ConnectionManager:1 LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.373 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ConnectionManager:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ConnectionManager:1 LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:17.373 DEBUG SSDP M-SEARCH packet from 10.1.1.10:64940, body: <<<M-SEARCH * HTTP/1.1 HOST: 239.255.255.250:1900 USER-AGENT: UPnP/1.0 DLNADOC/1.50 Platinum/1.0.4.2 MAN: "ssdp:discover" ST: ssdp:all MX: 3 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:18.024 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 with discovery responseTemplateOriginal is <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:18.024 DEBUG Sending response string: <<<HTTP/1.1 200 OK CACHE-CONTROL: max-age=86400 EXT: LOCATION: http://239.255.255.250:1900/description.xml SERVER: FreeRTOS/6.0.5, UPnP/1.0, IpBridge/1.19.0 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-10.1.1.105::urn:schemas-upnp-org:device:basic:1 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:18.228 DEBUG Stats: [leased: 0; pending: 0; available: 0; max: 200] com.bwssystems.HABridge.plugins.http.HttpClientPool
06-27-2019 08:40:18.675 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 with discovery responseTemplate1 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:18.675 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.326 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 discovery responseTemplate2 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.326 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.468 DEBUG HueMulator GET called on api/* with request <<</api/devices>>>, and body <<<>>> com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:19.469 DEBUG HueMulator GET called on api/* with request <<</api/devices/backup/available>>>, and body <<<>>> com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:19.469 DEBUG Get all devices com.bwssystems.HABridge.devicemanagmeent.DeviceResource
06-27-2019 08:40:19.470 DEBUG Get backup filenames. com.bwssystems.HABridge.devicemanagmeent.DeviceResource
06-27-2019 08:40:19.511 DEBUG
06-27-2019 08:40:19.977 DEBUG sendUpnpResponse to address: /10.1.1.10:64940 discovery responseTemplate3 is <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.977 DEBUG Sending response string: <<<HTTP/1.1 200 OK HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 EXT: LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 hue-bridgeid: B827EBFFFEC61B70 ST: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 >>> com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.978 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ConnectionManager:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ConnectionManager:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.978 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ContentDirectory:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ContentDirectory:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.978 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.978 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ContentDirectory:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ContentDirectory:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.978 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.978 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ConnectionManager:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ConnectionManager:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.979 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ContentDirectory:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ContentDirectory:1 LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.979 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.979 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ConnectionManager:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ConnectionManager:1 LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.979 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.979 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ContentDirectory:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ContentDirectory:1 LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.979 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.979 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:service:ConnectionManager:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:service:ConnectionManager:1 LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.980 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:device:MediaServer:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:device:MediaServer:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.980 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.980 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: upnp:rootdevice USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::upnp:rootdevice LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.980 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: urn:schemas-upnp-org:device:MediaServer:1 USN: uuid:e15c3b39c5334919b37e6cb5c534f42a::urn:schemas-upnp-org:device:MediaServer:1 LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.980 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.980 DEBUG SSDP packet from 10.1.1.10:64940, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.980 DEBUG SSDP packet from 10.1.1.5:64942, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.5:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.981 DEBUG SSDP packet from 10.1.1.10:64941, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 DATE: Thu, 27 Jun 2019 13:40:05 GMT CACHE-CONTROL: max-age = 1800 SERVER: Win32NT/6.2.9200.0 UPnP/1.0 RSSDP/1.0 NTS: ssdp:alive NT: uuid:e15c3b39c5334919b37e6cb5c534f42a USN: uuid:e15c3b39c5334919b37e6cb5c534f42a LOCATION: http://10.1.1.10:8096/dlna/e15c3b39c5334919b37e6cb5c534f42a/description.xml com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.981 DEBUG SSDP packet from 10.1.1.105:1900, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 NTS: ssdp:alive hue-bridgeid: B827EBFFFEC61B70 NT: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.981 DEBUG SSDP packet from 10.1.1.105:1900, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 NTS: ssdp:alive hue-bridgeid: B827EBFFFEC61B70 NT: upnp:rootdevice USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70::upnp:rootdevice com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:19.981 DEBUG SSDP packet from 10.1.1.105:1900, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=100 LOCATION: http://10.1.1.105:80/description.xml SERVER: Linux/3.14.0 UPnP/1.0 IpBridge/1.19.0 NTS: ssdp:alive hue-bridgeid: B827EBFFFEC61B70 NT: urn:schemas-upnp-org:device:basic:1 USN: uuid:2f402f80-da50-11e1-9b23-b827ebc61b70 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:20.080 DEBUG SSDP packet from 10.1.1.34:35217, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.34:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: upnp:rootdevice USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::upnp:rootdevice NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:20.081 DEBUG SSDP packet from 10.1.1.34:35217, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.34:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:20.081 DEBUG SSDP packet from 10.1.1.34:35217, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.34:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:device:InternetGatewayDevice:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:device:InternetGatewayDevice:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:20.081 DEBUG SSDP packet from 10.1.1.34:35217, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.34:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:device:WANConnectionDevice:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:device:WANConnectionDevice:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:20.081 DEBUG SSDP packet from 10.1.1.34:35217, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.34:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:device:WANDevice:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:device:WANDevice:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:20.081 DEBUG SSDP packet from 10.1.1.34:35217, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.34:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:20.082 DEBUG SSDP packet from 10.1.1.34:35217, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.34:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:WANIPConnection:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:WANIPConnection:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:20.082 DEBUG SSDP packet from 10.1.1.34:35217, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.34:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:WANPPPConnection:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:WANPPPConnection:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:20.082 DEBUG SSDP packet from 10.1.1.34:35217, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.34:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:Layer3Forwarding:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:Layer3Forwarding:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:21.038 DEBUG SSDP packet from 10.1.1.35:56660, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.35:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: upnp:rootdevice USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::upnp:rootdevice NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:21.039 DEBUG SSDP packet from 10.1.1.35:56660, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.35:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:21.039 DEBUG SSDP packet from 10.1.1.35:56660, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.35:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:device:InternetGatewayDevice:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:device:InternetGatewayDevice:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:21.039 DEBUG SSDP packet from 10.1.1.35:56660, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.35:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:device:WANConnectionDevice:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:device:WANConnectionDevice:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:21.040 DEBUG SSDP packet from 10.1.1.35:56660, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.35:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:device:WANDevice:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:device:WANDevice:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:21.040 DEBUG SSDP packet from 10.1.1.35:56660, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.35:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:21.040 DEBUG SSDP packet from 10.1.1.35:56660, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.35:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:WANIPConnection:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:WANIPConnection:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:21.041 DEBUG SSDP packet from 10.1.1.35:56660, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.35:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:WANPPPConnection:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:WANPPPConnection:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:21.041 DEBUG SSDP packet from 10.1.1.35:56660, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.35:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:Layer3Forwarding:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:Layer3Forwarding:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.012 DEBUG SSDP packet from 10.1.1.36:50359, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.36:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: upnp:rootdevice USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::upnp:rootdevice NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.012 DEBUG SSDP packet from 10.1.1.36:50359, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.36:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.014 DEBUG SSDP packet from 10.1.1.36:50359, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.36:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:device:InternetGatewayDevice:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:device:InternetGatewayDevice:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.014 DEBUG SSDP packet from 10.1.1.36:50359, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.36:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:device:WANConnectionDevice:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:device:WANConnectionDevice:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.016 DEBUG SSDP packet from 10.1.1.36:50359, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.36:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:device:WANDevice:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:device:WANDevice:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.016 DEBUG SSDP packet from 10.1.1.36:50359, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.36:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.016 DEBUG SSDP packet from 10.1.1.36:50359, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.36:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:WANIPConnection:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:WANIPConnection:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.016 DEBUG SSDP packet from 10.1.1.36:50359, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.36:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:WANPPPConnection:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:WANPPPConnection:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.017 DEBUG SSDP packet from 10.1.1.36:50359, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.36:1900/rootDesc.xml SERVER: TP-LINK/TP-LINK UPnP/1.1 MiniUPnPd/1.8 NT: urn:schemas-upnp-org:service:Layer3Forwarding:1 USN: uuid:e4c797e0-82ce-4f84-b56d-085d9d77c8cd::urn:schemas-upnp-org:service:Layer3Forwarding:1 NTS: ssdp:alive OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01 01-NLS: 1 BOOTID.UPNP.ORG: 1 CONFIGID.UPNP.ORG: 1337 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.229 DEBUG Stats: [leased: 0; pending: 0; available: 0; max: 200] com.bwssystems.HABridge.plugins.http.HttpClientPool
06-27-2019 08:40:23.683 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: upnp:rootdevice NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3::upnp:rootdevice com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.704 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: uuid:00000004-0000-1010-8000-ac9b0ab1adc3 NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.725 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: urn:schemas-upnp-org:device:Basic:1 NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3::urn:schemas-upnp-org:device:Basic:1 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.746 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: urn:dial-multiscreen-org:service:dial:1 NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3::urn:dial-multiscreen-org:service:dial:1 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.767 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: upnp:rootdevice NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3::upnp:rootdevice com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.788 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: uuid:00000004-0000-1010-8000-ac9b0ab1adc3 NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.809 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: urn:schemas-upnp-org:device:Basic:1 NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3::urn:schemas-upnp-org:device:Basic:1 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.830 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: urn:dial-multiscreen-org:service:dial:1 NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3::urn:dial-multiscreen-org:service:dial:1 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.851 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: upnp:rootdevice NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3::upnp:rootdevice com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.872 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: uuid:00000004-0000-1010-8000-ac9b0ab1adc3 NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.893 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: urn:schemas-upnp-org:device:Basic:1 NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3::urn:schemas-upnp-org:device:Basic:1 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:23.914 DEBUG SSDP packet from 10.1.1.57:50201, body: NOTIFY * HTTP/1.1 HOST: 239.255.255.250:1900 CACHE-CONTROL: max-age=1800 LOCATION: http://10.1.1.57:50201/dial.xml NT: urn:dial-multiscreen-org:service:dial:1 NTS: ssdp:alive SERVER: Linux/3.10 UPnP/1.0 Sony-BDP/2.0 USN: uuid:00000004-0000-1010-8000-ac9b0ab1adc3::urn:dial-multiscreen-org:service:dial:1 com.bwssystems.HABridge.upnp.UpnpListener
06-27-2019 08:40:28.161 DEBUG HueMulator PUT called on api/* with request <<</api/aabbc182d347476aa42cfc3120cad028/lights/100/state>>>, and body <<<{"on":true}>>> com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:28.163 DEBUG matchedPart: :userid = aabbc182d347476aa42cfc3120cad028 spark.Request
06-27-2019 08:40:28.163 DEBUG matchedPart: :id = 100 spark.Request
06-27-2019 08:40:28.164 DEBUG hue state change requested: aabbc182d347476aa42cfc3120cad028 from 10.1.1.18 body: {"on":true} com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:28.164 DEBUG validateWhitelistUser: found a user com.bwssystems.HABridge.BridgeSecurity
06-27-2019 08:40:28.167 DEBUG Calling on-off as requested. com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:28.167 DEBUG Decode Json for url items: [{"item":"{\"moduleType\":\"HGIC:10_1_1_16.RaspberryPi.Gpio\",\"deviceId\":\"GPIO19\",\"command\":{\"command\":\"Control.On\"}}","type":"homegenieDevice"}] com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:28.169 DEBUG Calling Home device handler for type : homegenieDevice com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:28.170 DEBUG Request <<{"moduleType":"HGIC:10_1_1_16.RaspberryPi.Gpio","deviceId":"GPIO19","command":{"command":"Control.On"}}>>, not done: false com.bwssystems.HABridge.hue.DeviceDataDecode
06-27-2019 08:40:28.170 DEBUG Request <<{"moduleType":"HGIC:10_1_1_16.RaspberryPi.Gpio","deviceId":"GPIO19","command":{"command":"Control.On"}}>>, not done: false com.bwssystems.HABridge.hue.DeviceDataDecode
06-27-2019 08:40:28.178 DEBUG calling HomeGenie: 10.1.1.100:80HGIC:10_1_1_16.RaspberryPi.GpioControl.On com.bwssystems.HABridge.plugins.homegenie.HomeGenieInstance
06-27-2019 08:40:28.179 DEBUG doHttpRequest with url <<http://10.1.1.100:80/api/HGIC:10_1_1_16.RaspberryPi.Gpio/GPIO19/Control.On>>, verb: PUT, contentType: application/json, body <<>> com.bwssystems.HABridge.plugins.http.HTTPHandler
06-27-2019 08:40:28.180 DEBUG Making outbound call in doHttpRequest: <<<PUT http://10.1.1.100:80/api/HGIC:10_1_1_16.RaspberryPi.Gpio/GPIO19/Control.On HTTP/1.1>>> com.bwssystems.HABridge.plugins.http.HTTPHandler
06-27-2019 08:40:28.209 DEBUG PUT execute (0) on URL responded: 200 com.bwssystems.HABridge.plugins.http.HTTPHandler
06-27-2019 08:40:28.209 DEBUG Successfull response - The http response is <<<>>> com.bwssystems.HABridge.plugins.http.HTTPHandler
06-27-2019 08:40:28.210 DEBUG call Command return is: <<<>>> com.bwssystems.HABridge.plugins.homegenie.HomeGenieInstance
06-27-2019 08:40:28.210 WARN Comand had error to HomeGenie com.bwssystems.HABridge.plugins.homegenie.HomeGenieHome
06-27-2019 08:40:28.215 WARN On/Off Request failed with: [{"error":{"type":"6","address":"/lights/100","description":"Error on calling url to change device state","method_name":"/lights/100/state"}}] com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:28.229 DEBUG Stats: [leased: 0; pending: 0; available: 0; max: 200] com.bwssystems.HABridge.plugins.http.HttpClientPool
06-27-2019 08:40:31.943 DEBUG HueMulator GET called on api/* with request <<</api/81a4ba586ce442b6aa4a4b4f90963f31/lights/27>>>, and body <<<>>> com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:31.944 DEBUG matchedPart: :userid = 81a4ba586ce442b6aa4a4b4f90963f31 spark.Request
06-27-2019 08:40:31.945 DEBUG matchedPart: :id = 27 spark.Request
06-27-2019 08:40:31.945 DEBUG hue light requested: 27 for user: 81a4ba586ce442b6aa4a4b4f90963f31 from 10.1.1.123 com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:31.945 DEBUG validateWhitelistUser: found a user <81a4ba586ce442b6aa4a4b4f90963f31> com.bwssystems.HABridge.BridgeSecurity
06-27-2019 08:40:31.945 DEBUG found device named: Bar com.bwssystems.HABridge.hue.HueMulator
06-27-2019 08:40:33.230 DEBUG Stats: [leased: 0; pending: 0; available: 0; max: 200] com.bwssystems.HABridge.plugins.http.HttpClientPool
06-27-2019 08:40:35.258 DEBUG Get logmsgs.
bwssytems commented 5 years ago

Thanks, I know what to change now.

bwssytems commented 5 years ago

RC7 now fixes this issue. Please post RC comments under the testing issue please.

guytpetj commented 5 years ago

Excellent, works now as expected. Thanks for the quick response and fix.

tuicemen commented 5 years ago

Wow this exceeded my expectations! The abillity to add Alexa control to all device types in Home Genie not just lights,, dimmers and switches is a bonus. Anyone wanting this helper really needs to try out the latest RC build.