by Dominic | Aug 30, 2022 | Pool Monitor, Website
Pool Monitor Webpages This Raspberry Pi pool monitor website makes controlling the associated Hydropi python code much easier. It will allow you to see current and average readings from multiple sensors, set relay timers and change settings. It will also…
by Dominic | Aug 30, 2022 | Pool Monitor, Power Control, Python, Sensors
HydroPi Pool Monitor This Raspberry Pi pool monitor code will allow you to manage multiple sensors and relays and send email alerts among other things. This program pulls together several other posts that I have written, if you are curious then I suggest you…
by Dominic | Jul 20, 2022 | Pool Monitor, Website
Raspberry Pi Website Hosting The Raspberry Pi is all about learning and education, hosting your own website right from your Pi can be a great way to learn more about creating your own webpages and the tools involved. If you haven’t already then the first…
by Dominic | Jul 17, 2022 | Pool Monitor, Sensors
Atlas Scientific Temperature Sensor There are several temperature sensors that are available for your Raspberry Pi one of the most popular being the DS18B20, however if you are looking for an I2C connected temperature sensor then the Atlas Scientific RTD…
by Dominic | Jul 3, 2022 | Pool Monitor, Power Control, Python
MySQL Database Creation Using the libraries available in python creating timers using a MySQL database to manage relays connected to a Raspberry Pi is fairly straight forward. Creating a facility to override the timers and turn the relays on or off manually is…
by Dominic | Jun 15, 2022 | Pool Monitor, Python
Send Email with a Raspberry Pi Sending email with a Raspberry Pi can be very useful when you want an alert to indicate that a script has completed running or a set of conditions have been reached. To achieve this we need to create a python script that uses the…