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

Konnected Security Sensor no longer updates state in Homeassistant after updating to 2.2.7 release #100

Closed slonkar closed 5 years ago

slonkar commented 5 years ago

I recently upgraded my konnected security firmware on NodeMCU and since then it's not updating the state of the connected sensors.

My config file looks like below.

`#Konnected Security System konnected: access_token: !secret konnected_access_token devices:

I checked sensors with a multimeter continuity test. They seem to be working fine.

Homeassitant Configuration

HassOS 2.12 HA Version - 0.96.5 DuckDNS with NGINX Home Assistant SSL proxy as recommended on this page - https://help.konnected.io/support/solutions/articles/32000023964-set-up-hass-io-with-secure-remote-access-using-duckdns-and-nginx-proxy

Let me know if any more information is needed. I will be happy to debug or provide logs.

heythisisnate commented 5 years ago

Make sure you have discovery: enabled also in your config so HA can find and re-sync the device.

This used to be enabled by default but a recent change in HA removed that from default components.