Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aneisch/thermostat_mqtt_docker

Radio Thermostat local API to MQTT
https://github.com/aneisch/thermostat_mqtt_docker

docker dockerfile homeassistant mqtt radiothermostat

Last synced: 30 days ago
JSON representation

Radio Thermostat local API to MQTT

Awesome Lists containing this project

README

        

# Thermostat MQTT container
Buy Me A Coffee

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

## Usage

### Example docker-compose

```yaml
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
```