homebridge-wallbox

1.0.0 • Public • Published

homebridge-wallbox

About

This is a plugin for Homebridge, allowing you to control Wallbox EV Charger.

Installation

Plugin installation

  1. Install Homebridge using: npm install -g homebridge
  2. Install homebridge-wallbox using: npm install -g homebridge-wallbox
  3. Configure homebridge-wallbox by editing your ~/.homebridge/config.json file, or use config-ui-x. See example below:

Configuration

Configuration Example:

{
    "accessory": "WallboxCharger",
    "name": "My Wallbox",
    "serial": 12345,
    "token": "YOUR_WALLBOX_TOKEN",
    "autoLock": true,
    "autoLockDelay": 60,
    "debug": true,
}

Configuration Parameters:

  • name: Required string. Name of the accessory. Siri uses this parameter for identifying your Wallbox.
  • serial: Required string. wallbox serial number. You'll find it in the Wallbox offical App or on the box itself.
  • token: Required string. wallbox account token. To get a Token, open Terminal and type the following command : curl -u YOUR_WALLBOX_ACCOUNT_EMAIL https://api.wall-box.com/auth/token/user
  • autoLock: Optional boolean (default: false)
  • autoLockDelay: Optional number (default: 60). Delay in seconds before automaticaly locking your Wallbox.
  • debug: Optional boolean (default: false)

Supported Device

Known issues / To Do list

ToDo next

  • [ ] Update device status in iOS home app (to refresh the status on load)
  • [ ] GET device model and firmware to populate Homekit accessory
  • [ ] ADD "change max voltage" Switch
  • [ ] ADD "Pause/Resume Charge" Switch

Warning

If you enable autoLock with the plugin, please DISABLE the "offical" autolock function from Wallbox (in the App). There is no "status" polling and you may desynchronize your homekit accessory.

Acknowledgment

Package Sidebar

Install

npm i homebridge-wallbox

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

11 kB

Total Files

5

Last publish

Collaborators

  • mrx007