Skip to content

aneisch/thermostat_mqtt_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages