Automatically start charging at 21:00 if the charcing cable is connected to the car
- Run
yarn
to install the project dependencies
API_KEY=webapikey PLUGIT_CHARGE_POINT_ID=123123 PLUGIT_CHARGE_BOX_ID=123123 PLUGIT_CHARGE_BOX_NUMBER=1234 PLUGIT_USERNAME='email@example.com' PLUGIT_PASSWORD='password' VOICEMONKEY_ACCESS_TOKEN=x VOICEMONKEY_SECRET_TOKEN=y VOICEMONKEY_MONKEY_ID=your-monkey-name AWS_PROFILE=default yarn sls --verbose deploy
yarn install
node ./node_modules/puppeteer-core/install.js
API_KEY=webapikey PLUGIT_CHARGE_POINT_ID=123123 PLUGIT_CHARGE_BOX_ID=123123 PLUGIT_CHARGE_BOX_NUMBER=1234 PLUGIT_USERNAME='email@example.com' PLUGIT_PASSWORD='password' VOICEMONKEY_ACCESS_TOKEN=x VOICEMONKEY_SECRET_TOKEN=y VOICEMONKEY_MONKEY_ID=your-monkey-name AWS_PROFILE=default yarn run-local
- Runs every night at 21:00 Finnish time
- Provides a URL for additional executions, requires
?apiKey=webapikey
- PLUGIT_* env values you need to reverse engineer from app.plugitcloud.com
- Voicemonkey values you need to get by registering at voicemonkey.io