Fredrik Öhrström
Fredrik Öhrström
on the todo!
Yes, I know. Still working on it. It is a pretty complicated fix because the whole address (id) code must be rewritten.
Still on the todo!
@autega its finally done, you can now use p0 to p250 for the primary addressing. `wmbusmeters --pollinterval=5s /dev/ttyUSB1:mbus:2400 TEMP piigth:mbus p0 NOKEY`
I think this should be solved. This meter uses BCD and the new code will automatically detect negative BCD values.
Fixed. Closing.
https://github.com/wmbusmeters/wmbusmeters/issues/1238
If you run just `wmbusmeters --logtelegrams auto:t1` you will get lines like: ``` Received telegram from: 72727272 manufacturer: (DME) DIEHL Metering, Germany (0x11a5) type: Water meter (0x07) encrypted ver: 0x70...
Thanks for the telegram! Great work in writing the driver in c++, but nowadays the drivers should be written in the configuration file format. Which is just a text file,...
@avandorp For the next driver you develop you can simply do this: ``` wmbusmeters --analyze=drivers/src/istaheat.xmq 5344742669315033A9048C2070900F002C25961200009D6949E80EB1E2707A96003007102F2F_0C0500000000426C00004C050000000082016CFE298C0105000000008C0115000000002F2F2F2F2F2F2F2F2F2F2F ``` I.e. just edit the xmq file and rerun the analyze command. :-)