and i have linked an item named KNXWintiStoren_WindGeschwindigkeit from type Number:Dimensionless:
Metadata: Unit m/s
Statedescription, Pattern: %.1f m/s
this time it does not fill any more values in and tells in log: Failed to update item 'KNXWintiStoren_WindGeschwindigkeit' because '0.91 °C' could not be converted to the item unit 'one'
Why it is not using the correct units from the DPT it gets? Most DPT has a unit. Why it is using °C and not m/s as i configured in unit and Pattern? What i have to do to configure correctly to avoid this generally?
2023-11-09 11:29:57.070 [WARN ] [penhab.core.library.items.NumberItem] - Failed to update item 'KNXWintiStoren_WindGeschwindigkeit' because '0.16 m/s' could not be converted to the item unit 'one'
2023-11-09 11:30:07.089 [WARN ] [penhab.core.library.items.NumberItem] - Failed to update item 'KNXWintiStoren_WindGeschwindigkeit' because '0 m/s' could not be converted to the item unit 'one'
and now it works! So both is needed, the correct DPT 9.005 in channel-definition and number:speed in item definition to get it working!
Thank you very much!