I am trying to connect Feyree smart EV charger with Dynamic Load Balancing to DTSU666 smart meter via RS485.
Dynamic Load Balancing is a function of EV charger that lets you dynamically change charger output depending on reading from your energy meter (home consumption) to limit total consumption to a set current.
The only issue is selectable current range on EV charger is 20-100 A. I want to use this setup with solar panels so it can limit charging current depending on solar power in a way that total power output from my house (on bidirectional energy meter) is balanced to 0 A (no power pulled from grid and no power going to the grid, all excess power going to EV charger).
This means I would need to set DLB current on charger to 0 A so it could balance out nicely, but like I said the settable range is from 20 A to 100 A.
What's the easiest way to add constant value to the RS485 message on the fly? Can I put MKR 485 Shield between charger and meter and code it to simply add 20 A to the reading from meter? then I would set limit current on EV charger to 20 A and it could balance out and work as I intend?