iobroker-community-adapters / ioBroker.wm-bus-community

WM-Bus Adapter for ioBroker
MIT License
1 stars 3 forks source link

im871a no data #9

Open mikkel75 opened 5 years ago

mikkel75 commented 5 years ago

Hi, I'm trying to get iobroker to include data from my im871a using wm-bus. When I use https://github.com/weetmuts/wmbusmeters everything works fine - but I'm not sure how I setup iobroker.wm-bus to get similar data. If I just set the ttyUSB0 and save - are the found devices supposed to pop-up in the config page - or do I need to add them my self? I have tried to leave just the ttyUSB0, but no devices are added.

wmbusmeters have support for my iperl water meter - how do I add that to iobroker?

(wmbus) received telegram 20222542 C-field=44 M-field=4cae (SEN) A-field-version=68 A-field-dev-type=07 (Water meter) Ci-field=7a (EN 13757-3 Application Layer with short Transport Layer) CC-field=00 (slow_resp) ACC=67 (wmbus) frame "1844AE4C4225222068077A670000000413CFE20100023B0000" (wmbus) payload "0413CFE20100023B0000" (wmbus) 00: 18 length (24 bytes) (wmbus) 01: 44 c-field (SND_NR) (wmbus) 02: ae4c m-field (4cae=SEN) (wmbus) 04: 42252220 a-field-addr (20222542) (wmbus) 08: 68 a-field-version (wmbus) 09: 07 a-field-type (Water meter) (wmbus) 0a: 7a ci-field (EN 13757-3 Application Layer with short Transport Layer) (wmbus) 0b: 67 acc (wmbus) 0c: 00 status () (wmbus) 0d: 0000 configuration () (wmbus) 1844AE4C4225222068077A67000000 (meter) iperl: for me? 20222542 (meter) iperl: yes for me (iperl) telegram for iperl 20222542 (iperl) log "telegram=|1844AE4C4225222068077A67000000|0413CFE20100023B0000|+300" (dvparser) found new format "0413023B" with hash c944, remembering! (iperl) 0f: 04 dif (32 Bit Integer/Binary Instantaneous value) (iperl) 10: 13 vif (Volume l) (iperl) 11: * CFE20100 total consumption (123.599000 m3) (iperl) 15: 02 dif (16 Bit Integer/Binary Instantaneous value) (iperl) 16: 3B vif (Volume flow l/h) (iperl) 17: 0000 (iperl) 1844AE4C4225222068077A670000000413CFE20100023B0000 iperl 20222542 123.599 m3 2019-03-12 07:41.29

Hope someone can help! Thanks