openhab / openhab-addons

Add-ons for openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.87k stars 3.58k forks source link

[rfxcom] Temperature and Humidity icon not displayed and formmating exception in log #1343

Closed harryzz closed 7 years ago

harryzz commented 7 years ago

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

paulianttila commented 7 years ago

@harryzz: you could easily create PR directly from GitHub for this kind of small changes.

screen shot 2016-10-26 at 18 09 25

Just start editing of the file. All changes will be saved on your fork, where you can directly create PR.

phil2fer commented 7 years ago

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

lolodomo commented 7 years ago

@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.

paulianttila commented 7 years ago

@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.

lolodomo commented 7 years ago

@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 ?

paulianttila commented 7 years ago

@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)