Homebridge plugin for the WarmUP 4iE thermostat.
Plugin works with program mode only, and changes to the temperature are treated as an override. Fixed temperature mode is not supported.
Thermostats are retrieved from the my.warmup.com site, and are automatically created in the Home App.
Changes to the temperature create a temperature override for the current setting. Length of the override defaults to 60 Minutes ( or the duration setting).
Off
- Turns off the thermostat
Heat
- Turns on the thermostat and resumes current program
Auto
- Turns on the thermostat and resumes current program
When the thermostat is in temperature override mode, the Mode setting is set to Heat
. To clear the override and resume program mode, turn the mode control to Auto
.
"platforms": [{
"platform": "warmup4ie",
"name": "WarmUP",
"username": "XXXXXXXXXXXX",
"password": "XXXXXXXXXXXX"
}]
username
- Your My.Warmup.com email address / loginpassword
- Your My.Warmup.com password
refresh
- Data polling interval in seconds, defaults to 60 secondsstorage
- Storage of chart graphing data for history graphing, either fs or googleDrive, defaults to fsduration
- Duration of temperature override, defaults to 60 minutes