https://github.com/bene/ondo
Matter thermostat with change over input 🥶🥵
https://github.com/bene/ondo
Last synced: about 1 year ago
JSON representation
Matter thermostat with change over input 🥶🥵
- Host: GitHub
- URL: https://github.com/bene/ondo
- Owner: bene
- Created: 2024-06-30T15:09:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T15:24:10.000Z (about 2 years ago)
- Last Synced: 2025-06-18T01:07:40.824Z (about 1 year ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ondo
Given my privileged situation of living in a flat equipped with [district cooling](https://www.wienenergie.at/ueber-uns/unternehmen/energie-klimaschutz/energieerzeugung/fernkaelte/), the desire for a Matter thermostat that supports [change over systems](https://www.wienenergie.at/faqs/was-ist-ein-change-over-system/) arose.
## Requirements
- Raspberry Pi or similar
- DHT22 or similar
- Relay module
- Optocoupler module
## Usage
Set the correct GPIO pins in `src/config.ts` and run the app. Use [pm2](https://pm2.keymetrics.io/) or Docker to run the app in the background. A matter setup code will be printed to the console.