homebridge-tahoma-rts-blinds
v1.0.0
Published
Homebridge plugin for Somfy TaHoma RTS blinds via the Overkiz API
Readme
homebridge-tahoma-rts-blinds
Minimal Homebridge plugin for Somfy blinds via the Overkiz/TaHoma API.
Configuration
Add to your Homebridge config.json:
{
"platforms": [
{
"platform": "HomebridgeTahomaRtsBlinds",
"service": "somfy_europe",
"user": "[email protected]",
"password": "your-password"
}
]
}Command mapping
The plugin auto-detects device capabilities and maps the HomeKit slider accordingly.
Stateful devices (supports setClosure):
| HomeKit slider | Command |
|---|---|
| 0–100% | setClosure(100 - pos) |
Stateless devices (OGP venetian blinds, etc.):
| HomeKit slider | Command | Equivalent |
|---|---|---|
| 75–100% | open | Remote Up |
| 25–74% | goToAlias("1") / my | Remote My |
| 0–24% | close | Remote Down |
Development
bun install
bun run build # typecheck + bundle
bun run check # biome lint + format