Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 660 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 660 Bytes

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