Hello, I’m using “Units Of Measurement” to convert values as this:
things/house.things
Type number : pressure "Pressure" [ ga="<15/0/41" ]
items/house.items
Number:Pressure pressure "Pressure [%.1f Pa]" <pressure> { channel="knx:device:bridge:meteo:pressure" }
sitemaps/house.sitemap
Text item=pressure label="Pressure [%.1f hPa]" {
Frame {
Switch item=Day_Period label="(PA)" mappings=[0="4h", 1="1D", 2="1W", 3="1M", 4="1Y"]
Chart item=pressure period=4h refresh=10000 visibility=[Day_Period==0]
Chart item=pressure period=D refresh=10000 visibility=[Day_Period==1]
Chart item=pressure period=W refresh=10000 visibility=[Day_Period==2]
Chart item=pressure period=M refresh=10000 visibility=[Day_Period==3]
Chart item=pressure period=Y refresh=10000 visibility=[Day_Period==4]
}
}
The value in label is correct, but the chart keep showing the unconverted values.
In KNX Binding there isn’t the option readTransform as Modbus…
Any idea?
Regards