matsstaff / stc1000p

Programmable thermostat firmware and arduino based uploader for the STC-1000 thermostat
GNU General Public License v3.0
262 stars 47 forks source link

Drop one profile, to be able to add more settings and make profiles more versatile #42

Closed matsstaff closed 9 years ago

matsstaff commented 9 years ago

It would be really cool if at the end of the profile, you could set next run mode (Pr0-Pr4 + th + off). That way you could make it run the profile in a loop, run consecutive profiles, run consecutive profiles in a loop or turn thermostat off afterwards. That would be more versatile. Only question really is how would a duration of '0' be interpreted? Just skipped over? Skip to end of current profile? Gut feeling is it would be best to handled as any other setpoint in the profile (i.e update the thermostat setpoint and directly go to next step)

matsstaff commented 9 years ago

Fixed