cedricboon / openhab-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
6 stars 5 forks source link

Feature - Show both raw data and textual data for VMB4AN #3

Closed cedricboon closed 4 years ago

MDAR commented 4 years ago

I used to be able to see the 4 values in PaperUI, now all I see on any of the channels is either -NaN or NaN

image

I can see the module being polled in Velbuslink

MDAR commented 4 years ago

Something seems to have updated, I can now see

2019-07-11 17:36:37.928 [vent.ItemStateChangedEvent] - VMB4AN_AnalogInput_4_RAW changed from 35.0 µA to 30.0 µA
2019-07-11 17:36:39.770 [vent.ItemStateChangedEvent] - VMB4AN_AnalogInput_3_RAW changed from 40.75 mV to 40.0 mV
2019-07-11 17:36:52.080 [vent.ItemStateChangedEvent] - VMB4AN_AnalogInput_2_RAW changed from 15.0 mV to 14.75 mV
2019-07-11 17:37:01.553 [vent.ItemStateChangedEvent] - VMB4AN_AnalogInput_1_RAW changed from 730.25 Ω to 725.0 Ω
2019-07-11 17:37:42.537 [vent.ItemStateChangedEvent] - VMB4AN_AnalogInput_3_RAW changed from 40.0 mV to 38.75 mV
2019-07-11 17:37:44.490 [vent.ItemStateChangedEvent] - VMB4AN_AnalogInput_4_RAW changed from 30.0 µA to 35.0 µA
2019-07-11 17:38:01.480 [vent.ItemStateChangedEvent] - VMB4AN_AnalogInput_2_RAW changed from 14.75 mV to 15.0 mV
2019-07-11 17:38:04.313 [vent.ItemStateChangedEvent] - VMB4AN_AnalogInput_1_RAW changed from 725.0 Ω to 730.25 Ω

image