/espInfluxSensor

Reusable micropython code for ESP8266 to report sensor values to InfluxDB

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

# espInfluxSensor

Grab sensor values from an ESP8266 running MicroPython and punt them into an
InfluxDB database.

Requirements:
    adafuit-ampy


Currently the code in src/main.py is for reading a temperature sensor, but modifying to use a different sensor
would be trivial.
The deep-sleep method is unimplemented at the moment.