I’ve just spent quite a long time getting the 1-wire binding to work due to a possible bug.
The 2 Items below result in the second one not updating
Number OneWireTempSensor1 { onewire=“deviceId=28.14560F060000;propertyName=temperature;add=0.0;multiply=1.0;refreshinterval=10” }
Number OneWireTempSensor2 { onewire=“deviceId=28.6F040F060000;propertyName=temperature;add=0.0;multiply=1.0;refreshinterval=10” }
whereas the two below work correctly
Number FirstOneWireTempSensor { onewire=“deviceId=28.14560F060000;propertyName=temperature;add=0.0;multiply=1.0;refreshinterval=10” }
Number SecondOneWireTempSensor { onewire=“deviceId=28.6F040F060000;propertyName=temperature;add=0.0;multiply=1.0;refreshinterval=10” }
The only different thing different is the item names, and that I moved them to the top of the file to avoid scrolling, and clearing the cache didn’t do anything. I’m using Openhab V1.8 Nightly from around a month ago.