Skip to content

Commit

Permalink
Fix path to pre-built docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
barnstee committed Oct 10, 2023
1 parent 498c197 commit cb03de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This Home Energy Management System (HEMS) is an OPC UA Server capturing energy t

Simply run the pre-built containers on a Docker-enabled computer, e.g. for RaspberryPi4:

`docker run -itd -p 4840:4840 --device=/dev/ttyUSB0 --restart=always ghcr.io/barnstee/ua-edgehems-arm64:latest`
`docker run -itd -p 4840:4840 --device=/dev/ttyUSB0 --restart=always ghcr.io/digitaltwinconsortium/ua-edgehems-arm64:latest`

This will expose the OPC UA server on the default OPC UA port of 4840 and also make any USB serial devices available in the container (for reading out smart meters, etc.).

Expand Down

0 comments on commit cb03de6

Please sign in to comment.