Wouter Born
Wouter Born
> I have read https://www.openhab.org/docs/developer/ and installed Maven, JDK 11 and Eclipse Did you install Eclipse yourself or did you follow the instructions? https://www.openhab.org/docs/developer/ide/eclipse.html After following these instructions the code...
I just pushed https://github.com/openremote/openremote/commit/a4fcfb54a8674666f8e556225f28304d875fe1bc to fix this @richturner. See: https://github.com/openremote/openremote/actions/runs/10215212024
This should work with the commits pushed today.
Do you have Java 17 installed and on the PATH? You can check this by running `java -version` on the CLI. It may help to configure the JAVA_HOME environment variable....
> If I understood you corrected this artifact should be already part of the distribution, but why does the load fails? Do I need to add something to feature.xml instead?...
It will now set the alarm `sourceId` to the `ruleId` or the `userId` in the database depending on if the alarm was created by a rule or manually. I opted...
With the latest commit it will now also show the source rule ID or username in the UI.
Apparently due to some recent changes (#1806?) there is now a scenario in which the realm roles in the `realmCache` of the `ManagerKeycloakIdentityProvider` are not up to date. It happens...
Can you transfer this issue to the openhab-docs repo @kaikreuzer?
Maybe it is also possible to process the README so it does not show certain content like the badges, openHAB logo and container build instructions?