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
Logger: homeassistant.components.sensor
Source: components/knx/sensor.py:53
Integration: Sensor (documentation, issues)
First occurred: 0:01:50 (1 occurrences)
Last logged: 0:01:50
Error while setting up knx platform for sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 178, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
File "/usr/src/homeassistant/homeassistant/components/knx/sensor.py", line 32, in async_setup_platform
async_add_entities_config(hass, config, async_add_entities)
File "/usr/src/homeassistant/homeassistant/components/knx/sensor.py", line 53, in async_add_entities_config
value_type=config[CONF_TYPE],
File "/usr/local/lib/python3.7/site-packages/xknx/devices/sensor.py", line 34, in __init__
after_update_cb=self.after_update)
File "/usr/local/lib/python3.7/site-packages/xknx/remote_value/remote_value_sensor.py", line 219, in __init__
raise ConversionError("invalid value type", value_type=value_type, device_name=device_name)
xknx.exceptions.exception.ConversionError: <ConversionError description="invalid value type" device_name="Windgeschwindigkeit" value_type="speed_ms"/>
The text was updated successfully, but these errors were encountered:
Hey there @Julius2342, mind taking a look at this issue as its been labeled with a integration (knx) you are listed as a codeowner for? Thanks! (message by CodeOwnersMention)
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
The problem
Since updating to 110 a sensor (KNX) with type speed_ms throws error
Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information
In Log:
The text was updated successfully, but these errors were encountered: