You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
KeyError: '5003'
The text was updated successfully, but these errors were encountered:
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]
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
KeyError: '5003'
The text was updated successfully, but these errors were encountered: