the group.png is not display, but it works in my iOS app.
I found the png file in the icons directory under <OH2_HOME>/runtime/icons and I created the <OH2_HOME>/runtime/images to try, but it didn’t help to solve the problem.
Any idea, why does it work in iOS but not in the browser? I’m using chrome.
I installed latest build, and found a delay when I push an option in the browser and the action to take place. I’m testing with my zwave devices. The delay is around 30 seconds.
Also, the switch worked fine, but not the light.
Where are now located the icons? I couldn’t find them.
I had the same problem with the “door” and “frontdoor” icons, and I think I found the solution to that:
as you can see in the Github link above, there are only icons for “door-closed” and “door-open”. I had a look at working icons, i.e. “contact”. There is a “contact” icon as well, so in total it’s:
contact (.png and .svg)
contact-closed (.png and .svg)
contact-open (.png and .svg)
So I extracted the org.openhab.ui.iconset.classic.jar file, copied the door-closed.png to door.png and the door-closed.svg to door.svg
After that I added the new files to the JAR file:
jar uf …/org.openhab.ui.iconset.classic_2.0.0.201512041102.jar icons/door.*
In my openHAB2 installation on Windows 7 no icons are displayed when i use the latest snapshot. I do not have that problem with the alpha 2 version. I tried to learn from the snapshot demo, but that also does not display icons here. I have read this thread, but do not understand what I should change since alpha 2. Can someone point me to a wiki or other document which describes it for a user/non-developer ?
Thanks Kai, for adapting intro.md. Now I could add a folder classic in my icons folder and put all the openHAB1 icons in it. Most icons are now displayed as expected. I will check the other ones in the coming days.