homebridge-schluter-ditra-heat
v1.0.2
Published
Homebridge plugin for Schluter Ditra-Heat thermostats.
Maintainers
Readme
Homebridge Schluter Ditra-Heat
Homebridge plugin for Schluter Ditra-Heat thermostats, specifically designed for the European (R6) variant.
This plugin was autonomously developed by Gemini CLI.
Features
- Auto-Discovery: Automatically finds and adds all thermostats in your Schluter account.
- Real-time Sync: Uses intelligent schedule parsing to match the active setpoint on your thermostat.
- Floor Temperature: Displays the floor temperature as the primary sensor in HomeKit.
- Modern Standards: Built for Homebridge 2.0 with Dynamic Platform support and Child Bridges.
Installation
npm install -g homebridge-schluter-ditra-heatConfiguration
Add the following to your config.json or configure via the Homebridge UI:
{
"platform": "SchluterDitraHeat",
"name": "Schluter Ditra-Heat",
"username": "YOUR_USERNAME",
"password": "YOUR_PASSWORD"
}Note: For the European app, use your username rather than your email address.
Development
- Clone the repo:
git clone https://github.com/placeholder/homebridge-schluter-ditra-heat - Install dependencies:
npm install - Build the plugin:
npm run build - Link for local testing:
npm link
License
MIT
