Hi I configure the integration with username and password, select global server I get to select my T1000 sensor but it never shows any devices or entities. I can view the device in my sensecap.seeed.cc account ok
There is an error in my log:
Logger: homeassistant.components.sensor
Source: helpers/entity_platform.py:360
Integration: Sensor (documentation, issues)
First occurred: 19:50:21 (1 occurrences)
Last logged: 19:50:21
Error while setting up sensecraft platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 360, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/sensecraft/sensor.py", line 77, in async_setup_entry
entities.append(CloudSensor(deviceInfo))
^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/sensecraft/sensor.py", line 171, in init
measurementInfo = MEASUREMENT_DICT[self._measurementID]
Hi I configure the integration with username and password, select global server I get to select my T1000 sensor but it never shows any devices or entities. I can view the device in my sensecap.seeed.cc account ok
There is an error in my log:
Logger: homeassistant.components.sensor Source: helpers/entity_platform.py:360 Integration: Sensor (documentation, issues) First occurred: 19:50:21 (1 occurrences) Last logged: 19:50:21
Error while setting up sensecraft platform for sensor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 360, in _async_setup_platform await asyncio.shield(task) File "/config/custom_components/sensecraft/sensor.py", line 77, in async_setup_entry entities.append(CloudSensor(deviceInfo)) ^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/sensecraft/sensor.py", line 171, in init measurementInfo = MEASUREMENT_DICT[self._measurementID]