I built an ESP32-based Modbus RTU slave that emulates the ABB EV3 electricity meter. It feeds the Terra AC wallbox with live phase data pulled from Home Assistant (e.g., HomeWizard P1), so the charger’s Smart Charging / Dynamic Load Balancing works without a physical EV3—and without running a long RS-485 cable from the main panel to the garage.
In Slovenija we have powermeters outside locked by power company. Will this software compatible with other esp tasmota pzem power meters on main house lines?
This solution looks great.
I am trying to set it up, but facing with some problems.
Somehow the RS485 communication fails, I tried different settings, replaced the cable, but the ABB charger runs to failure instantly after it sends the first read request. It repeats the request every minute. The charger trying to read a single register 0x5B02. I don’t really have a clue how to troubleshoot this issue.
Did you have any similar issues like this?
Thanks.
Yes I did. Some of the RS485 dongles seem to be poor quality and does not work great. What module are you using?
Check that your RX/TX leds are flashing when charger tries to read.
Some of my dongles the RX/TX led was dim and with working ones they were bright and solid. I was also using a breadboard and it was giving a poor connection, when I soldered the wires they were working ok.
Try to change polarity of the RX and TX GPIO’s if that is the case.