Skip to content

cbporch/RPiCacti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

PiCacti

Current Status: Nonfunctional - 6/5/17

A simple program that checks the weather and sends an email to you if the temperature will be below a certain threshold. Designed for use on a web-connected Raspberry Pi.

To setup PiCacti, modify the file called NEWsecrets.json in the PiCacti directory, with the following changes:

{
  "sender-email": "SENDER-EMAIL",
  "rec-email": "EMAIL",
  "API-key": "KEY",
  "city-id": "CITY-ID"
}
  • Replace SENDER-EMAIL with an email account to do the sending.
  • Replace EMAIL with the account to be notified
  • Replace KEY with a valid OpenWeatherMap API key
  • Replace CITY-ID with a City ID code for a city close to you: check here
  • Finally, rename the file to secrets.json

Releases

No releases published

Packages

No packages published

Languages