Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 555 Bytes

File metadata and controls

18 lines (13 loc) · 555 Bytes

ko-fi

Docker OpenTherm Monitor

Introduction

The Opentherm Monitor is a small utility that is intended to help you configure and monitor your opentherm gateway (OTGW).

Run the image

Depending on your configuration you would start the image with something like:

docker run -d -p 8080:8080 \
  -v $(pwd)/otmonitor.conf:/data/otmonitor.conf
  basschipper/docker-otmonitor:latest

More info