Skip to content

Raspberry Pi based monitor of central heating boiler temperature

Notifications You must be signed in to change notification settings

kszczupak/TemperatureReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Home Boiler Temperature Monitor

This is a hobby project which uses image processing to read temperature from home's central heating boiler. To achieve this:

  1. Static image is taken using Raspberry Pi Camera
  2. Image is send through image processing pipeline (thresholding, opening etc.)
  3. Processed image is passed to pre-trained SVM classifier to get numerical temperature value
  4. Temperature value is published over WAMP protocol to crossbar router using PubSub
  5. Front-end component receives temperature update, displays current temperature and historical temperature chart

Visual Summary: Project Summary