Socket
Socket
Sign inDemoInstall

homebridge-wallbox

Package Overview
Dependencies
47
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    homebridge-wallbox

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


Version published
Weekly downloads
5
increased by25%
Maintainers
1
Install size
3.72 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 08 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc