Mark Herwege

Results 41 issues of Mark Herwege

Closes [#11868](https://github.com/openhab/openhab-addons/issues/11868) This PR adds: - NHC I energy meters - NHC II access control To reduce code duplication with the added functionality, it also contains code refactoring to lift...

enhancement
(potentially) not backward compatible

The persistence REST response, when no persistence configuration is available, is a 404 at the moment. This PR changes that and will serve a persistence configuration matching the default persistence...

Solves https://github.com/openhab/openhab-core/issues/3854 To help the user in configuring the right unit when creating items from thing channels, one of the suggestions was to use a unitHint that could be provided...

Several add-onsand services use different ways to limit the part of the network being scanned for discovery. This concerns binding discovery, but also add-on discovery and more general services like...

enhancement

Closes https://github.com/openhab/openhab-core/issues/3732 Closes https://github.com/openhab/openhab-core/issues/3896 This PR implements unit support in all PersistenceExtension commands, returning the full value including unit for Number item types with a dimension. It therefore changes return...

API breaking

See discussion https://github.com/openhab/openhab-addons/pull/16060#issuecomment-1904427913 To my knowlege, all reading of xml files will fail if the xml file contains elements that are not in the schema (and code). For 4.1, we...

enhancement

The in memory persistence is especially relevant for forecasts or future value calculations. To make it easy to configure, I propose a default strategy of Forecast. Any item with time...

enhancement

This is an enhancement request. With OH4, there is now support for input elements in sitemaps. I have implemented this in BasicUI and the Android App. It would be nice...

enhancement

When creating an enhancement request issue, one is rerouted to Discussions. A normal user (as myself) does not have permission to create new Discussions. Either the administrator should give permission,...

When creating a new Number with Dimension item from a channel link, the stateDescriptionPattern does not propose the state description pattern from the channel type as the default. This PR...