pihome-shc / pihome

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

Longer time needed to run boiler, heating zone or lamp zone #409

Closed sandreialexandru closed 3 years ago

sandreialexandru commented 3 years ago
ALTER TABLE `zone` CHANGE `max_operation_time` `max_operation_time` SMALLINT(4) NULL DEFAULT NULL; 

ALTER TABLE `boiler` CHANGE `max_operation_time` `max_operation_time` SMALLINT(4) NULL DEFAULT NULL;

Change max_operation_time from tinyint to smallint so that a value higher than 127 could be stored into database

sandreialexandru commented 3 years ago

I guess that the issue is now resolved with @twa127 's 42e72ee pull request.