homebridge-my-wallbox

Wallbox Charger platform plugin for [HomeBridge](https://github.com/nfarina/homebridge).

Usage no npm install needed!

<script type="module">
  import homebridgeMyWallbox from 'https://cdn.skypack.dev/homebridge-my-wallbox';
</script>

README

homebridge-my-wallbox

verified-by-homebridge
Wallbox platform plugin for Homebridge.

About


Supports the ablity to lock and unlock charger from HomeKit

Notes on testing

This plugin has been tested or verified against hardware model/types

  • Wallbox Pulsar
  • Only been tested to date with email based accounts, Google and Apple logins are not currently supported.

Other hardware models/types may still work with this plugin and any feedback on devices not listed is welcome.

Installation

  1. Install this plugin using: npm install -g homebridge-mywallbox
  2. Use plugin settings to edit config.json and add your account info.
  3. Run Homebridge
  4. Pair to HomeKit

Config.json example with child bridge

"platforms": [
    {
        "name": "Wallbox",
        "email": "username@email.com",
        "password": "password",
        "rate": 60,
        "_bridge": {
            "username": "0E:6C:D4:F2:16:EB",
            "port": 35919
        },
        "platform": "wallbox"
    }
]