-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
If you can dig up info about the obis codes used for water, then, no problem, I csn add water.Verstuurd vanaf mijn iPadOp 10 dec 2024 om 00:15 heeft PeterSchops ***@***.***> het volgende geschreven:
In Belgium next to the gas meter also a water meter is connected. So it would be nice to also read out these values.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
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) |
I can add the water meter. That is not too hard. The trouble is that the Belgian obis codes are a bit messy and that it is tricky to detect which is gas and which water (0-2.24.2.3 and 0-2.24.2.1)
For gas it was
In NL the OBIS reference is: 0-1:24.2.1
In B the OBIS reference is: 0-1:24.2.3
but I have found a ciomment that BE is/has switched to the NL code. From your data, I assume 24.2.1 is water, not gas
… Op 10 dec 2024, om 16:42 heeft PeterSchops ***@***.***> het volgende geschreven:
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.9kW)
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.932m3)
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
—
Reply to this email directly, view it on GitHub <#21 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AANPIKRH7EPAXIRG5V5XOV32E4DX3AVCNFSM6AAAAABTJ4OV2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMZSGA4TSNRTGU>.
You are receiving this because you commented.
|
The .1 or .3 at the end seems to refer to the measurement type (1: base value, 3: non-temperature compensated)
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. |
Peter,
In theory this version of the firmware (github/narfight’s fork of mine) now contains water and gas readings in MQTT.
See https://github.com/narfight/P1-wifi-gateway
for the installation guide.
Connexion initiale : Le module crée un réseau Wi-Fi P1_setup_XXXX. Connectez-vous à ce réseau.
Accès à l'interface : Accédez à l’interface de configuration via http://192.168.4.1 <http://192.168.4.1/>.
Here is the new (untested, as I am not in Belgioum) firmware. Potentially water and gas are swapped.

|
Peter, contact me by email for the firmware mentioned above. [email protected] |
I forked a fork of your project, and added the readout of water. 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. |
In Belgium next to the gas meter also a water meter is connected. So it would be nice to also read out these values.
The text was updated successfully, but these errors were encountered: