Replies: 3 comments
-
Ok, I was looking at the wrong branch, its fixed in 2.30... Still maybe someone to answer my remaining question for what is the suggested way to delay charging, besides using the Access register |
Beta Was this translation helpful? Give feedback.
-
There is no easy way. The best way is set the controller to Node 1, and mimic a controller configured as Master. Then if a charge request comes in from Node1, you can just ignore it, until you allow it to start charging. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback. I understand. Then I will still "use" the Access function, because that works more or less the same in case I want to delay a full charge. |
Beta Was this translation helpful? Give feedback.
-
HI, I like to control the charging current and/or disable charging (to working with dynamic pricing).
I can only communicatie with Modbus when Load Balancing is on (Master).
The I can set charging current between 6A and 16A (function A6) or disable charging (using function A7, enable/disable access).
However, I like to communicatie when the device is not in Load Balancing mode, because al the messages to "slave nodes" disturb my normal modbus communication (I have other devices on the RS485 but).
I scanned the source code, but at a first glance, modbus communication should be possible (evse as slave) when LoadBL = 0.
However, no communication at all when Load Balancing is disabled, only in Master.
Any thoughts?
Ps. Is there a better way to stop charging other than changing the Acces (0xa7) state?
Beta Was this translation helpful? Give feedback.
All reactions