HestiaPi / hestia-touch-openhab

OpenHAB2 files for HestiaPi Touch model
GNU General Public License v3.0
60 stars 17 forks source link

SystemType set point bugfix #73

Closed hestiahacker closed 1 year ago

hestiahacker commented 1 year ago

Set min/max temperatures to default values when switching system types instead of setting them to the same value of 0.5C or 1F.

This error can be seen by watching the LCD UI set to the Heating screen when switching the system type from HVAC to Generic, or Generic to HVAC. The heating set point will be changed to either 0.5C or 1F (depending on what your units are set to at the time of the switch).

This error seems to be automatically corrected after reboot (presumably by the initialization rule), so it's not a critical fix, but it'd be nice to rule out this bug potentially causing some of the other problems that we've been seeing.