volkszaehler / mbmd

ModBus Measurement Daemon - simple reading of data from ModBus meters and grid inverters
BSD 3-Clause "New" or "Revised" License
237 stars 82 forks source link

Arch Linux package (AUR) created #286

Open archi opened 2 years ago

archi commented 2 years ago

I wanted to let you know that I created and pushed a package to the Arch Linux AUR: https://aur.archlinux.org/packages/mbmd-git

I did not like the example service file (sorry ;-)), and adjusted it. The security is a bit tighter now, and the daemon runs as its own user. Sadly Amazon only delivers the USB RS485 adapter tomorrow, so I can not really test it for now.

If there is any feedback, I'm happy to incorporate it. Also, in case you'd like to link to it in the README, I'll be happy to open a small PR.

btw, thanks for all the work! Looking forward to feed my new SDM630 into Home Assistant!

archi commented 2 years ago

FTR: Reading my SDM630 works as expected :)

isarrider commented 2 years ago

FTR: Reading my SDM630 works as expected :)

could you post your config? A friend has this meter too...

archi commented 2 years ago

@isarrider for mbmd it's really just https://github.com/volkszaehler/mbmd/blob/master/mbmd.dist.yaml minus the things I don't need. For Home Assistant I've used an mqtt client and manually added all the fields I felt relevant.

I've created a gist with my configs https://gist.github.com/archi/320d21923e26aedf49ebc2e34659f7da

isarrider commented 2 years ago

@archi thx!