I’m trying to connect a knx group address, value type ‘scaling speed’ 225.001 to HA, see attached file. unfortunately this value type is not mentioned in the documentation.
Is it possible to add support or is there a workaround to send values from HA to the group address with e.g. service knx.send or python?
Hi !
This is not a valid (or even implemented) sensor type because it is 2 values in one payload - which we can’t really handle in one HA sensor entity.
You can always use knx.send to send arbitrary raw payloads to the bus using a list (iterable) as payload, omitting the type attirbute. List length would have to match dpt payload length.