@eHouse wrote:
I have recently noticed an error in the log that seems to reflect a problem with the TP Link integration. Unfortunately I am unable to decipher what it means. Everything seems to be working successfully in my automation scripts but this error does slowly fill my log.
Is this something I should report on GitHub?
Any suggestions are greatly appreciated. Thanks in advance for your time.2020-06-04 09:15:59 ERROR (MainThread) [homeassistant.components.switch] tplink: Error on device update!
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 322, in _async_add_entity
await entity.async_device_update(warning=False)
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 472, in async_device_update
await self.hass.async_add_executor_job(self.update)
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/components/tplink/switch.py”, line 132, in update
if self.smartplug.has_emeter:
File “/usr/local/lib/python3.7/site-packages/pyHS100/smartplug.py”, line 140, in has_emeter
features = self.sys_info[‘feature’].split(’:’)
AttributeError: ‘NoneType’ object has no attribute ‘split’
Posts: 1
Participants: 1