homebridge-salus-aura
Version:
Homebridge plugin for Salus iT600 and JG Aura thermostats
22 lines (16 loc) • 340 B
Markdown
# Homebridge Salus iT600
Homebridge plugin for Salus iT600 and JG Aura thermostats.
Tested to "works for me" level.
## Installation
Use the same credentials as in your Salus or JG Aura app.
```
{
platforms: [
{
"platform": "Salus-iT600",
"username": "email@example.com",
"password": "secret123"
}
]
}
```