-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Ben edited this page Jul 19, 2026
·
1 revision
This page is for reference and for users who edit their configuration JSON manually.
Add the following to your configuration file inside the platforms array.
{
"name": "ControlMySpa",
"credentials": {
"email": "your-controlmyspa-email",
"password": "your-controlmyspa-password"
},
"platform": "ControlMySpa"
}⚠️ The"platform": "ControlMySpa"line must not be changed- Use the same credentials as the ControlMySpa mobile app - your spa must already be registered there.
| Setting | Type | Default | Explanation |
|---|---|---|---|
email |
string |
- | The email for your ControlMySpa account. |
password |
string |
- | The password for your ControlMySpa account. |
| Setting | Type | Default | Explanation |
|---|---|---|---|
devices |
array |
- | |
refreshRate |
number |
- | How often, in seconds, the plugin fetches the latest spa state from the ControlMySpa cloud. Default is 60, minimum is 30. |
logging |
string |
- | Choose the logging level for the plugin. |
Setup
Help/About