I have five DS18B20 connected to a single pin. The integration attempts to add them but runs into an issue with duplicate ids. The way I have them wired would not be easy to reassign them to individual pins.
2021-10-18 13:32:14 ERROR (MainThread) [homeassistant.util.logging] Exception in async_add_ds18b20 when dispatching 'konnected.ds18b20.new': ({'pin': '9', 'addr': '28:B4:32:3
9:21:19:01:26', 'temp': '25.500', 'zone': '6', 'device_id': '68c63aab3886', 'temperature': '25.500'},)
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/konnected/sensor.py", line 70, in async_add_ds18b20
KonnectedSensor(
File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/konnected/sensor.py", line 101, in __init__
self._zone_num = self._data.get(CONF_ZONE)
AttributeError: 'NoneType' object has no attribute 'get'
2021-10-18 13:32:14 ERROR (MainThread) [homeassistant.util.logging] Exception in async_add_ds18b20 when dispatching 'konnected.ds18b20.new': ({'pin': '9', 'addr': '28:B4:32:3
9:21:19:01:26', 'temp': '25.500', 'zone': '6', 'device_id': '68c63aab3886', 'temperature': '25.500'},)
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/konnected/sensor.py", line 70, in async_add_ds18b20
KonnectedSensor(
File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/konnected/sensor.py", line 101, in __init__
self._zone_num = self._data.get(CONF_ZONE)
AttributeError: 'NoneType' object has no attribute 'get'
2021-10-18 13:32:14 ERROR (MainThread) [homeassistant.util.logging] Exception in async_add_ds18b20 when dispatching 'konnected.ds18b20.new': ({'pin': '9', 'addr': '28:B4:32:3
9:21:19:01:26', 'temp': '25.500', 'zone': '6', 'device_id': '68c63aab3886', 'temperature': '25.500'},)
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/konnected/sensor.py", line 70, in async_add_ds18b20
KonnectedSensor(
File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/konnected/sensor.py", line 101, in __init__
self._zone_num = self._data.get(CONF_ZONE)
AttributeError: 'NoneType' object has no attribute 'get'
2021-10-18 13:32:14 ERROR (MainThread) [homeassistant.components.sensor] Platform konnected does not generate unique IDs. ID 28:B4:32:39:21:19:01:26 already exists - ignoring
sensor.konnected_ab3886_sensor_6_temperature_2
2021-10-18 13:32:14 ERROR (MainThread) [homeassistant.components.sensor] Platform konnected does not generate unique IDs. ID 28:B4:32:39:21:19:01:26 already exists - ignoring
sensor.konnected_ab3886_sensor_6_temperature_2
2021-10-18 13:32:14 ERROR (MainThread) [homeassistant.util.logging] Exception in async_add_ds18b20 when dispatching 'konnected.ds18b20.new': ({'pin': '9', 'addr': '28:35:FC:3
9:21:19:01:7B', 'temp': '25.375', 'zone': '6', 'device_id': '68c63aab3886', 'temperature': '25.375'},)
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/konnected/sensor.py", line 70, in async_add_ds18b20
KonnectedSensor(
File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/components/konnected/sensor.py", line 101, in __init__
self._zone_num = self._data.get(CONF_ZONE)
AttributeError: 'NoneType' object has no attribute 'get'
Home Assistant Core 2021.10.6