Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.08 KB

Dockerfile for Genmon

Based on the work that skipfire, JMVS, and gregmac did originally. This project is scripted to automatically publish versions weekly.

This is specifically made for compatibility with ESP32 devices like the OpenGenSet or the DIY Version.

Usage Example

docker run -d \
    -e TZ="America/New_York" \
    -p 8000:8000 \
    -v config_dir:/etc/genmon \
    --name genmon \
    m0ngr31/genmon

Home Assistant Setup

Look at the documentation here: https://github.com/gregmac/Genmon-ESP32-Serial-Bridge

Multi-arch Image

The latest release is available for amd64/x86_64, aarch64/ARMv8, ARMv7, and ARMv6. Usually docker should automatically download the right image.

docker pull m0ngr31/genmon:<TAG> should just work.