Martin van Wingerden
Martin van Wingerden
I and others noted that when injecting / implementing the `TlsTrustManagerProvider` warning sometimes pop up. Eg. ``` !ENTRY org.apache.felix.scr 4 0 2018-12-07 06:55:13.806 !MESSAGE Circular reference detected trying to get...
CC: @msteigenberger In the DSMR binding we do a call to the ESH serial abstraction: https://github.com/openhab/openhab2-addons/blob/7ce13315c1f8ce640ad9822014feaa3e91126ef5/addons/binding/org.openhab.binding.dsmr/src/main/java/org/openhab/binding/dsmr/internal/device/connector/DSMRSerialConnector.java#L154 ```java serialPort.enableReceiveThreshold(SERIAL_TIMEOUT_MILLISECONDS); serialPort.enableReceiveTimeout(SERIAL_TIMEOUT_MILLISECONDS); ``` However this is implemented NrJavaSerial (in serial over ip) as:...
Temperature sensors with negative values seem not to respond properly, is this known and is this maybe related to an issue in another homebridge module: https://github.com/rthewhite/homebridge-homewizard/issues/4 This commits seems to...
Dear @mattnworb & @mbruggmann could it make sense to archive this repo to make it more clear that it is no longer maintained and does not work with current versions...
Dear maintainers, I used pimatic for some time but felt more comfortable with openHAB (also because I'm a fulltime java developer). However I still think that homeduino could be a...