Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aneisch/thermostat_mqtt_docker
- Owner: aneisch
- Created: 2019-12-13T03:21:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T00:20:41.000Z (over 3 years ago)
- Last Synced: 2024-12-29T06:08:18.111Z (about 1 month ago)
- Topics: docker, dockerfile, homeassistant, mqtt, radiothermostat
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```