Sven Strohschein
Sven Strohschein
An auto-sync feature for example for gDrive would be nice, so two people (in my case me and my girlfriend) could access the same, current shopping-list.
I switched from a FritzBox 7590 (DSL) to a FritzBox 5530 (fiber) and would like to get the current connection speed (downstream and upstream) again. I configured the channels "dslDownstreamCurrRate"...
Unfortuantely MainUI can still not control setpoint items like the target temperature of a thermostat. A readOnly=false configured setpoint item is just displayed with an "Analyze" button and a read-only...
A NullPointerException occurs multiple times within my OpenHAB 2.5.6 setup, see stacktrace. `2020-07-17 09:26:05.126 [ERROR] [b.core.service.AbstractActiveService] - Error while executing background thread FritzboxTr064 Refresh Service java.lang.NullPointerException: null at org.openhab.binding.fritzboxtr064.internal.FritzboxTr064Binding.execute(FritzboxTr064Binding.java:223) ~[?:?]...
This pull-request adds a switch to restart the smart home controller / bridge. This solves issue #16968
It is possible to reboot the SHC (SmartHomeController) via the API. That should also be possible via OpenHAB for example to realize a rule that reboots the device at regular...
I'm trying to sum various values of a json received via MQTT. When the JSON path of the item is "$.intervalDatas[0].channelIntervalDatas[0].averageImportRMSActivePower", everything is working fine and it is updated every...
I have tried to add a new method to an record (Java 17), but javassist corrupts the class signature when CtNewMethod#make(CtClass, String, CtClass[], CtClass[], String, CtClass) is used. The class...