jduckles / esp_temp_humid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using the feather Huzzah IoT kit and included ESP8266 I created a temperature logger for my home office.

I flashed the firmware from the factory Lua interpreter to micropython using these instructions.

Then using the AdaFruit Micropython Tool (ampy), I place config.py and main.py over USB:

ampy -p <your usb device> put main.py /main.py
ampy -p <your usb device> put config.py /config.py

You'll also need a MQTT broker (i.e. mosquitto) up and listening on port 1883.

What you do with it from there is up to you.

A bit of smoothing to 5-minute in R and we see my office is cold in the morning before I turn on the space heater.

About


Languages

Language:Python 100.0%