jkosharek Posted November 23, 2022 Posted November 23, 2022 Kasa TP-Link Node Server on 3.0.16 won't load a new device that is discovered. Device is added to the Kasa App and is controllable via the app, but getting errors in when I hit discover. Error log fills with this: 2022-11-22 19:05:26,048 Thread-92864 udi_interface WARNING SmartDeviceNode:handler_poll: TP-LITTER: Node not ready to poll Then this: 2022-11-22 19:05:26,048 Thread-8 udi_interface ERROR Controller:discover_new_add_device: Problem adding device Traceback (most recent call last): File "/var/polyglot/pg3/ns/000db9560bc8_2/nodes/Controller.py", line 178, in discover_new_add_device self.add_node(dev=dev) File "/var/polyglot/pg3/ns/000db9560bc8_2/nodes/Controller.py", line 248, in add_node self.poly.addNode(SmartPlugNode(self, parent.address, cfg['address'], cfg['name'], dev=dev, cfg=cfg)) File "/var/polyglot/pg3/ns/000db9560bc8_2/nodes/SmartPlugNode.py", line 34, in __init__ super().__init__(controller, primary, address, name, dev, cfg) File "/var/polyglot/pg3/ns/000db9560bc8_2/nodes/SmartDeviceNode.py", line 41, in __init__ controller.poly.subscribe(controller.poly.POLL, self.handler_poll) File "/var/polyglot/.local/lib/python3.9/site-packages/udi_interface/interface.py", line 277, in subscribe pub.subscribe(topic, callback, address) File "/var/polyglot/.local/lib/python3.9/site-packages/udi_interface/interface.py", line 97, in subscribe Thread(target=callback, args=item[2:]).start() File "/usr/local/lib/python3.9/threading.py", line 899, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new t hread Then continues with this again: 2022-11-22 19:05:39,377 Thread-92873 udi_interface WARNING SmartDeviceNode:handler_poll: TP-LITTER: Node not ready to poll
jkosharek Posted November 23, 2022 Author Posted November 23, 2022 Might have been the 5.4.5 IoX update needing a reboot. Seems to have picked up the new device. 2
Recommended Posts