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

Split MR into MR and CR (current power) according to DT #132

Open
copystring opened this issue Feb 26, 2022 · 0 comments
Open

Split MR into MR and CR (current power) according to DT #132

copystring opened this issue Feb 26, 2022 · 0 comments

Comments

@copystring
Copy link

Hi,

I came here from a different smart home system which wasn't working for my use case.
Many things need to be transferred to mqtt. So I found https://github.com/embyt/enocean-mqtt which is using your library to publish to mqtt.
If this wrong here let me know and I'll open an issue over at https://github.com/embyt/enocean-mqtt.

Now to the actual problem I see here.:
I use an DSZ14 (A15-12-01) electricity meter which has two readings. Current meter reading and current power consumption.
Both are published to MR and according to DT it is either the meter reading or power consumption.
If you ask me it would make much more sense to publish MR with the current meter reading if DT is 0 and publish PC with the current power consumption if DT is 1.
Then DT would not need to be published at all anymore.
The way it is right now with both values published to the same topic (MR) makes kind of difficult to process the data afterwards.

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

1 participant