Skip to content

Homebridge Plugin to control Wallbox EV charger from iOS Home App (Homekit)

License

Notifications You must be signed in to change notification settings

mrx007/homebridge-wallbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Homebridge Plugin to control Wallbox EV charger from iOS Home App (Homekit)

Resources

License

Stars

Watchers

Forks

Packages

No packages published