Hi,
I’m trying to create my first floorplan in OH3.
When I define a marker on the floor, the tooltip is visible, but I have some issues with the icons:
When using an openHab icon, the icon is invisible:
config:
label: My Plan
imageUrl: http://192.168.2.18:8080/static/floor.jpg
noZoomOrDrag: false
noZoomAnimation: false
imageWidth: 1892
imageHeight: 1684
backgroundColor: black
markers:
- component: oh-plan-marker
config:
name: Kitchen
coords: 1134.9646606445312,766.96923828125
item: AQ_Temp
iconUseState: false
tooltipPermanent: true
useTooltipAsLabel: false
tooltipFontSize: “24”
iconSize: 40
icon: oh:iconName(temperature)
slots:
default:
When using f7 icons the icon appears, but with some additional text: N(the Icon)
config:
label: My Plan
imageUrl: http://192.168.2.18:8080/static/floor.jpg
noZoomOrDrag: false
noZoomAnimation: false
imageWidth: 1892
imageHeight: 1684
backgroundColor: black
markers:
- component: oh-plan-marker
config:
name: Kitchen
coords: 1134.9646606445312,766.96923828125
item: AQ_Temp
iconUseState: false
tooltipPermanent: true
useTooltipAsLabel: false
tooltipFontSize: “24”
iconSize: 40
icon: f7:iconName(thermometer)
slots:
default:
Any idea what is going wrong here and how to fix it?
My setup is
- Raspberry 4
- openHAB 3.0.1 Release Build
- Linux/5.10.17-v7l+ (arm)
- Java 11.0.10 (Zulu11.45+27-CA)
Jens