I can’t seem to connect my new Konnected board to home assistant.
Logger: homeassistant.config_entries
Source: components/konnected/panel.py:357
First occurred: 16:07:05 (3 occurrences)
Last logged: 16:52:40
Error setting up entry Konnected Alarm Panel for konnected
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 372, in async_setup
result = await component.async_setup_entry(hass, self)
File “/usr/src/homeassistant/homeassistant/components/konnected/init.py”, line 260, in async_setup_entry
await client.async_connect()
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 133, in async_connect
await self.async_sync_device_config()
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 378, in async_sync_device_config
!= self.async_current_settings_payload()
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 356, in async_current_settings_payload
“sensors”: [
File “/usr/src/homeassistant/homeassistant/components/konnected/panel.py”, line 357, in
{self.api_version: s[self.api_version]}
KeyError: ‘pin’
I’m running home assistant in docker on a debian laptop. HA and Konnected board on latest firmware. I can set the board up to run on Konnected cloud and Smartthings and Home Assistant detects it as a new device. I ran through the configuration and can’t get any further. I just get the error above.
I’ve tried disconnecting from Smartthings and Deactivated Konnected Cloud as I am only interested in running it through HA. It as third party equivalent board based on NodeMCU.
Any ideas?