konnected-io / konnected-security

Konnected connects wired sensors and switches to SmartThings, Home Assistant, Hubitat and OpenHAB
https://konnected.io
Apache License 2.0
416 stars 322 forks source link

Homeassistant .90- Error #90

Closed THland83 closed 5 years ago

THland83 commented 5 years ago

X-Post from support forum.

Error doing job: Future exception was never retrieved

Traceback (most recent call last): File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.7/site-packages/homeassistant/components/konnected/init.py", line 131, in device_discovered setup_device(host, port) File "/usr/local/lib/python3.7/site-packages/homeassistant/components/konnected/init.py", line 121, in setup_device discovered.setup() File "/usr/local/lib/python3.7/site-packages/homeassistant/components/konnected/init.py", line 284, in setup self.sync_device_config() File "/usr/local/lib/python3.7/site-packages/homeassistant/components/konnected/init.py", line 388, in sync_device_config if self.desired_settings_payload() != self.current_settings_payload(): File "/usr/local/lib/python3.7/site-packages/homeassistant/components/konnected/init.py", line 368, in current_settings_payload settings = self.status['settings'] KeyError: 'settings'

hunterjm commented 5 years ago

I am getting this error as well. I am a couple firmware versions behind.

TSparkas commented 5 years ago

+1. I have the same error on HA 0.90.1. Latest Konnected firmware on NodeMCU. So it's related to recent HA changes, component needs to be updated.

01kbpatel commented 5 years ago

+1, works perfectly v0.89.2, but as soon as you upgrade get errors in the log, had to go back to old version until component is fixed in new update

heythisisnate commented 5 years ago

This appears to be an issue with the HA component or changes in the latest version of HA. I am looking into it. Since it's not a firmware issue, I'm closing this issue in favor of this one on the home-assistant project: https://github.com/home-assistant/home-assistant/issues/22257