Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 727 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 727 Bytes

Thermostat MQTT container

Buy Me A Coffee

Pulls data from Radio Thermostat local API and pushes to MQTT every minute.

Usage

Example docker-compose

version: '3.2'
services:
    thermostat_mqtt:
        container_name: thermostat_mqtt
        image: ghcr.io/aneisch/thermostat_mqtt_docker:latest
        environment:
          - MQTT_SERVER=10.0.1.22
          - MQTT_PORT=1883
          - THERMOSTAT_IP=10.0.0.29
          - TOPIC=sensor/thermostat
        restart: always