Markus Rathgeb
Markus Rathgeb
For the uinput device the hard coded name "Nintendo Wiimote" is used. A recent Xserver (udev support) will use this name for the X input device name, if we add...
This is a feature request to add support the native file manager / android storage API additional to use your own file browsing. Why? Hm, this request is added because...
We are using the tag 4.8 of the restbed source code. We are using the following "simple" error handler: ```C++ restbed::Service service; service.set_error_handler([](const int tbd, const std::exception& exc, const std::shared_ptr&...
Following the manual installation instructions for linux systems an user without any home directory should be created. I named the user "openhab" (as I used openHAB 3 instead of openHAB...
It seems that a cron expression that for daily midnight ("0 0 0 * * ? *") could lead to an job execution on the "day before". See comments here:...
Some time the rule classes used to store / restore has been changed. In my fork I added a small code change so I could still load from an old...
EasySSH provides a nice and simple (to use) GUI to access all the remote shell connections I need. From time to time I also need to connect to that connection...
The `thingAdded` method of the thing manager implementation if called by the `ThingRegistryImpl` instance's method `notifyTrackers` if a provider notifies its listener about an added thing. https://github.com/openhab/openhab-core/blob/master/bundles/org.openhab.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/ThingManagerImpl.java#L454 This method calls...
The Eclipse IDE support Save Actions for Java files. There are additional actions that are not covered by the formatter. For example you can configure that the final keyword should...
For the manual installation you suggest to create first an openhab user using the following command: ```shell sudo adduser --system --no-create-home --group --disabled-login openhab ``` This syntax does not work...