Skip to content

Raspberry Pi temperature and humidity monitor with ePaper screen

Notifications You must be signed in to change notification settings

GarryGibson/paperMonitor

Repository files navigation

paperMonitor

This small Python script reads data from a combined temperature and humidity sensor, and displays them along with the current time on an ePaper (think Kindle) screen.

It also uploads the readings to MariaDB database running on a NAS.

You'll need a config file like this, called config.json

{
    "DEFAULT":{
        "DBCONNECTION":{
            "HOST":"127.0.0.1",
            "PORT":3306,
            "DATABASE":"humidtemp",
            "USER":"user",
            "PASSWORD":"password"
        }
    }
}

About

Raspberry Pi temperature and humidity monitor with ePaper screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages