Arne Seime
Arne Seime
Signed-off-by: Arne Seime Partial support for persisting values with a specific timestamp by implementing `ModifiablePersistenceService` instead of `QueryablePersistenceService`. By also changing the startlevel to 79 (before bindings), it allows the...
Log shows refreshing happens every 5 minutes as configured. At midnight errors occur. Guessing on Tibbers side, but the problem is that the binding can't deal with these and gives...
The response when converted to JSON contain field types that should or could be hidden. * Empty strings, ie `"version": ""` * `XXX_UNSPECIFIED` enum values (ordinal 0) , ie `"status":...
This PR adds a default filter to skip ignored inbox items. Most of the calls from MainUI uses inbox data only to show the number of _non-ignored inbox_ items. On...
Add a REST call to expose broken links, similar to openhab-cli orphan links. MainUI user interface in a separate PR
## The problem When navigating in MainUI, a non-existant URL is generated by the UI. When doing browser reload, the URL is not found and an error page is shown:...
Starting point for a UI that shows issues with the users installation. First out is broken links. Depends on https://github.com/openhab/openhab-core/pull/4115
## The problem After opening `Settings` -> `Things` page, the UI starts reloading the `inbox` resource excessively. This leads to a frozen UI and overheated CPU. After initial load: With...
The README is beginning to become quite overloaded, and I assume some of the information is neither correct nor complete. - Maybe split examples to separate file? - Improve doc...
Currently we have support for thing actions which is great. But I'd also love to see support for other actions like the openhab cloud sendNotification action. Could be generated code...