Giter Site home page Giter Site logo

powerwallcloud's Introduction

Welcome to powerwall cloud!

Introduction

Instructions

  • Install PIP and Pandas since it uses holidays, and possibly requests
  • Run python powerwallDriver.py backup or python powerwallDriver.py tou
  • Create a cron schedule to track your work

Setting up PI

  • Find the IP Address of your Rasberry PI by checking router or run ifconfig on PI itself
  • Enable PI on Raspberry SSH , username: pi, password: raspberry
  • ssh [email protected]
  • scp powerwall/* [email protected]:
  • Install Pandas by running command below
    • sudo apt-get install python-pandas

Cron Schedule

  • Here are some sample crons we used for the SRP Utility, but you can use whatever suits you::
  • Important to only set this up as crontab and eventually have a process to rotate log files

crontab -e

#Summer

40 13 * 5-10 1-5 python /home/pi/powerwallDriver.py tou > logTou.txt
1 20 * 5-10 1-5 python /home/pi/powerwallDriver.py backup > logBackup.txt

#Winter
40 4 * 1-4,11-12 1-5  python /home/pi/powerwallDriver.py tou > logTou.txt
1 09 * 1-4,11-12 1-5 python /home/pi/powerwallDriver.py backup > logBackup.txt
40 16 * 1-4,11-12 1-5  python /home/pi/powerwallDriver.py tou > logTou.txt
1 21 * 1-4,11-12 1-5 python /home/pi/powerwallDriver.py backup > logBackup.txt

About code

  • powerwallDriver.py - main driver file
  • powerwallBackup.py - runs back up for given account (set reserve to 100%) forces charge
  • powerwallTimeOfUser.py - runs time of use given account (set reserve to 0%) forces discharge

powerwallcloud's People

Contributors

fkhera avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.