syssi / esphome-config-examples

A collection of various ESPHome configurations and snippets
Apache License 2.0
3 stars 0 forks source link

Wallbox pulsar without plus #7

Open amgstone opened 1 year ago

amgstone commented 1 year ago

I bought myself a Wallbox pulsar, it has bluetooth on board, but no wi-fi and I can't integrate it into HA. It has rs485 on board, maybe it is possible to integrate it into HA via rs485 and esp32? Pulsar-EVC-Black-1

syssi commented 1 year ago

Do you ask the manufacturer about the Modbus registers or RS485 protocol details?

amgstone commented 1 year ago

there is no such information on the Internet

syssi commented 1 year ago

It looks like the wallbox cannot be controlled using RS485. The RS485 port is used to talk to a power meter to reduce the power consumption if not enough power is available. The wallbox is the Modbus Master in this scenario and the power meter the slave. If you attach a ESP + RS485 converter to the wallbox you should see some periodic requests.

This project did a traffic capture already: https://github.com/relyd/modbussniffer