Closed harryzz closed 8 years ago
@harryzz: you could easily create PR directly from GitHub for this kind of small changes.
Just start editing of the file. All changes will be saved on your fork, where you can directly create PR.
since buid 559 i have a problem with RFXCOM binding, and the changes in channels.xml see my log file
If i go back build 558 every things is ok. Log.txt
@paulianttila : I tried snapshot 582 and I got the formmating exception. Additionally, my bridge thing was there and ONLINE but my child things (Oregon sensors) were not there (not displayed in Paper UI nor by a "smarthome:things list" command). It looks like something is still broken. The same setup in snapshot 554 is working well.
@lolodomo just tested latest snapshot and for me temperature humidity sensors are working fine (I also have some Oregon sensors). Try to remove one sensor and see if rediscovery helps.
@paulianttila : as discussed in another issue, my problem is fixed. And the formatting exception was probably not relative to a channel of the RFXCOM binding.
So maybe this issue can be closed ?
@lolodomo I agree, this can be closed. Formatting problem was fixed by the commit #1385 which actually is a problem on smarthome side (https://github.com/eclipse/smarthome/issues/2408)
OpenHAB 2.0 SPAPSHOT
in channels.xml for channel-type id="temperature" add:
<category>Temperature</category>
change:<state pattern="%.1f °C" readOnly="true"></state>
for channel-type id="humidity" add:<category>Humidity</category>
br harry