Wouter Born
Wouter Born
We have the same issue with openHAB (https://github.com/openhab/openhab2-addons/issues/4411). @digitaldan also has some plans to look into this. It may save time if we concentrate our efforts.
Yes [they now commit to supporting the XMPP API for local control](https://community.home-assistant.io/t/logitechs-stance-on-local-apis/85842/18) and don't guarantee other undocumented APIs (Websockets API) remain available.
Is this still an issue @lolodomo? If so, is it a core or Basic UI issue?
In Chrome it's easy to debug if/what events are received in by the browser. 1. Open the "Developer tools" (by menu or pressing F12) 2. Select the "Network" tab 3....
The implementation isn't that smart and currently uses a loop: https://github.com/openhab/openhab-core/blob/c12067a63bf053ff1d71b632ef0ab36c9c1a9faf/bundles/org.openhab.core.ui.icon/src/main/java/org/openhab/core/ui/icon/AbstractResourceIconProvider.java#L92-L100 It is probably limited to 0-100 and not any value to reduce CPU load. Perhaps it can evaluate the...
The upgrade in Karaf is tracked by issue [KARAF-7544](https://issues.apache.org/jira/browse/KARAF-7544).
I've been using d-solo in the URLs too for some time now. But I haven't found time to update the documentation/screenshots for that change. :wink: You can use the changes...
I think I read one day that nowadays unique IDs are generated. Perhaps it also depends on your upgrade path if they have been applied to existing dashboards.
Which browser and version of openHAB are you using @NSchnitzler? When I Google the error message I found an [issue](https://github.com/tinymce/tinymce/issues/4081) where people got it due to using AdBlock/Ghostery. Do you...
I can't reproduce this issue with the demo on Chrome and Firefox and the latest openHAB version. Testing Safari is a bit difficult since I don't own a Mac. Do...