Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.49 KB

File metadata and controls

24 lines (16 loc) · 1.49 KB

Victron charger control

The Victron Energy Blue Smart IP22 chargers have an (unsupported) hidden serial port, supporting (parts of) the VE.direct protocol.

You need:

  • An ESP32 running the ESPHome config from for example victron-charger-control.yaml
  • A few jumper cables to connect GND, RX and TX to the charger and the ESP (remember, connect RX on the charger with TX on the ESP, and TX on the charger with RX on the ESP)

Settings in Home Assistant:

In Home Assistant you need a 'input number'-helper to control the current. Call this helper input_number.ac_charger_current (which is the same name as the entity_id given in the esphome config (on line 196)) This looks something like this:

input number helper

Adapt the ESPHome example yaml to your needs, and load this onto a ESP32 (I use a D1 mini ESP32)

You can get the following information on you Home Assistant dashboard (among others). With the slider you can control the charge current.

input number helper

Resources: