Hi Nielstron,
i’m trying to attach my UVR1611 to my home assist. Actually i stuck at the following problem:
Maybe you have an Idea … The connection and login seems to be successfully.But then this problem appears:
Source: custom_components/blnet/init.py:147
First occurred: 8:12:53 AM (1 occurrences)
Last logged: 8:12:53 AM
Error during setup of component blnet
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 174, in async_setup_component
component.setup, hass, processed_config # type: ignore
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/blnet/init.py”, line 103, in setup
data = fetch_data()
File “/config/custom_components/blnet/init.py”, line 99, in fetch_data
return hass.data["DATA{}".format(DOMAIN)].update()
File “/config/custom_components/blnet/init.py”, line 147, in update
data = self.blnet.fetch(self.node)
File “/usr/local/lib/python3.7/site-packages/pyblnet/blnet.py”, line 86, in fetch
self.blnet_web.read_analog_values())
File “/usr/local/lib/python3.7/site-packages/pyblnet/blnet_web.py”, line 195, in read_analog_values
data_raw = dom.text()
AttributeError: ‘NoneType’ object has no attribute ‘text’
Connection lost. Reconnecting…
Regards wiggi