GitXplorerGitXplorer
b

autoevap

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
acd29046dad3159d89bb0772196e8714fc6e7abb

Update from Forestry.io - Updated Forestry configuration

bbinarybana committed 5 years ago
Unverified
7830821d122310bf377f15d36c22a22fee529689

Cleaner sprink runner

bbinarybana committed 10 years ago
Unverified
05bbea892d61a45b86ea6f20fce5a0f28c931b61

Better reader

bbinarybana committed 10 years ago
Unverified
40ae51573d0a9f3490e23234c74b9b7a87f2ac36

Better wunderground source

bbinarybana committed 10 years ago
Unverified
8f85571fb91bd9164792b4823019fb77f41071ef

Timezone for reader

bbinarybana committed 10 years ago
Unverified
1566f20b8f7dcb38ecfa254feb58131f452b3015

Improved reader.py

bbinarybana committed 10 years ago

README

The README file for this repository.

AutoEvap

Uses the awesome InfluxDB for time series logging of temperature, thermostat activity, and sprinkler status.

Eventually this will encompass analysis routines to determine if wasting all this water has actually saved me any money! Stay tuned.

TODO

  • Cherrypy Server
    • Separate cherrypy server from control logic
    • Add in authentication and status reporting to cherrypy
  • General Software
    • Run everything on boot from init scripts (man I wish I had systemd on my pi)
    • Setup DS2484 controller after module loading but before these scripts
    • Work on pulling data out in analytics to make sure I'm recording the right things
    • Check datalog summary output against these analytics
  • Weather reporting (wunderground api)