This homebridge plugin your wallbox EV charger to to Apple's HomeKit (as a locking device). Using the Wallbox API and your user account Token
npm install -g homebridgenpm install -g homebridge-wallbox~/.homebridge/config.json file, or use config-ui-x. See example below: json
{
"accessory": "WallboxCharger",
"name": "My Wallbox",
"serial": 12345,
"token": "YOUR_WALLBOX_TOKEN",
"autoLock": true,
"autoLockDelay": 60,
"debug": true,
}
`
$3
- 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
- Wallbox Pulsar Plus
- Should work with other Wallbox model but can't certify (can't test ;) ) Known issues / To Do list
$3
- [ ] 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
$3
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.