Skip to content

A simple Python script that updates a PaPiRus ePaper display with temperature and humidity from an HTTP endpoint.

License

Notifications You must be signed in to change notification settings

VirtualWolf/pi-temperature-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Pi Temperature Display

This is a simple example Python 3 script for use with the Raspberry Pi Zero and PaPiRus ePaper display. To be used in conjunction with my Pi Sensor Reader Node.js app (or at least it expects data in the same format as that produces). It assumes the display size is the 2.0" 200x96-sized display.

This script runs once then exits, so can be triggered via cron to update on a schedule.

Example usage

TIMEZONE="Australia/Sydney" \
REST_ENDPOINT_OUTDOOR="https://example.com/outdoor" \
REST_ENDPOINT_INDOOR="https://example.com/indoor" \
./display.py

About

A simple Python script that updates a PaPiRus ePaper display with temperature and humidity from an HTTP endpoint.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages