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

Are there plans to add read of connecter water meter #21

Open
PeterSchops opened this issue Dec 9, 2024 · 7 comments
Open

Are there plans to add read of connecter water meter #21

PeterSchops opened this issue Dec 9, 2024 · 7 comments

Comments

@PeterSchops
Copy link

In Belgium next to the gas meter also a water meter is connected. So it would be nice to also read out these values.

@romix123
Copy link
Owner

romix123 commented Dec 10, 2024 via email

@PeterSchops
Copy link
Author

After some searching I managed to find the information on the internet. It seems to be very similar to the gas readout, so it is probably not very hard to add it. But it needs to be added in multiple places.

ObisId 0-2:24.2.1

.7.0(002.31A)
0-0:96.3.10(1)
0-0:17.0.0(999.9
kW)
1-0:31.4.0(999A)
0-0:96.13.0()
0-1:24.1.0(003)
0-1:96.1.1(37464C4F32313232313439303732)
0-1:24.4.0(1)
0-1:24.2.3(221028214000S)(00032.932
m3)
0-2:24.1.0(007)
0-2:96.1.1(3853455430303030323136343232)
0-2:24.2.1(221028213843S)(00004.332*m3)
!4394
/FLU5\253770234_A

@romix123
Copy link
Owner

romix123 commented Dec 11, 2024 via email

@PeterSchops
Copy link
Author

PeterSchops commented Dec 11, 2024

The .1 or .3 at the end seems to refer to the measurement type (1: base value, 3: non-temperature compensated)

0-1:24.1.0(003)                            gas-meter mbus id
0-1:96.1.1(37464C4F32313232313439303732)   gas-meter id DIN43863-5 (fluvius) format
0-1:24.4.0(1)
0-1:24.2.3(221028214000S)(00032.932m3)     gas-meter reported value (.3 is non-temperature compensated value)
0-2:24.1.0(007)                            water-meter mbus id
0-2:96.1.1(3853455430303030323136343232)   water-meter id DIN43863-5 (fluvius) format
0-2:24.2.1(221028213843S)(00004.332*m3)    water-meter reported value (.1 is base value)

When I look to implementation somewhere else, I saw that for gas it was favoring the .1 measurement. But when no data is found for .1 it would take the .3 value.
https://github.com/plan-d-io/P1-dongle/blob/main/dsmrTelegram.ino (line 443)

@romix123
Copy link
Owner

romix123 commented Dec 15, 2024 via email

@romix123
Copy link
Owner

Peter, contact me by email for the firmware mentioned above. [email protected]

@PeterSchops
Copy link
Author

I forked a fork of your project, and added the readout of water.
https://github.com/PeterSchops/P1-wifi-gateway

Adding the readout itself was not so hard in the end.

For the moment my hardware is working without the buffer, so I need to invert the communication. So my version will not run on your hardware. But I plan to still fix that.

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