openhab / openhab-android

openHAB client for Android
https://play.google.com/store/apps/details?id=org.openhab.habdroid
Eclipse Public License 2.0
599 stars 317 forks source link

Support missing for icon value like oh:humidity #3342

Closed lolodomo closed 1 year ago

lolodomo commented 1 year ago

The Android app already correctly renders icons "temperature" and "oh:classic:pressure". It would be great if "oh:humidity" could be also supported. In case no icon set is provided by the user,, the app should consider by default the "classic" icon set.

lolodomo commented 1 year ago

I don't know how the app is requesting the icon, but for "oh:humidity", either you have to set properly the request parameter "iconset" (to "classic") or you have to not set it at all in that case and the OH server will then consider the "classic" icon set by default.

lolodomo commented 1 year ago

The current workaround is to not use this syntax and rather use just "humidity".