I think 5.001 is not the best choice for multiswitch, because the 0-255 value sent over the bus is mapped to a percentage. So if you send value 3 on the bus, the object value will be 3/255 * 100 = something around 1.17647 . And you'll need to set that kind of float value in the multiswitch properties. In this case, perhaps you would better use object type 5.xxx that uses the raw 0-255 value.
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Jeff!
Can you give me a little help?
I tried to add the Multi-switch to my visu:
<object id="text" gad="0/0/102" init="persist" log="true" type="5.001">test EIS5 (0...100)</object>
and added the mulit-sitch in webknx with 4 values
every value has it's own picture and the values are defined from 1 to 4
Now when I send the propriate value from KNX-Busmonitor nothing changes....
Have you got an idea?
Hi,
I think 5.001 is not the best choice for multiswitch, because the 0-255 value sent over the bus is mapped to a percentage. So if you send value 3 on the bus, the object value will be 3/255 * 100 = something around 1.17647 . And you'll need to set that kind of float value in the multiswitch properties. In this case, perhaps you would better use object type 5.xxx that uses the raw 0-255 value.
Regards,
Jean-François