Skip to content

h3rj4n/docker-p1reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ARM Docker p1reader image

This docker image can be used to read the p1 port trough a serial connection.

Example

Build this repository.

docker build -t herjan/p1reader .

Running the image as daemon. The example below links the image to a homeassistant where data is send.

docker run -d -ti -v /dev/ttyUSB0:/dev/ttyUSB0 \
	--privileged --link homeassistant:homeassistant \
	herjan/p1reader:latest \
	-c 1 -s homeassistant -o mqtt \
	-a true -u homeassistent -p randompassword

About

Reads the p1 port trouhg docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published