Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 423 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 423 Bytes

vzlogger docker image

this image is an armv7 / rpi image

Pull the image

docker pull sir/docker-smartmeter-vzlogger

Run the container

The container needs a mounted volume in /cfg. In this folder must be placed the vzlogger.conf

You can also passthrough the usb device with the data logger hardware connected.

docker run -i -t -v /path-to-data-on-host:/cfg --device=/dev/ttyUSB0 treban/smartmeter-vzlogger