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

Add support for Apator Metra E-RM 30 water meter #3203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

carpalex
Copy link

This provides partial support for decoding the telegrams transmitted by an Apator Metra E-RM 30 radio module for water meters.

The partial support is due to the fact that the payload is encrypted and only a limited set of fields were successfully reverse engineered, yet. The encryption appears to be a (custom) algorithm based on 4x4 S-boxes (see src/devices/apator_metra_erm30.c for more details).

Even so, the current state of the code provides decryption for the ID, Volume and Date, which should cover most the common use cases.

See also issue #3012.

@carpalex carpalex force-pushed the apator-metra-erm30 branch 2 times, most recently from 9b4c062 to 41fc184 Compare February 18, 2025 20:46
@zuckschwerdt
Copy link
Collaborator

One more style change: "mic" needs to be a fixed DATA_STRING of "CRC".

@carpalex
Copy link
Author

One more style change: "mic" needs to be a fixed DATA_STRING of "CRC".

Done.

@K1ngC4ndy
Copy link

hey, did you have any news? thanks

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

Successfully merging this pull request may close these issues.

3 participants