pihome-shc / pihome

PiHome - Smart Heating, Ventilation and Air Conditioning (HVAC)
http://www.pihome.eu
Other
52 stars 25 forks source link

Zone type hardcoded in homelist #362

Closed pihome-shc closed 3 years ago

pihome-shc commented 3 years ago

as of today homelist.php have zone_type hardcode, should this be cat 0, cat 1

//if temperature control active display cut in and cut out levels
if ((($zone_type == 'Heating' ) || ($zone_type == 'Water' )|| ($zone_type == 'Immersion' )) && (($zone_mode_main == 20 ) || ($zone_mode_main == 50 ) || ($zone_mode_main == 60 ) || ($zone_mode_main == 70 )||($zone_mode_main == 80 ))){
twa127 commented 3 years ago

Yes very true, I'll update

pihome-shc commented 3 years ago

@twa127 thank you for fixing this.