Smart Meter Interface: Script for NZR EcoCount SL 85 with M-Bus #20418
aja1909
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since I didn't find any script for the NZR EcoCount SL 85 with M-Bus Interface I tried to figure it out by myself.
Script
The primary M-Bus address is configured to 9, change the 3rd byte '09' within the cmdTelegrams (2) of the meter definition to the primary address of your smart meter - or set your address to 9 as well.
The smart meter uses 24 bit integers for I and 48 bit integers for E. I didn't find a quick way to decode it so I decided to use just the lower 16/32 bits. I guess I won't see more than 4GWh or more than 65A on the meter. But if anyone of you has a solution for it I would be happy to integrate it.
Hardware
D1 Mini + TTL to MBUS Master Converter
VIN <-> 5V
GND <-> GND
TTLVCC <-> 3.3V
RXD <-> RX (GPIO3)
TXD <-> (GPIO1)
M+ <-> SL 85 Terminal 23
M- <-> SL 85 Terminal 24
Beta Was this translation helpful? Give feedback.
All reactions