Skip to content

monospacesoftware/poolgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pool Graph

https://poolgraph.com/

An IoT device for monitoring a swimming pool.

Image 1 Image 2 Image 3 Image 4

Features

  • Monitor water temperature, filter pressure, air temperature and humidity.
  • Online dashboard shows current and historical data.
  • Can send txt/email alerts regarding high pressure, the pump running at night, and when to turn on or off a solar heater.

Components

  • Particle Photon - Wifi enabled microcontroller and IoT cloud platform
  • Losant - IoT dashboard and workflow engine

Required Materials

Amazon sells them for the same price as the Particle website plus quick Prime shipping!

You'll need a 4.7K ohm resistor for the DS18B20, this one includes it.

Some DHT22 sensor like this one come conveniently mounted on a little circuit board that includes a resistor and a capacitor. Otherwise you'll need another 4.7k-10k ohm resistor.

You'll need to check your filter but 1/4" seems to be standard. This one has a range up to 1.2 MPa which is far higher than a pool filter would ever go, but it does the job.

There's a lot of variety here, but I've found the Busboards that match a solderless breadboard to be much easier to work with than the green/silver boards with individual holes.

You need a water resistant place to mount the Photon. These deep outlet covers work pretty well, but you may already have space somewhere in your pool's electronics.

Optional Materials

The temp sensors and pressure sensor are all 3 pin. You need a way to connect the sensors to the circuit board. These little polarized connectors work pretty well but you may want to pickup a crimping tool also. Otherwise there's always screw terminals

The temp sensors require a resistor, some come with it, others don't. Pickup a little variety pack, they're great to have for IoT prototyping

The Photon's wifi range isn't great. Adding an antenna really helps pickup a wifi signal out at your pool.

Notes

  • The Photon's Micro USB port is fragile. Be careful not to twist or bend it too much or the circuit board connections can break. Alternatively, power the Photon from your custom circut board with a voltage regular, etc.

Circuit Diagram

Image 5

Particle Setup

TODO

Losant Setup

TODO