/Wallbe-Cloud-API

nodejs API to manage charging stations in the wallbe cloud

Primary LanguageJavaScript

wallbe Cloud Connector

This is a small node.js program that allows to send commands to wallbe charging stations / "wall boxes"

It requires a valid access to the wall.be cloud at https://wallb-e.cloud

It supports:

  • Listing available charging stations
  • Querying the current charging process like current KWh, current charging power
  • Starting / stopping a charge

Prerequisites

  • Install node.js

  • Install bcrypt for node.js: npm install bcrypt