- Platform information:
- Hardware: Raspberry Pi
- OS: openhabian
- openHAB version: 3.2.0.M2
Hi. Thanks for all the great work you are doing!
I’ve made a custom icon that should respond to item changes. However, only the default icon is seen, independent on the item string value.
I’ve found documentation, and for the life of me cannot see that I’m doing anything wrong.
Place and naming of icons can be seen here:
This is how it looks in my floorplan (the icon with questionmark is the “verisureshield.png” file)
Here is the yaml of the widget:
component: oh-plan-marker
config:
coords: 87.99279481526803,72.61015890910853
icon: oh:verisureshield
iconUseState: true
item: Alarm_AlarmStatus
name: Alarm Status
tooltipPermanent: true
slots:
default: []
The only guess I have is that the item value sometimes appear as with space, sometimes with underscore, but I’ve tried both without success.
Any help would be highly appreciated!!