You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.vscode | 2 years ago | |
src | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 1 year ago | |
Cargo.lock | 1 year ago | |
Cargo.toml | 1 year ago | |
README.md | 1 year ago | |
dsmr.code-workspace | 1 year ago |
README.md
DSMR to MQTT
Reads out a dutch smart meter using the DSMRv5 protocol and publishes some of the stats out to an mqtt broker.
DSMRv5 Parser
For parsing the data telegrams I use a modified version of the dsmr5
crate,
you can view its source here