Wattcher part #3 – creating a web database with AppEngine

In this latest installment, watch as the heroine takes Watt-hour averages, learns Google App Engine and creates a webapp custom-designed to store her sensor data. Wow! See data as it trickles in at http://wattcher.appspot.com

Next up: Graphs, diagrams and other pretty pictures!


Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!

Join us every Wednesday night at 8pm ET for Ask an Engineer!

Join over 38,000+ makers on Adafruit’s Discord channels and be part of the community! http://adafru.it/discord

CircuitPython – The easiest way to program microcontrollers – CircuitPython.org


New Products – Adafruit Industries – Makers, hackers, artists, designers and engineers! — New Products 11/15/2024 Featuring Adafruit bq25185 USB / DC / Solar Charger with 3.3V Buck Board! (Video)

Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi

EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey

Adafruit IoT Monthly — The 2024 Recap Issue!

Maker Business – Adafruit Daily — Apple to build another chip at TSMC Arizona

Electronics – Adafruit Daily — SMT Tip – Stop moving around!

Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !


3 Comments

  1. Hey Ada, how do you monitor usage by lights and appliances?

    I loved your concept, but I too live in a rented apartment and not very excited about hacking the electric system. But lights and appliances are a must, otherwise it won’t be even barely accurate in my case.

  2. Neat, but really, your REST webservice should respond to an HTTP POST request instead of a GET request in PowerUpdate. 😉

    Only change you’d have to make to your python script would be to pass a data parameter to urllib2.Request(url, data) See: http://www.voidspace.org.uk/python/articles/urllib2.shtml#data

  3. GET is easier for my brain to cope with

Sorry, the comment form is closed at this time.