AnderssonPeter / GuardRelay

Service that reads Charge Amps Amp Guard and sends it to MQTT (With Home Assistant device creation)
MIT License
0 stars 0 forks source link

GuardRelay

Service that reads Charge Amps Amp Guard and sends it to MQTT (With Home Assistant device creation)

· Report Bug · Request Feature ·


GitHub Tag GitHub Actions Workflow Status GitHub License

Table of Contents

About The Project

Service that reads Charge Amps Amp Guard and sends it to MQTT (With Home Assistant device creation). It currently creates the following entities in home assistant:

Getting Started

version: "3.8"
services:
  guardrelay:
    container_name: guardrelay
    image: "ghcr.io/anderssonpeter/guardrelay:latest"
    restart: unless-stopped
    mem_limit: 128M
    cpus: 0.5
    security_opt:
      - no-new-privileges:true
    environment:
      - TZ=Europe/Stockholm
      - Application__Application=/config/GuardRelay.sqlite
      - MQTT__Connection__Server=hostname
      - ChargeAmpGuard__Uri=ws://192.168.0.15/ws
      - ChargeAmpGuard__Pin=123456
    volumes:
      - ./guardrelay/config:/config

Todo: