Posted July 15, 20205 yr Recently, there was an update to the Hue emulator - after installing, I have been experiencing issues where basically some of my Harmony Companion Home Automation buttons no longer work; the strange thing is that some buttons do work some of the time, but some times none work at all - anyone else experiencing problems? If so, any thoughts on how to fix? Here's part of a log file below - I tried to turn on a scene called Fireplace Lt Dim: 020-07-15 09:50:59,513 Thread-83021 polyinterface ERROR polyinterface:write: Exception happened during processing of request from 2020-07-15 09:50:59,514 Thread-83021 polyinterface ERROR polyinterface:write: ('192.168.2.32', 44260) 2020-07-15 09:50:59,516 Thread-83021 polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2020-07-15 09:50:59,517 Thread-83021 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) 2020-07-15 09:50:59,518 Thread-83021 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) 2020-07-15 09:50:59,518 Thread-83021 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() 2020-07-15 09:50:59,519 Thread-83021 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 420, in handle dst = device.set(parsedContent) 2020-07-15 09:50:59,520 Thread-83021 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 541, in set ret = self.set_bri(data['bri']) 2020-07-15 09:50:59,521 Thread-83021 polyinterface ERROR polyinterface:write: File "/var/polyglot/nodeservers/HueEmulator/ISYHueEmu.py", line 313, in set_bri LOGGER.info('{} on val={} dimmable={}'.format(self.name, value, self.node.dimmable)); 2020-07-15 09:50:59,521 Thread-83021 polyinterface ERROR polyinterface:write: AttributeError: 'Group' object has no attribute 'dimmable' 2020-07-15 09:50:59,522 Thread-83021 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-15 09:50:59,949 Thread-83022 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Parsed Content data: {'xy': [0, 0], 'on': True, 'bri': 254} 2020-07-15 09:50:59,951 Thread-83022 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-15 09:50:59,952 Thread-83022 polyinterface ERROR polyinterface:write: Exception happened during processing of request from 2020-07-15 09:50:59,952 Thread-83022 polyinterface ERROR polyinterface:write: ('192.168.2.32', 44261) 2020-07-15 09:50:59,954 Thread-83022 polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2020-07-15 09:50:59,956 Thread-83022 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) 2020-07-15 09:50:59,956 Thread-83022 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) 2020-07-15 09:50:59,957 Thread-83022 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() 2020-07-15 09:50:59,958 Thread-83022 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 420, in handle dst = device.set(parsedContent) 2020-07-15 09:50:59,959 Thread-83022 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 541, in set ret = self.set_bri(data['bri']) 2020-07-15 09:50:59,959 Thread-83022 polyinterface ERROR polyinterface:write: File "/var/polyglot/nodeservers/HueEmulator/ISYHueEmu.py", line 313, in set_bri LOGGER.info('{} on val={} dimmable={}'.format(self.name, value, self.node.dimmable)); 2020-07-15 09:50:59,960 Thread-83022 polyinterface ERROR polyinterface:write: AttributeError: 'Group' object has no attribute 'dimmable' 2020-07-15 09:50:59,961 Thread-83022 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-15 09:51:00,392 Thread-83023 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Parsed Content data: {'xy': [0, 0], 'on': True, 'bri': 254} 2020-07-15 09:51:00,393 Thread-83023 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-15 09:51:00,394 Thread-83023 polyinterface ERROR polyinterface:write: Exception happened during processing of request from 2020-07-15 09:51:00,394 Thread-83023 polyinterface ERROR polyinterface:write: ('192.168.2.32', 44262) 2020-07-15 09:51:00,396 Thread-83023 polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2020-07-15 09:51:00,398 Thread-83023 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) 2020-07-15 09:51:00,399 Thread-83023 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) 2020-07-15 09:51:00,399 Thread-83023 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() 2020-07-15 09:51:00,400 Thread-83023 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 420, in handle dst = device.set(parsedContent) 2020-07-15 09:51:00,401 Thread-83023 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 541, in set ret = self.set_bri(data['bri']) 2020-07-15 09:51:00,402 Thread-83023 polyinterface ERROR polyinterface:write: File "/var/polyglot/nodeservers/HueEmulator/ISYHueEmu.py", line 313, in set_bri LOGGER.info('{} on val={} dimmable={}'.format(self.name, value, self.node.dimmable)); 2020-07-15 09:51:00,403 Thread-83023 polyinterface ERROR polyinterface:write: AttributeError: 'Group' object has no attribute 'dimmable' 2020-07-15 09:51:00,403 Thread-83023 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-15 09:51:01,242 Thread-83024 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.35: Sent all lights response 2020-07-15 09:51:03,100 Thread-83025 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Parsed Content data: {'on': False} 2020-07-15 09:51:03,101 Thread-83025 ISYHueEmu INFO ISYHueEmu:set_off: Fireplace Lt Dim node.turn_off() 2020-07-15 09:51:03,102 Thread-83025 ISYHueEmu INFO connection:request: ISY Request: http://192.168.2.119:80/rest/nodes/53050/cmd/DOF 2020-07-15 09:51:03,145 Thread-83025 ISYHueEmu INFO ISYHueEmu:set_off: Fireplace Lt Dim scene.turn_off() = True 2020-07-15 09:51:06,119 Thread-83026 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.33: Sent all lights response 2020-07-15 09:51:08,870 Thread-83027 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.34: Sent all lights response 2020-07-15 09:51:11,396 Thread-83028 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.35: Sent all lights response Edited July 15, 20205 yr by jtsao add log file
July 15, 20205 yr Author Well, after posting I did some more investigation and for some reason, a node under the Ping Nodeserver had Spoken=1 (it was an iPhone) and was showing up as a Hue Controllable device in my Harmony hub. Not sure how that happened as I never set that property but after clearing it, now things seem to be working.
July 15, 20205 yr Glad you found the issue, but that is a bug I will need to fix.Sent from my Pixel 3 XL using Tapatalk
July 17, 20205 yr Author After further review, there is still a problem; for some reason everything was working right after I fixed the problem node - but after that things returned to mostly not working; not sure why but some times some of the scenes can be turned off only and others just don't work - here is the output when trying to turn on the same scene as before 2020-07-16 21:51:23,144 Thread-50046 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Parsed Content data: {'xy': [0, 0], 'on': True, 'bri': 254} 2020-07-16 21:51:23,146 Thread-50046 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:23,147 Thread-50046 polyinterface ERROR polyinterface:write: Exception happened during processing of request from 2020-07-16 21:51:23,147 Thread-50046 polyinterface ERROR polyinterface:write: ('192.168.2.32', 48980) 2020-07-16 21:51:23,149 Thread-50046 polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2020-07-16 21:51:23,150 Thread-50046 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) 2020-07-16 21:51:23,151 Thread-50046 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) 2020-07-16 21:51:23,152 Thread-50046 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() 2020-07-16 21:51:23,153 Thread-50046 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 420, in handle dst = device.set(parsedContent) 2020-07-16 21:51:23,154 Thread-50046 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 541, in set ret = self.set_bri(data['bri']) 2020-07-16 21:51:23,154 Thread-50046 polyinterface ERROR polyinterface:write: File "/var/polyglot/nodeservers/HueEmulator/ISYHueEmu.py", line 313, in set_bri LOGGER.info('{} on val={} dimmable={}'.format(self.name, value, self.node.dimmable)); 2020-07-16 21:51:23,155 Thread-50046 polyinterface ERROR polyinterface:write: AttributeError: 'Group' object has no attribute 'dimmable' 2020-07-16 21:51:23,156 Thread-50046 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:24,036 Thread-50047 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Parsed Content data: {'xy': [0, 0], 'on': True, 'bri': 254} 2020-07-16 21:51:24,037 Thread-50047 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:24,038 Thread-50047 polyinterface ERROR polyinterface:write: Exception happened during processing of request from 2020-07-16 21:51:24,039 Thread-50047 polyinterface ERROR polyinterface:write: ('192.168.2.32', 48981) 2020-07-16 21:51:24,041 Thread-50047 polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2020-07-16 21:51:24,042 Thread-50047 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) 2020-07-16 21:51:24,043 Thread-50047 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) 2020-07-16 21:51:24,044 Thread-50047 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() 2020-07-16 21:51:24,044 Thread-50047 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 420, in handle dst = device.set(parsedContent) 2020-07-16 21:51:24,045 Thread-50047 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 541, in set ret = self.set_bri(data['bri']) 2020-07-16 21:51:24,046 Thread-50047 polyinterface ERROR polyinterface:write: File "/var/polyglot/nodeservers/HueEmulator/ISYHueEmu.py", line 313, in set_bri LOGGER.info('{} on val={} dimmable={}'.format(self.name, value, self.node.dimmable)); 2020-07-16 21:51:24,047 Thread-50047 polyinterface ERROR polyinterface:write: AttributeError: 'Group' object has no attribute 'dimmable' 2020-07-16 21:51:24,048 Thread-50047 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:24,516 Thread-50048 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Parsed Content data: {'xy': [0, 0], 'on': True, 'bri': 254} 2020-07-16 21:51:24,518 Thread-50048 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:24,518 Thread-50048 polyinterface ERROR polyinterface:write: Exception happened during processing of request from 2020-07-16 21:51:24,519 Thread-50048 polyinterface ERROR polyinterface:write: ('192.168.2.32', 48983) 2020-07-16 21:51:24,521 Thread-50048 polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2020-07-16 21:51:24,522 Thread-50048 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) 2020-07-16 21:51:24,523 Thread-50048 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) 2020-07-16 21:51:24,524 Thread-50048 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() 2020-07-16 21:51:24,525 Thread-50048 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 420, in handle dst = device.set(parsedContent) 2020-07-16 21:51:24,526 Thread-50048 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 541, in set ret = self.set_bri(data['bri']) 2020-07-16 21:51:24,526 Thread-50048 polyinterface ERROR polyinterface:write: File "/var/polyglot/nodeservers/HueEmulator/ISYHueEmu.py", line 313, in set_bri LOGGER.info('{} on val={} dimmable={}'.format(self.name, value, self.node.dimmable)); 2020-07-16 21:51:24,527 Thread-50048 polyinterface ERROR polyinterface:write: AttributeError: 'Group' object has no attribute 'dimmable' 2020-07-16 21:51:24,528 Thread-50048 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:26,757 Thread-50049 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.34: Sent all lights response 2020-07-16 21:51:26,995 Thread-50050 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.33: Sent all lights response 2020-07-16 21:51:27,190 Thread-50051 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.35: Sent all lights response 2020-07-16 21:51:33,713 Thread-50052 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Sent all lights response 2020-07-16 21:51:36,918 Thread-50053 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.34: Sent all lights response 2020-07-16 21:51:37,154 Thread-50054 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.33: Sent all lights response 2020-07-16 21:51:37,361 Thread-50055 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.35: Sent all lights response 2020-07-16 21:51:43,907 Thread-50056 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Sent all lights response
July 17, 20205 yr Author I uninstalled, then re-installed but still same problems - mostly not working; When using my phone's Harmony App to control the Harmony Hub, I can see after I try to turn a light on, I get a "No Connection" message most of the time. Prior to recent problems, I had been using this daily for months. The unfortunate thing is that Logitech limits the buttons on the companion remote to only work with certain vendor's devices such as a Hue or Insteon Hub, - I can't really use them to control lighting/fans with the ISY directly. Edited July 17, 20205 yr by jtsao
July 17, 20205 yr After further review, there is still a problem; for some reason everything was working right after I fixed the problem node - but after that things returned to mostly not working; not sure why but some times some of the scenes can be turned off only and others just don't work - here is the output when trying to turn on the same scene as before 2020-07-16 21:51:23,144 Thread-50046 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Parsed Content data: {'xy': [0, 0], 'on': True, 'bri': 254} 2020-07-16 21:51:23,146 Thread-50046 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:23,147 Thread-50046 polyinterface ERROR polyinterface:write: Exception happened during processing of request from 2020-07-16 21:51:23,147 Thread-50046 polyinterface ERROR polyinterface:write: ('192.168.2.32', 48980) 2020-07-16 21:51:23,149 Thread-50046 polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2020-07-16 21:51:23,150 Thread-50046 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) 2020-07-16 21:51:23,151 Thread-50046 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) 2020-07-16 21:51:23,152 Thread-50046 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() 2020-07-16 21:51:23,153 Thread-50046 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 420, in handle dst = device.set(parsedContent) 2020-07-16 21:51:23,154 Thread-50046 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 541, in set ret = self.set_bri(data['bri']) 2020-07-16 21:51:23,154 Thread-50046 polyinterface ERROR polyinterface:write: File "/var/polyglot/nodeservers/HueEmulator/ISYHueEmu.py", line 313, in set_bri LOGGER.info('{} on val={} dimmable={}'.format(self.name, value, self.node.dimmable)); 2020-07-16 21:51:23,155 Thread-50046 polyinterface ERROR polyinterface:write: AttributeError: 'Group' object has no attribute 'dimmable' 2020-07-16 21:51:23,156 Thread-50046 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:24,036 Thread-50047 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Parsed Content data: {'xy': [0, 0], 'on': True, 'bri': 254} 2020-07-16 21:51:24,037 Thread-50047 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:24,038 Thread-50047 polyinterface ERROR polyinterface:write: Exception happened during processing of request from 2020-07-16 21:51:24,039 Thread-50047 polyinterface ERROR polyinterface:write: ('192.168.2.32', 48981) 2020-07-16 21:51:24,041 Thread-50047 polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2020-07-16 21:51:24,042 Thread-50047 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) 2020-07-16 21:51:24,043 Thread-50047 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) 2020-07-16 21:51:24,044 Thread-50047 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() 2020-07-16 21:51:24,044 Thread-50047 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 420, in handle dst = device.set(parsedContent) 2020-07-16 21:51:24,045 Thread-50047 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 541, in set ret = self.set_bri(data['bri']) 2020-07-16 21:51:24,046 Thread-50047 polyinterface ERROR polyinterface:write: File "/var/polyglot/nodeservers/HueEmulator/ISYHueEmu.py", line 313, in set_bri LOGGER.info('{} on val={} dimmable={}'.format(self.name, value, self.node.dimmable)); 2020-07-16 21:51:24,047 Thread-50047 polyinterface ERROR polyinterface:write: AttributeError: 'Group' object has no attribute 'dimmable' 2020-07-16 21:51:24,048 Thread-50047 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:24,516 Thread-50048 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Parsed Content data: {'xy': [0, 0], 'on': True, 'bri': 254} 2020-07-16 21:51:24,518 Thread-50048 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:24,518 Thread-50048 polyinterface ERROR polyinterface:write: Exception happened during processing of request from 2020-07-16 21:51:24,519 Thread-50048 polyinterface ERROR polyinterface:write: ('192.168.2.32', 48983) 2020-07-16 21:51:24,521 Thread-50048 polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2020-07-16 21:51:24,522 Thread-50048 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) 2020-07-16 21:51:24,523 Thread-50048 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) 2020-07-16 21:51:24,524 Thread-50048 polyinterface ERROR polyinterface:write: File "/usr/local/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() 2020-07-16 21:51:24,525 Thread-50048 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 420, in handle dst = device.set(parsedContent) 2020-07-16 21:51:24,526 Thread-50048 polyinterface ERROR polyinterface:write: File "hue-upnp/hueUpnp.py", line 541, in set ret = self.set_bri(data['bri']) 2020-07-16 21:51:24,526 Thread-50048 polyinterface ERROR polyinterface:write: File "/var/polyglot/nodeservers/HueEmulator/ISYHueEmu.py", line 313, in set_bri LOGGER.info('{} on val={} dimmable={}'.format(self.name, value, self.node.dimmable)); 2020-07-16 21:51:24,527 Thread-50048 polyinterface ERROR polyinterface:write: AttributeError: 'Group' object has no attribute 'dimmable' 2020-07-16 21:51:24,528 Thread-50048 polyinterface ERROR polyinterface:write: ---------------------------------------- 2020-07-16 21:51:26,757 Thread-50049 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.34: Sent all lights response 2020-07-16 21:51:26,995 Thread-50050 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.33: Sent all lights response 2020-07-16 21:51:27,190 Thread-50051 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.35: Sent all lights response 2020-07-16 21:51:33,713 Thread-50052 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Sent all lights response 2020-07-16 21:51:36,918 Thread-50053 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.34: Sent all lights response 2020-07-16 21:51:37,154 Thread-50054 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.33: Sent all lights response 2020-07-16 21:51:37,361 Thread-50055 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.35: Sent all lights response 2020-07-16 21:51:43,907 Thread-50056 hueUpnp INFO hueUpnp:info: hueUpnp:HTTP: 192.168.2.32: Sent all lights response This is a bug for some scenes, I will try to fix it but probably won't have time for a few days.Sent from my Pixel 3 XL using Tapatalk
July 17, 20205 yr Author No worries - I have multiple other ways to control insteon equipment (web browser, IR) thanks for all of your work on this node server
July 24, 20205 yr Author I noticed an update was available yesterday and I briefly tested it - appears to be fixed - thanks!
July 24, 20205 yr I noticed an update was available yesterday and I briefly tested it - appears to be fixed - thanks! Yes that was the fix released. Sorry I forgot you also had the issue.Sent from my Pixel 3 XL using Tapatalk
Archived
This topic is now archived and is closed to further replies.