Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for ABB B23 111-100/Elvaco CMeX20w #685

Closed
snapspizza opened this issue Nov 21, 2022 · 3 comments
Closed

Support for ABB B23 111-100/Elvaco CMeX20w #685

snapspizza opened this issue Nov 21, 2022 · 3 comments

Comments

@snapspizza
Copy link

Hello

Thank you for this excellent piece of software. It is greatly appreciated!

There seems to be support for all of my meters, except for my electricity meter.

My electricity meter is a ABB B23 111-100 that's coupled with a Elvaco CMeX20w Meter Connectivity Module, which sends out the Wireless M-Bus telegrams.

PXL_20221121_162247960~2

A manual for the ABB meter can be found here and a manual for the Elvaco MCM can be found here.

Here's a few telegrams sent by the meter:

Started config rtlwmbus[00000001] listening on t1
(meter) electricity: meter detection could not find driver for id: 00674565 mfct: (ABB) ABB, Sweden (0x442) type: Electricity meter (0x02) ver: 0x20
(meter) please consider opening an issue at https://github.com/weetmuts/wmbusmeters/
(meter) to add support for this unknown mfct,media,version combination
telegram=|844442046545670020027A3E000020_0E840017495200000004FFA0150000000004FFA1150000000004FFA2150000000004FFA3150000000007FFA600000000000000000007FFA700000000000000000007FFA800000000000000000007FFA90000000000000000000DFD8E0007302E38322E31420DFFAA000B3030312D313131203332421F|+0
telegram=|844442046545670020027A58000020_0E840019495200000004FFA0150000000004FFA1150000000004FFA2150000000004FFA3150000000007FFA600000000000000000007FFA700000000000000000007FFA800000000000000000007FFA90000000000000000000DFD8E0007302E38322E31420DFFAA000B3030312D313131203332421F|+0
telegram=|844442046545670020027A75000020_0E840021495200000004FFA0150000000004FFA1150000000004FFA2150000000004FFA3150000000007FFA600000000000000000007FFA700000000000000000007FFA800000000000000000007FFA90000000000000000000DFD8E0007302E38322E31420DFFAA000B3030312D313131203332421F|+0

Could anybody help me decode these into something intelligible and create a driver for the meter?

BIBOLV added a commit to BIBOLV/wmbusmeters that referenced this issue Nov 21, 2022
Driver for Elvaco CMeX20w MCM used with ABB B23 electricity meter.
wmbusmeters#685
@snapspizza
Copy link
Author

Thank you very much @BIBOLV!

Just updated to the newest version of wmbusmeters and your driver works perfectly.

@weetmuts
Copy link
Member

@snapspizza There is more stuff in these telegrams.

https://wmbusmeters.org/analyze/844442046545670020027A3E0000200E840017495200000004FFA0150000000004FFA1150000000004FFA2150000000004FFA3150000000007FFA600000000000000000007FFA700000000000000000007FFA800000000000000000007FFA90000000000000000000DFD8E0007302E38322E31420DFFAA000B3030312D313131203332421F

But most values are zero right now. Can you checkout the content later when there are values that can be correlated with real world values, then we can add the remaining values as well.

@snapspizza
Copy link
Author

@weetmuts Yeah, the length of the telegram does suggest that there should be more relevant information in the telegram. Will update later with a sample telegram and see if we can make sense of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants