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

2023: HA-Bridge does not work anymore (no device detection possible) #1386

Open amsel77 opened 1 year ago

amsel77 commented 1 year ago

I tried it on Raspberry Pi and a Windows PC - nowhere are HA-Bridge devices recognized by Alexa anymore.

guy1958 commented 1 year ago

Do you have a backup version of your .db file? It's usually a good idea to save a working copy just before adding new devices and trying to discover them. How long has it been since you last successfully discovered devices?

I notice that it doesn't take much to cause discovery to fail. Just a missing field in the "Type" or "Target" column can do it. Have you tried deleting what you last changed or added?

mtdnet commented 1 year ago

Is there already a solution?

amsel77 commented 1 year ago

There is NO solution and I would deny that there is one. I've tried many thing on both platforms following a lot of tips. But at some point it will be enough, I won't guess any further. I think that Amazon is the obstacle here. I think such applications do not fit into the business model. Now Bwssystems seems to have stopped working on it. It's a shame, because it used to be a good solution that worked well for me for a while. I will now look for a working local solution without these problems.

mtdnet commented 1 year ago

Found the solution for me.

  1. Alexa and HABridge in the same subnet. Routing does not work.
  2. Change the uniqueid like this... [{"id":"100","uniqueid":"00:f8:99:13:9d:f5:e1:05:93","name":"TestLicht", (device.db)
  3. Click the Link button in HABridge

It works.

amsel77 commented 1 year ago

It works.

Well, if the device recognition still works somehow, this does not say which specific boundary conditions it depends on. This approach doesn't work for me and I won't try it any further.

keyboarderror commented 1 year ago

I'm seeing this problem as well. In the last few months it's been happening intermittently where Alexa says the devices weren't responding, then it'd start working again. Now the devices have been completely unresponsive for days and I see as you have that removing and attempting to re-detect them fails.

BUT I have had success with enabling Hue emulation from my Home Assistant installation to relay over to the ha bridge where it then works normally. This is a work-around for me as some of my ha bridge devices use RpiTX on the Raspberry Pi to do RF replay control.

It's noteworthy that Home Assistant doesn't have this problem or has managed to fix it. Maybe Ha Bridge can update as well. Otherwise I'll probably just find a way to move everything over to Home Assistant.

amsel77 commented 1 year ago

I'm less surprised that Home Assistant doesn't have any problems with Alexa since this function is only available as part of a paid subscription. That's out of the question for me. I don't know of any other free Alexa voice recognition > HTTP request solution. As I already noted, such free applications do not fit into the amazon Alexa business model I believe. And I suspect this is where HA-Bridge is actively prevented from working (via latest Alexa firmware updates).

keyboarderror commented 1 year ago

There's no paid subscription required. It's just the Hue integration for Home Assistant. You have to manually add at a minimum

emulated_hue: listen_port: 80

to your configuration.yaml and restart home assistant. Everything Home Assistant has becomes available to Alexa to discover. It's re-publishing the Ha bridge devices. It also has no problem detecting and controlling Ha Bridge so I'm thinking it's just a configuration change or something. Once I deleted the (offline) entries in the Alexa smart home settings it just re-maps the same named entries from Home Assistant without duplicates. Presto.

Perhaps the problem is related to the notification Home Assistant keeps complaining about the Hue software version Ha Bridge claims to emulate:

Signify Hue Your Hue hub has a known security vulnerability ([CVE-2020-6007] (https://cve.circl.lu/cve/CVE-2020-6007)). Go to the Hue app and check for software updates.

It's not possible to update Ha Bridge that way but you could change the reported software version if it helps.

Just my thoughts.

keyboarderror commented 1 year ago

Well, it looks like this problem may be going on with Home Assistant as well. We'll see if my work-around keeps working.

Something to do with the Hue API v1 on which HA Bridge is based being phased out and v2 being un emulatable possibly.

"Philips/Signify released a new version of their Hue bridge (square shape) and their legacy/V1 bridge (round shape) is now end of life and no longer supported by them. Home Assistant will continue to support the V1 Hue bridge as long as it is technically possible, although with a few limitations"

And now:

Emulated Hue Devices 'unresponsive' in Alexa (HA 2023.3.3) #89506 https://github.com/home-assistant/core/issues/89506

keyboarderror commented 1 year ago

After a couple of days Alexa says the devices aren't responding now. Home Assistant can still control them. So that's that.

guy1958 commented 1 year ago

Don't confuse the V1 (round) bridge with the V1 API. The V1 bridge is outdated and cannot receive updates. The V1 API is still fully functional and the V2 API has not been completed yet. Yes, HA-bridge is emulating the V1 API and there will probably come a day when it will either need serious updating or become orphaned if the V1 API ever gets disabled by Philips. But we're not there yet.

Try starting with a blank db file, and add a single device, and try detecting it. Make sure the 9 octet device id box is checked in the configuration. If detection works, leave it that way for a few days to see that it keeps working. Just go one step at a time.

amsel77 commented 1 year ago

Try starting with a blank db file, and add a single device, and try detecting it. Make sure the 9 octet device id box is checked in the configuration ...

You can assume that this thread would never have arisen if that had already worked.

guy1958 commented 1 year ago

Ok, from the wording of the fist post, I'm assuming that device detection used to work and has stopped doing so. Is the "use link button" checked in the security settings? And do you see the UPNP link attempt in the log file? I normally start the Alexa "detect new devices" command, and when she says "turn on your new devices", I would then click on the Link button.

keyboarderror commented 1 year ago

I enabled the "use link button" and tried pressing the link button after starting discover. Nothing found. I hadn't needed to do that before. Oddly enough Alexa instead found and re-installed the Home Assistant copies again even though I'd turned it's Hue emulation back off restarted and confirmed the /description.xml there was gone. Weird.

HA bridge log 03-24-2023 19:04:10.828 INFO HABridge device management service started.... com.bwssystems.HABridge.devicemanagmeent.DeviceResource 03-24-2023 19:04:11.674 INFO Hue emulator service started.... com.bwssystems.HABridge.hue.HueMulator 03-24-2023 19:04:12.956 INFO Description xml service started.... com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-24-2023 19:04:13.176 INFO UPNP Discovery Listener starting.... com.bwssystems.HABridge.upnp.UpnpListener 03-24-2023 19:04:13.205 INFO Create and run mDNS service. com.bwssystems.HABridge.upnp.UpnpListener 03-24-2023 19:04:14.163 INFO UPNP Discovery Listener running and ready.... com.bwssystems.HABridge.upnp.UpnpListener 03-24-2023 19:07:58.867 INFO Link button pressed.... com.bwssystems.HABridge.SystemControl 03-24-2023 19:08:43.877 INFO Link button time ended.... com.bwssystems.HABridge.LinkButtonPressed

guy1958 commented 1 year ago

Your log isn't showing any received search packets. Usually you would see messages like:

Traceupnp: SSDP M-SEARCH packet from (IP address of your Alexa).

Is the "trace UPNP calls" box checked in your Bridge Control settings? Also post the contents of the other lines referring to UPNP in the Bridge Control settings.

keyboarderror commented 1 year ago

Ok, I enabled "trace UPNP calls" and it shows connections from multiple echos now. Alexa still doesn't add any devices.

Here's the UPNP settings: UPNP IP Address 192.168.4.44 Use UPNP Address Interface Only false UPNP Response Port 50000 UPNP Original (simple version) false UPNP Advanced (use multiple responses and notifies) false Unique ID to use 9 Octets (Renumber after saving this setting) false Trace UPNP Calls true Trace State Changes false UPNP Send Delay 650

Here's detailed logs after enabling trace and re-initializing, starting discover and pressing link:

03-25-2023 08:58:07.241 INFO HA Bridge (v5.4.1) reinitialization requessted.... com.bwssystems.HABridge.HABridge 03-25-2023 08:58:07.540 INFO Going to close all homes com.bwssystems.HABridge.HABridge 03-25-2023 08:58:07.546 INFO Manager close homes called.... com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.552 INFO Closing home: com.bwssystems.HABridge.plugins.tcp.TCPHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.558 INFO Closing home: com.bwssystems.HABridge.plugins.NestBridge.NestHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.563 INFO Closing home: com.bwssystems.HABridge.plugins.hal.HalHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.568 INFO Closing home: com.bwssystems.HABridge.plugins.NestBridge.NestHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.573 INFO Closing home: com.bwssystems.HABridge.plugins.lifx.LifxHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.578 INFO Closing home: com.bwssystems.HABridge.plugins.somfy.SomfyHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.583 INFO Closing home: com.bwssystems.HABridge.plugins.moziot.MozIotHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.588 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.593 INFO Closing home: com.bwssystems.HABridge.plugins.openhab.OpenHABHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.598 INFO Closing home: com.bwssystems.HABridge.plugins.hal.HalHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.603 INFO Closing home: com.bwssystems.HABridge.plugins.homewizard.HomeWizardHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.608 INFO Closing home: com.bwssystems.HABridge.plugins.fhem.FHEMHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.613 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.618 INFO Closing home: com.bwssystems.HABridge.plugins.udp.UDPHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.623 INFO Closing home: com.bwssystems.HABridge.plugins.hal.HalHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.628 INFO Closing home: com.bwssystems.HABridge.plugins.broadlink.BroadlinkHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.633 INFO Closing home: com.bwssystems.HABridge.plugins.exec.CommandHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.638 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.642 INFO Closing home: com.bwssystems.HABridge.plugins.hass.HassHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.648 INFO Closing home: com.bwssystems.HABridge.plugins.harmony.HarmonyHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.654 INFO Closing home: com.bwssystems.HABridge.plugins.hal.HalHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.658 INFO Closing home: com.bwssystems.HABridge.plugins.homegenie.HomeGenieHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.664 INFO Closing home: com.bwssystems.HABridge.plugins.udp.UDPHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.669 INFO Closing home: com.bwssystems.HABridge.plugins.hue.HueHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.674 INFO Closing home: com.bwssystems.HABridge.plugins.harmony.HarmonyHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.678 INFO Closing home: com.bwssystems.HABridge.plugins.tcp.TCPHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.683 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.688 INFO Closing home: com.bwssystems.HABridge.plugins.mqtt.MQTTHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.705 INFO Closing home: com.bwssystems.HABridge.plugins.domoticz.DomoticzHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.710 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.715 INFO Closing home: com.bwssystems.HABridge.plugins.exec.CommandHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.720 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 08:58:07.740 INFO >>> Spark shutting down ... spark.embeddedserver.jetty.EmbeddedJettyServer 03-25-2023 08:58:07.924 INFO done spark.embeddedserver.jetty.EmbeddedJettyServer 03-25-2023 08:58:12.739 INFO HA Bridge (v5.4.1) initializing.... com.bwssystems.HABridge.HABridge 03-25-2023 08:58:12.748 INFO reading from config file: /home/pi/habridge/data/habridge.config com.bwssystems.HABridge.BridgeSettings 03-25-2023 08:58:12.993 INFO StaticResourceHandler configured with folder = /public spark.staticfiles.StaticFilesConfiguration 03-25-2023 08:58:13.022 INFO System control service started.... com.bwssystems.HABridge.SystemControl 03-25-2023 08:58:13.044 INFO == Spark has ignited ... spark.embeddedserver.jetty.EmbeddedJettyServer 03-25-2023 08:58:13.061 INFO >> Listening on 192.168.4.44:80 spark.embeddedserver.jetty.EmbeddedJettyServer 03-25-2023 08:58:13.121 INFO Initializing UDP response Socket... com.bwssystems.HABridge.util.UDPDatagramSender 03-25-2023 08:58:13.126 INFO UDP response Socket initialized to: 50000 com.bwssystems.HABridge.util.UDPDatagramSender 03-25-2023 08:58:13.138 INFO HTTP Home created. com.bwssystems.HABridge.plugins.http.HTTPHome 03-25-2023 08:58:13.145 INFO Harmony Home created. No Harmony devices configured. com.bwssystems.HABridge.plugins.harmony.HarmonyHome 03-25-2023 08:58:13.163 INFO Nest Home created. No Nest configured. com.bwssystems.HABridge.plugins.NestBridge.NestHome 03-25-2023 08:58:13.172 INFO Hue passthru Home created. No Hue passtrhu systems configured. com.bwssystems.HABridge.plugins.hue.HueHome 03-25-2023 08:58:13.180 INFO HAL Home created. No HAL devices configured. com.bwssystems.HABridge.plugins.hal.HalHome 03-25-2023 08:58:13.185 INFO MQTT Home created. No MQTT Clients configured. com.bwssystems.HABridge.plugins.mqtt.MQTTHome 03-25-2023 08:58:13.203 INFO HomeAssistant Home created. com.bwssystems.HABridge.plugins.hass.HassHome 03-25-2023 08:58:13.212 INFO HomeWizard Home created. No HomeWizard gateways configured. com.bwssystems.HABridge.plugins.homewizard.HomeWizardHome 03-25-2023 08:58:13.224 INFO Command Home for system program execution created. com.bwssystems.HABridge.plugins.exec.CommandHome 03-25-2023 08:58:13.230 INFO TCP Home created. com.bwssystems.HABridge.plugins.tcp.TCPHome 03-25-2023 08:58:13.238 INFO UDP Home created. com.bwssystems.HABridge.plugins.udp.UDPHome 03-25-2023 08:58:13.251 INFO Vera Home created. No Veras configured. com.bwssystems.HABridge.plugins.vera.VeraHome 03-25-2023 08:58:13.256 INFO Fibaro Home created. No Fibaros configured. com.bwssystems.HABridge.plugins.fibaro.FibaroHome 03-25-2023 08:58:13.261 INFO Domoticz Home created. No Domoticz devices configured. com.bwssystems.HABridge.plugins.domoticz.DomoticzHome 03-25-2023 08:58:13.266 INFO Somfy Home created. No Somfys configured. com.bwssystems.HABridge.plugins.somfy.SomfyHome 03-25-2023 08:58:13.288 INFO LifxDevice Home created. No LifxDevices configured. com.bwssystems.HABridge.plugins.lifx.LifxHome 03-25-2023 08:58:13.308 INFO OpenHAB Home created. No OpenHABs configured. com.bwssystems.HABridge.plugins.openhab.OpenHABHome 03-25-2023 08:58:13.312 INFO FHEM Home created. No FHEMs configured. com.bwssystems.HABridge.plugins.fhem.FHEMHome 03-25-2023 08:58:13.317 INFO Broadlink Home created. No Broadlinks configured. com.bwssystems.HABridge.plugins.broadlink.BroadlinkHome 03-25-2023 08:58:13.324 INFO Mozilla IOT Home created. No Mozilla IOTs configured. com.bwssystems.HABridge.plugins.moziot.MozIotHome 03-25-2023 08:58:13.300 INFO The requested route [/description.xml] has not been mapped in Spark for Accept: [application/json, text/plain, /] spark.http.matching.MatcherFilter 03-25-2023 08:58:13.329 INFO HomeGenie Home created. No HomeGenies configured. com.bwssystems.HABridge.plugins.homegenie.HomeGenieHome 03-25-2023 08:58:13.519 INFO HABridge device management service started.... com.bwssystems.HABridge.devicemanagmeent.DeviceResource 03-25-2023 08:58:13.602 INFO Hue emulator service started.... com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:58:13.637 INFO Traceupnp: upnp config address: 192.168.4.44 -useIface: false on web server: 192.168.4.44:80 com.bwssystems.HABridge.HABridge 03-25-2023 08:58:13.642 INFO Description xml service started.... com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 08:58:13.671 INFO UPNP Discovery Listener starting.... com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 08:58:13.677 INFO Traceupnp: Interface: enxb827eb34dfaa valid usable IP address: /192.168.4.44 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 08:58:13.683 INFO Traceupnp: Adding enxb827eb34dfaa to our upnp join interface set. com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 08:58:13.688 INFO Traceupnp: Interface: lo valid usable IP address: /127.0.0.1 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 08:58:13.701 INFO Traceupnp: Adding lo to our upnp join interface set. com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 08:58:13.706 INFO Create and run mDNS service. com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 08:58:13.735 INFO UPNP Discovery Listener running and ready.... com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 08:58:15.454 INFO Traceupnp: request of description.xml from: 192.168.4.23:80 filled in with address: 192.168.4.44:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 08:58:17.365 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:58:22.348 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:58:27.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:58:32.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:58:37.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:58:42.358 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:58:47.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:58:52.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:58:57.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:02.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:07.348 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:12.348 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:17.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:22.348 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:27.348 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:32.356 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:37.357 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:42.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:47.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:52.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:57.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 08:59:59.972 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:00.639 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:00.645 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:00.701 INFO Traceupnp: request of description.xml from: 192.168.4.105:80 filled in with address: 192.168.4.44:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 09:00:01.342 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:02.375 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:02.456 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:02.584 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:02.912 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:03.572 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:03.583 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:04.266 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:05.913 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:06.576 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:06.582 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:07.242 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:00:07.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:07.545 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:12.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:12.574 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:17.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:17.623 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:22.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:22.656 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:27.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:27.708 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:32.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:32.765 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:37.355 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:37.794 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:42.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:47.369 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:52.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:00:57.351 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:02.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:07.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:12.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:17.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:22.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:27.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:32.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:37.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:42.344 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:47.362 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:52.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:01:57.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:02.351 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:07.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:12.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:17.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:22.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:27.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:32.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:37.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:42.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:47.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:52.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:02:57.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:02.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:07.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:12.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:17.344 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:22.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:27.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:32.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:37.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:42.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:47.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:52.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:03:57.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:02.356 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:05.598 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:06.261 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:06.267 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:06.312 INFO Traceupnp: request of description.xml from: 192.168.4.147:80 filled in with address: 192.168.4.44:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 09:04:06.927 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:06.936 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:07.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:07.593 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:07.599 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:07.636 INFO Traceupnp: request of description.xml from: 192.168.4.105:80 filled in with address: 192.168.4.44:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 09:04:08.268 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:08.278 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:08.938 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:08.944 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:08.984 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:09.006 INFO Traceupnp: request of description.xml from: 192.168.4.102:80 filled in with address: 192.168.4.44:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 09:04:09.042 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:09.275 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:09.309 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:09.618 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:09.625 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:10.207 INFO Link button pressed.... com.bwssystems.HABridge.SystemControl 03-25-2023 09:04:10.283 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:10.293 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:10.950 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:10.955 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:11.258 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:11.267 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:11.300 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:11.353 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:11.359 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:11.390 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:11.619 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:11.625 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:12.295 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:12.301 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:12.357 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:12.965 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:12.971 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:13.630 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:13.650 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:14.306 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:14.329 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:14.327 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:14.347 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:14.396 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:14.988 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:14.997 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:15.123 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:15.130 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:15.185 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:15.653 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:15.659 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:16.318 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:16.326 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:16.351 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:16.357 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:16.387 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:16.982 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:16.988 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:17.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:17.647 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:04:19.489 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:19.511 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:19.556 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:20.235 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:20.243 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:20.299 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:21.655 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:21.663 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:21.724 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:22.354 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:24.604 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:24.613 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:24.650 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:25.393 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:25.399 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:25.430 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:26.807 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:26.817 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:26.850 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:27.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:29.688 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:29.699 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:29.742 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:30.490 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:30.498 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:30.545 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:31.888 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:31.898 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:31.927 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:32.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:34.786 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:34.797 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:34.829 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:35.630 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:35.643 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:35.675 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:36.964 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:36.983 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:37.015 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:37.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:39.868 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:39.879 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:39.917 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:40.730 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:40.736 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:40.767 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:42.052 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:42.062 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:42.118 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:42.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:44.975 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:44.983 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:45.025 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:47.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:52.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:04:55.228 INFO Link button time ended.... com.bwssystems.HABridge.LinkButtonPressed 03-25-2023 09:04:57.348 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:05:02.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:05:07.352 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:05:12.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:05:17.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56

guy1958 commented 1 year ago

"Unique ID to use 9 Octets (Renumber after saving this setting) false"

That needs to be set to true (box checked). Set it and then try discovery again.

keyboarderror commented 1 year ago

Unique ID to use 9 Octets (Renumber after saving this setting) true

Done. No change.

3-25-2023 09:44:38.848 INFO UPNP Discovery Listener - ended, restart found com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:44:38.856 INFO HA Bridge (v5.4.1) reinitialization requessted.... com.bwssystems.HABridge.HABridge 03-25-2023 09:44:39.016 INFO Going to close all homes com.bwssystems.HABridge.HABridge 03-25-2023 09:44:39.020 INFO Manager close homes called.... com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.025 INFO Closing home: com.bwssystems.HABridge.plugins.tcp.TCPHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.030 INFO Closing home: com.bwssystems.HABridge.plugins.NestBridge.NestHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.034 INFO Closing home: com.bwssystems.HABridge.plugins.hal.HalHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.039 INFO Closing home: com.bwssystems.HABridge.plugins.NestBridge.NestHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.044 INFO Closing home: com.bwssystems.HABridge.plugins.lifx.LifxHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.048 INFO Closing home: com.bwssystems.HABridge.plugins.somfy.SomfyHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.053 INFO Closing home: com.bwssystems.HABridge.plugins.moziot.MozIotHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.057 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.062 INFO Closing home: com.bwssystems.HABridge.plugins.openhab.OpenHABHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.066 INFO Closing home: com.bwssystems.HABridge.plugins.hal.HalHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.071 INFO Closing home: com.bwssystems.HABridge.plugins.homewizard.HomeWizardHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.075 INFO Closing home: com.bwssystems.HABridge.plugins.fhem.FHEMHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.080 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.082 INFO Closing home: com.bwssystems.HABridge.plugins.udp.UDPHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.083 INFO Closing home: com.bwssystems.HABridge.plugins.hal.HalHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.094 INFO Closing home: com.bwssystems.HABridge.plugins.broadlink.BroadlinkHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.095 INFO Closing home: com.bwssystems.HABridge.plugins.exec.CommandHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.097 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.098 INFO Closing home: com.bwssystems.HABridge.plugins.hass.HassHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.100 INFO Closing home: com.bwssystems.HABridge.plugins.harmony.HarmonyHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.112 INFO Closing home: com.bwssystems.HABridge.plugins.hal.HalHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.113 INFO Closing home: com.bwssystems.HABridge.plugins.homegenie.HomeGenieHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.115 INFO Closing home: com.bwssystems.HABridge.plugins.udp.UDPHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.116 INFO Closing home: com.bwssystems.HABridge.plugins.hue.HueHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.118 INFO Closing home: com.bwssystems.HABridge.plugins.harmony.HarmonyHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.119 INFO Closing home: com.bwssystems.HABridge.plugins.tcp.TCPHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.120 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.148 INFO Closing home: com.bwssystems.HABridge.plugins.mqtt.MQTTHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.152 INFO Closing home: com.bwssystems.HABridge.plugins.domoticz.DomoticzHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.157 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.161 INFO Closing home: com.bwssystems.HABridge.plugins.exec.CommandHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.166 INFO Closing home: com.bwssystems.HABridge.plugins.http.HTTPHome com.bwssystems.HABridge.HomeManager 03-25-2023 09:44:39.172 INFO >>> Spark shutting down ... spark.embeddedserver.jetty.EmbeddedJettyServer 03-25-2023 09:44:39.293 INFO done spark.embeddedserver.jetty.EmbeddedJettyServer 03-25-2023 09:44:44.172 INFO HA Bridge (v5.4.1) initializing.... com.bwssystems.HABridge.HABridge 03-25-2023 09:44:44.181 INFO reading from config file: /home/pi/habridge/data/habridge.config com.bwssystems.HABridge.BridgeSettings 03-25-2023 09:44:44.408 INFO StaticResourceHandler configured with folder = /public spark.staticfiles.StaticFilesConfiguration 03-25-2023 09:44:44.433 INFO System control service started.... com.bwssystems.HABridge.SystemControl 03-25-2023 09:44:44.456 INFO == Spark has ignited ... spark.embeddedserver.jetty.EmbeddedJettyServer 03-25-2023 09:44:44.462 INFO >> Listening on 192.168.4.44:80 spark.embeddedserver.jetty.EmbeddedJettyServer 03-25-2023 09:44:44.507 INFO Initializing UDP response Socket... com.bwssystems.HABridge.util.UDPDatagramSender 03-25-2023 09:44:44.513 INFO UDP response Socket initialized to: 50000 com.bwssystems.HABridge.util.UDPDatagramSender 03-25-2023 09:44:44.520 INFO HTTP Home created. com.bwssystems.HABridge.plugins.http.HTTPHome 03-25-2023 09:44:44.530 INFO Harmony Home created. No Harmony devices configured. com.bwssystems.HABridge.plugins.harmony.HarmonyHome 03-25-2023 09:44:44.537 INFO Nest Home created. No Nest configured. com.bwssystems.HABridge.plugins.NestBridge.NestHome 03-25-2023 09:44:44.542 INFO Hue passthru Home created. No Hue passtrhu systems configured. com.bwssystems.HABridge.plugins.hue.HueHome 03-25-2023 09:44:44.551 INFO HAL Home created. No HAL devices configured. com.bwssystems.HABridge.plugins.hal.HalHome 03-25-2023 09:44:44.564 INFO MQTT Home created. No MQTT Clients configured. com.bwssystems.HABridge.plugins.mqtt.MQTTHome 03-25-2023 09:44:44.571 INFO HomeAssistant Home created. com.bwssystems.HABridge.plugins.hass.HassHome 03-25-2023 09:44:44.589 INFO HomeWizard Home created. No HomeWizard gateways configured. com.bwssystems.HABridge.plugins.homewizard.HomeWizardHome 03-25-2023 09:44:44.594 INFO Command Home for system program execution created. com.bwssystems.HABridge.plugins.exec.CommandHome 03-25-2023 09:44:44.601 INFO TCP Home created. com.bwssystems.HABridge.plugins.tcp.TCPHome 03-25-2023 09:44:44.607 INFO UDP Home created. com.bwssystems.HABridge.plugins.udp.UDPHome 03-25-2023 09:44:44.612 INFO Vera Home created. No Veras configured. com.bwssystems.HABridge.plugins.vera.VeraHome 03-25-2023 09:44:44.616 INFO Fibaro Home created. No Fibaros configured. com.bwssystems.HABridge.plugins.fibaro.FibaroHome 03-25-2023 09:44:44.621 INFO Domoticz Home created. No Domoticz devices configured. com.bwssystems.HABridge.plugins.domoticz.DomoticzHome 03-25-2023 09:44:44.626 INFO Somfy Home created. No Somfys configured. com.bwssystems.HABridge.plugins.somfy.SomfyHome 03-25-2023 09:44:44.630 INFO LifxDevice Home created. No LifxDevices configured. com.bwssystems.HABridge.plugins.lifx.LifxHome 03-25-2023 09:44:44.635 INFO OpenHAB Home created. No OpenHABs configured. com.bwssystems.HABridge.plugins.openhab.OpenHABHome 03-25-2023 09:44:44.640 INFO FHEM Home created. No FHEMs configured. com.bwssystems.HABridge.plugins.fhem.FHEMHome 03-25-2023 09:44:44.644 INFO Broadlink Home created. No Broadlinks configured. com.bwssystems.HABridge.plugins.broadlink.BroadlinkHome 03-25-2023 09:44:44.649 INFO Mozilla IOT Home created. No Mozilla IOTs configured. com.bwssystems.HABridge.plugins.moziot.MozIotHome 03-25-2023 09:44:44.654 INFO HomeGenie Home created. No HomeGenies configured. com.bwssystems.HABridge.plugins.homegenie.HomeGenieHome 03-25-2023 09:44:44.780 INFO HABridge device management service started.... com.bwssystems.HABridge.devicemanagmeent.DeviceResource 03-25-2023 09:44:44.846 INFO Hue emulator service started.... com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:44:44.878 INFO Traceupnp: upnp config address: 192.168.4.44 -useIface: false on web server: 192.168.4.44:80 com.bwssystems.HABridge.HABridge 03-25-2023 09:44:44.896 INFO Description xml service started.... com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 09:44:44.938 INFO UPNP Discovery Listener starting.... com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:44:44.963 INFO Traceupnp: Interface: enxb827eb34dfaa valid usable IP address: /192.168.4.44 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:44:44.972 INFO Traceupnp: Adding enxb827eb34dfaa to our upnp join interface set. com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:44:44.977 INFO Traceupnp: Interface: lo valid usable IP address: /127.0.0.1 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:44:44.991 INFO Traceupnp: Adding lo to our upnp join interface set. com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:44:45.001 INFO Create and run mDNS service. com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:44:45.012 INFO Traceupnp: request of description.xml from: 192.168.4.23:80 filled in with address: 192.168.4.44:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 09:44:45.037 INFO UPNP Discovery Listener running and ready.... com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:44:47.363 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:44:52.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:44:57.351 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:02.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:07.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:12.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:13.284 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:13.947 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:13.957 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:14.006 INFO Traceupnp: request of description.xml from: 192.168.4.147:80 filled in with address: 192.168.4.44:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 09:45:14.623 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:14.630 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:15.289 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:15.299 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:15.361 INFO Traceupnp: request of description.xml from: 192.168.4.105:80 filled in with address: 192.168.4.44:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 09:45:15.583 INFO Link button pressed.... com.bwssystems.HABridge.SystemControl 03-25-2023 09:45:15.976 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:15.982 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:16.094 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:16.102 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:16.138 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:16.183 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:16.189 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:16.235 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:16.648 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:16.658 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:16.723 INFO Traceupnp: request of description.xml from: 192.168.4.102:80 filled in with address: 192.168.4.44:80 com.bwssystems.HABridge.upnp.UpnpSettingsResource 03-25-2023 09:45:17.167 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:17.173 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:17.206 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:17.247 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:17.253 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:17.285 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:17.347 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:17.353 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:17.357 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:18.028 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:18.038 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:18.699 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:18.706 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:19.366 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:19.376 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:20.033 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:20.039 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:20.698 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:20.708 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:21.185 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:21.192 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:21.224 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:21.369 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:21.375 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:21.648 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:21.654 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:21.693 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:21.747 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:21.757 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:21.803 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:22.039 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:22.048 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:22.271 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:22.301 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:22.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:22.709 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:22.726 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:23.386 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:23.392 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:24.056 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:24.062 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:24.724 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:24.732 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:25.402 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:45:26.284 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:26.292 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:26.337 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:26.748 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:26.755 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:26.827 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:27.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:27.376 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:27.395 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:27.451 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:31.376 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:31.386 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:31.419 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:31.868 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:31.875 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:31.918 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:32.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:32.495 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:32.502 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:32.536 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:36.466 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:36.477 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:36.523 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:36.989 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:37.000 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:37.058 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:37.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:37.575 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:37.584 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:37.635 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:41.584 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:41.599 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:41.635 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:42.125 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:42.132 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:42.170 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:42.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:42.684 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:42.692 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:42.726 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:46.680 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:46.690 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:46.739 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:47.227 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:47.234 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:47.284 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:47.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:47.780 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:47.790 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:47.819 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:51.818 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:51.829 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:51.870 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:52.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:52.336 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:52.365 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:52.400 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:52.867 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:52.876 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:52.912 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:45:57.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:00.591 INFO Link button time ended.... com.bwssystems.HABridge.LinkButtonPressed 03-25-2023 09:46:02.356 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:07.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:12.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:17.347 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:22.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:27.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:32.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:37.344 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:42.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:47.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:52.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:46:57.363 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator

keyboarderror commented 1 year ago

Oops. Should have pressed "link". Nothing happened.

03-25-2023 09:50:55.424 INFO Link button pressed.... com.bwssystems.HABridge.SystemControl 03-25-2023 09:50:55.523 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:55.529 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:56.188 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:56.194 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:56.728 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:50:56.734 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:50:56.719 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:50:56.742 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:50:56.804 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:50:56.810 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:50:56.854 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.102:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:56.863 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:57.051 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:50:57.057 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:50:57.089 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:50:57.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:50:57.523 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:57.529 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:58.188 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.105:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:58.198 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:58.859 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:58.866 INFO Traceupnp: SSDP M-SEARCH packet from 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:50:59.532 INFO Traceupnp: send upnp discovery template 1 with response address: 192.168.4.44:80 to address: 192.168.4.147:50000 com.bwssystems.HABridge.upnp.UpnpListener 03-25-2023 09:51:01.870 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:01.892 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:01.909 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:01.915 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:01.944 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:01.980 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:02.154 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:02.159 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:02.188 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:02.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:07.009 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:07.018 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:07.069 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:07.058 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:07.075 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:07.140 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:07.241 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:07.247 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:07.286 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:07.350 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:12.144 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:12.152 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:12.199 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:12.220 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:12.223 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:12.280 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:12.365 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:12.374 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:12.382 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:12.455 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:17.295 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:17.302 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:17.384 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:17.395 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:17.368 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:17.389 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:17.467 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:17.516 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:17.549 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:22.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:22.453 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:22.469 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:22.515 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:22.523 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.147 and username: 34b0dac96de04539bebd4d2cc381dab0 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:22.520 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:22.587 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:22.599 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.102 and username: bc417bd4e8e44d019f74ae7495b0f206 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:22.597 INFO Traceupnp: hue lights list requested by user: 34b0dac96de04539bebd4d2cc381dab0 from address: 192.168.4.147 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:22.636 INFO Traceupnp: hue lights list requested by user: bc417bd4e8e44d019f74ae7495b0f206 from address: 192.168.4.102 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:27.346 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:27.583 INFO Traceupnp: hue api user create requested: {"devicetype": "Echo"} from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:27.589 INFO Traceupnp: hue api user create requested for device type: Echo#192.168.4.105 and username: 2a55c2dc75f747168179fe0c77d2308a com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:27.635 INFO Traceupnp: hue lights list requested by user: 2a55c2dc75f747168179fe0c77d2308a from address: 192.168.4.105 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:32.345 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:37.363 INFO Traceupnp: hue lights list requested by user: 65760477966c4817bb86b9217cc68d1d from address: 192.168.4.56 com.bwssystems.HABridge.hue.HueMulator 03-25-2023 09:51:40.434 INFO Link button time ended....

guy1958 commented 1 year ago

Which version of Alexa do you have? I read somewhere that sometimes you need to try it twice with some 2nd generations devices (which is what I have), and it picks up the second time. Just try it again (and don't forget to press link).

The bridge certainly seems to be seeing the UPNP scan requests ok.

I'm running out of ideas...

guy1958 commented 1 year ago

And you did renumber the devices after changing the 9 octet setting right? Also do a bridge restart for good measure.

keyboarderror commented 1 year ago

I have a mix of 2nd, 3rd, and 4th generation Echos. After renumbering the device IDs and rebooting, Alexa DOES detect the HA Bridge devices directly again. It still says they're not responding.

Home Assistant didn't like the ID shuffle, it broke my automations and I had to re-link everything. It still detects and controls HA Bridge fine. Alexa is still discovering devices from there that don't work as it's emulation is off but at least there's no duplicates. If I turn emulation back on to relay I'll probably get duplicates now. Can HA Bridge be caching these extra devices somehow? Or some service on the network?

guy1958 commented 1 year ago

Renumbering the devices does mess things up a bit. Something you normally want to avoid unless absolutely necessary. Do the detected devices show up in the Alexa app? If so, control them from there? Use the log file to see any activity.

I have the odd case of Alexa saying the device is not responding, but still working. HA-bridge is finicky, I'll be the first to say so. I did numerous restarts, and just forgetting one little thing in a device definition can cause problems. So if device detection is now working, try saving your db file (by renaming it) and restart the bridge. Then define one single device and try and detect it, and then controlling it with Alexa. In my case I only have two types of devices: actual Philips Hue lights, and executing a TCP command. Patience pays off.

keyboarderror commented 1 year ago

Actually, I can't say if Alexa is detecting HA Bridge or just pulling up those cached devices. It shows everything under "Royal Philips Electronics smart device" which was Home Assistant whereas the HA Bridge was showing up as a different named device.

I deleted all the Hue emulated devices from Alexa and now if I say "Turn on the Dresser Lights" or other devices Alexa says "OK" but nothing happens. It shouldn't even know about the Dresser Lights as they've been deleted.

I think it's got a grudge at this point.

keyboarderror commented 1 year ago

I turned Home Assistant's Hue emulation back on and I can actually get Alexa to control things again. For a couple days probably. But nothing via HA bridge directly. It's not seeing it. I may try re-creating the database and make a test entry but it doesn't make sense for something that was trouble free for years. I'm up to 3 copies of devices on discovery, so I have to weed out the non-functional ones. I'd really like to know how Alexa is re-discovering these other ghost devices, even with Home Assistant turned off. The next step might be discovery with both emulators turned off. If it's still discovers everything it's either Alexa itself or something on the network is caching and duplicating it. It raises the hassle factor immensely. And if just loses the link repeatedly anyway it's probably time to retire those parts, or find a way to do it without Alexa. That's the only thing with a problem.

amsel77 commented 1 year ago

At least one thing should have become clear by now: unrestricted functioning looks different. HA-Bridge is at best a toy for technology freaks who are keen to experiment. Unfortunately. I'm particularly annoyed that such help as HA-Bridge (when it still worked) is required to set off simple HTTP sequences in the local network. This functionality would be much better off in Alexa itself. In my opinion, Amazon deliberately seals off its speech recognition from such free usability.

BuxtonCalvin commented 1 year ago

"I'd really like to know how Alexa is re-discovering these other ghost devices"

Alexa echo dots cache HUE devices on each echo dot, and probably on each amazon Alexa device-- including your cloud account. There are two ways to get rid of the ghost devices that have worked for me. The first is delete all devices using your Alexa web app, then reset all echo devices on your network to factory default and then re-register those echo devices. Then re-scan using the Alexa web app and your should see all your HUE devices. This is probably the best way to do a reset, but it nukes everything associated with your Alexa account.

The second way is to delete all devices using your Alexa web app and then take all your dots offline for 24 hours by unplugging them. Run the add devices from the app with the echos turned off and then again delete any residual devices (there shouldn't be any Hue devices). After 24 hours, turn all your dots back on and then run add devices. You should then be able to pick up your HA-bridge devices.

I've had to use method two several times and it has always worked. I don't like doing it because it breaks any automation using HA-bridge, but it does work. Here is a link to a more comprehensive description of method two: https://www.sigmdel.ca/michel/ha/opi/ha-bridge_03_en.html

guy1958 commented 1 year ago

Oh yes, I've been through the process of deleting the duplicates in the Alexa app a few times, until I had everything down pat. Like I said earlier, it's finicky. Once you do get it working, add devices a few at a time, saving your db file between each successful, tested step. On the bright side, it's now been running and stable since last fall. I control about 40 devices with it and I love it.

guy1958 commented 1 year ago

Amsel77 said "In my opinion, Amazon deliberately seals off its speech recognition from such free usability"

I don't know if it's "deliberate" or not, or a marketing thing by Amazon to draw revenue from device companies that want compatibility, but this bridge is what I needed to break out of that closed box and have Alexa do my own thing. 1- it uses local control and 2- it's free...

keyboarderror commented 1 year ago

The ghost duplicate devices were cached by Alexa. You have to turn off all the Echos and run discover and then clear before powering off each one individually. That purges it.

https://www.reddit.com/r/amazonecho/comments/m3hqij/remove_old_ghost_smart_home_devices_permanently/

amsel77 commented 1 year ago

The ghost duplicate devices were cached by Alexa. You have to turn off all the Echos and run discover and then clear before powering off each one individually. That purges it.

I'm really tired of this sort of advice. The internet is full of them.

I control about 40 devices with it and I love it.

If that's true my congratulations. However, this is neither a statement of the conditions under which this is guaranteed, nor a guarantee that it will remain so with new Alexa firmware versions. I'm just afraid that if it doesn't work anymore, it won't be known here,

and 2- it's free...

Sure. Feel free to waste time on pointless trial and error ...

keyboarderror commented 1 year ago

I wouldn't say it's pointless. It squarely puts the problem with Alexa. And makes it pretty clear it's futile.

Alexa still won't detect HA Bridge afterward. When I turned Home Assistant's emulator back on it re-populated the whole duplicated list again. Insert stream of obscenities here.

amsel77 commented 1 year ago

A hot tip: Alexa Skill "Mein Radio". It has never been easier to send an HTTP or HTTPS request with Alexa in the local network. Even if the skill is only intended for calling Internet radio stream URLs. A "Webhook" skill is also available from the same author. The trouble with HA-Bridge? Forget!

steviehs commented 1 year ago

A hot tip: Alexa Skill "Mein Radio". It has never been easier to send an HTTP or HTTPS request with Alexa in the local network. Even if the skill is only intended for calling Internet radio stream URLs. A "Webhook" skill is also available from the same author. The trouble with HA-Bridge? Forget!

"Great Idea"

The idea of using HA bridge is exactly not to have another skill necessary. And: what about dimming or colors?

So for me, HA bridge still works great and also detects new devices... I had to switch recently from my Echo 1st Generation using as the only device for detection to an Echo Dot 4 - all other Echos in da house are filtered against HA Bridge to reduce caching issues inside the Echos.

amsel77 commented 1 year ago

Yes, its a "Great Idea". Because a simple skill in software makes additional hardware for HA-Bridge and HA-Bridge itself superfluous. I consider myself lucky to have found this solution, although of course nobody can guarantee how long such skills will work. Without wanting to advertise further here: The skills mentioned offer great and, above all, easy-to-use control options. Not only are HTTP requests sent reliably, can be configured much more flexibly and without prior "device detection". Conversely, devices can even prompt Alexa to take actions. Alexa becomes significantly more talkative. I can only encourage you to find out more. For me the topic is closed with that.

HALLAMNET commented 1 year ago

Looking in the Alexa skills, this is no longer around to download. Searching for Mein Radio and nothing shows up here in the UK :(

markusmainz commented 1 year ago

Hello i have the same problem ... Alexa wont find my Devices .. the upnp search from alexa ips i can see in the log but nothing happen. It worked for me a long time but a few days ago i had to setup ha bridge new ..

guy1958 commented 1 year ago

Did you make sure the 9 octet option box is checked?

Starting with a default, blank db file?

markusmainz commented 1 year ago

yes i tried many things but it didnt work now i switched to node-red it works like a charme

https://flows.nodered.org/node/node-red-contrib-amazon-echo

lotusgary commented 1 year ago

Any update on where we are with this. It's pretty unusable now as the devices dis-appear frequently and then aren't found easily on re-discovery?

Has anyone got an alternative that works with milights? I looked at all the others suggested but nothing seemed to give me what I need. Such a shame that ha-bridge seems to have stopped working

bwssytems commented 1 year ago

It looks like you will need to delete all devices on the echo from the Alexa app and then let it rediscover.