@Bill_Sweeney wrote:
Getting the following info in the log and DS18B20 is not showing up as an device
2020-04-11 12:45:30 ERROR (MainThread) [homeassistant.util.logging] Exception in async_add_ds18b20 when dispatching ‘konnected.ds18b20.new’: ({‘pin’: ‘9’, ‘addr’: ‘28:41:D2:A6:2F:14:01:63’, ‘temp’: ‘12.625’, ‘device_id’: ‘840d8e9652cd’, ‘temperature’: ‘12.625’},)
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/konnected/sensor.py”, line 66, in async_add_ds18b20
initial_state=attrs.get(“temp”),
File “/usr/src/homeassistant/homeassistant/components/konnected/sensor.py”, line 86, in init
self._zone_num = self._data.get(CONF_ZONE)
AttributeError: ‘NoneType’ object has no attribute ‘get’
Posts: 1
Participants: 1