As always, great contribution to PiHome Smart Heating by the community. PiHome community always working hard to improve some of exiting feature to make things better. If you have any feedback or run into any issues you can always find help on PiHome site. This release packed with some serious improvements and bug fixes, to name some of them as follow:
#69 Missing save button on Zone edit
#65 i2C interface Relay support
#61 Ability to Add/Edit & Delete Exiting Boost options
#57 Process to update PiHome and Database.
Download
7
7 comments
What is de best way to update?
@wiebequekel
you can update from github, all settings are in your database, and you can run database update but running php /MySQL_Database/update_db.php from shell.
Thanks very much for all your work on this. I think there is a mismatch between the database view structures and the programs. I created the database with setup.php. I’ve tried the tarball above and cloning from github. Is there a different version of setup.php somewhere? For instance, right off the bat I found that boiler.php throws errors because the zone view structure needs to include
pihome
.zone
.sp_deadband
ASsp_deadband
,and the schedule_daily_time_zone_view needs to include
sdtz
.holidays_id
ASholidays_id
zone_controller is missing too.
@DJones,
did you try to get last updates from github? i think there is update done after this version.
It looks to me like the git master and dev branches as well as the pihome-1.70.tar.gz tarball all have an identical setup.php. I haven’t done exhaustive debugging on this (I just don’t have the SQL or PHP skills at this point), but at least the zone_view and schedule_daily_time_zone_view don’t match boiler.php. I can attempt to do the debugging myself if it’s really something that needs to be done and matching versions don’t exist. You’ll have to be patient with me, though, it could take a while!
Thanks again.
Djones,
i will try install from GitHub later in the evening to produce errors, you are very welcome to find bug or even log issue on github.
Thanks! If it helps, I’ve also noticed that the web interface hangs on index.php and chart.php will graph the cpu temperature and weather temperature but not any zone temperatures.