After upload of the recompiled binding to \\openhabserver\openHAB-share\openhab2-addons\ I got readings for humidity and temperature, however I got also some strange errors
2018-09-28 22:16:47.655 [ERROR] [rg.eclipse.smarthome.binding.onewire] - bundle org.eclipse.smarthome.binding.onewire:0.10.0.201809281925 (219)[binding.onewire] : Cannot register component
org.osgi.service.component.ComponentException: The component name 'binding.onewire' has already been registered by Bundle 219 (org.eclipse.smarthome.binding.onewire) as Component of Class org.eclipse.smarthome.binding.onewire.internal.OwHandlerFactory
and later after reading values for the first time
2018-09-28 22:16:54.425 [hingStatusInfoChangedEvent] - 'onewire:ms-th:nexx:basement2' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): refresh exception
2018-09-28 22:16:59.427 [hingStatusInfoChangedEvent] - 'onewire:ms-th:nexx:basement2' changed from OFFLINE (COMMUNICATION_ERROR): refresh exception to ONLINE
2018-09-28 22:17:02.451 [hingStatusInfoChangedEvent] - 'onewire:ms-th:nexx:basement2' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): refresh exception
2018-09-28 22:17:09.463 [hingStatusInfoChangedEvent] - 'onewire:ms-th:nexx:basement2' changed from OFFLINE (COMMUNICATION_ERROR): refresh exception to ONLINE
2018-09-28 22:17:14.191 [hingStatusInfoChangedEvent] - 'onewire:ms-th:nexx:basement2' changed from ONLINE to OFFLINE (COMMUNICATION_ERROR): refresh exception
... and so on
Is it problem with conflict with the original binding or something more is needed in the binding itself?
Open source means you can do it by yourself, so I did. I have added support for those 2 sensors plus fixed some issues. PR should be ready this weekend.