derekprior / homebridge-schluter-thermostat

A homebridge plugin to control Schluter thermostats
MIT License
6 stars 2 forks source link

Fix for Issue 15: RegulationMode and fallback. #16

Open winterborn opened 2 months ago

winterborn commented 2 months ago

Small changes to address issue here. The changes will allow the thermostat to maintain a permanent adjustment when the temperature is set, solving the issue with extended absences as you described.

Configuration Example:

To make this functional, you would add a line in your Homebridge configuration for your thermostat plugin like so:

"regulationMode": 3

This would set the mode to "Permanent" as per your choice.

regulationMode:

betabob commented 2 months ago

@derekprior can you please review this pull request?

betabob commented 1 week ago

@derekprior can you please review this pull request?

@derekprior pretty please?