After updating to openhab I saw an interesting bug (maybe?):
dynamic icon works with state like 20 or 100 or 120 (directly checked with /icon/owniconname?iconset=classic&format=png&anyFormat=true&state=120)
But if it’s a floatValue / Number dynamicIcons not work with values > 100.0
while /icon/owniconname?iconset=classic&format=png&anyFormat=true&state=20.1 works and
/icon/owniconname?iconset=classic&format=png&anyFormat=true&state=100.1 works,
/icon/owniconname?iconset=classic&format=png&anyFormat=true&state=120.1 does not work. showing fallback icon.
I think if state=120 works fine, everbody expect 120.0 or 120.1 would work too?
Don’t know if this worked with openhab4.1, but first recognize after Update.
Any idea?