Code Monkey home page Code Monkey logo

voc-chargecontrol's Introduction

NAME

voc-chargecontrol.pl - Use the VolvoOnCall API to suspend or resume the charging of your Volvo EV.

SYNOPSIS

./voc-chargecontrol.pl [--host <MQTT server hostname...> ]

DESCRIPTION

This script can either be run from the commandline for direct control or it can listen to an MQTT server to receive commands.

In direct mode, use the command:

./voc_chargecontrol.pl --voc-user ... --voc-pass ... --vin ... --location-id ... --command [active|suspend]

For MQTT mode, pass the MQTT server name and potentially the MQTT server username and password, together with the required VolvoOnCall parameters that are listed above.

In MQTT mode this script will listen to topic:

voc/chargestatus

for the commands of either suspend or active.

Using docker to run this script in a container

This repository contains all required files to build a minimal Alpine linux container that runs the script. The advantage of using this method of running the script is that you don't need to setup the required Perl environment to run the script, you just bring up the container.

To do this check out this repository, configure the MQTT broker host, username, password and the required VolvoOnCall credentials in the .env file and run:

docker compose up -d.

Updating the README.md file

The README.md file in this repo is generated from the POD content in the script. To update it, run

pod2github bin/voc-chargecontrol.pl > README.md

AUTHOR

Lieven Hollevoet [email protected]

LICENSE

CC BY-NC-SA

voc-chargecontrol's People

Contributors

hollie avatar

Watchers

 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.