-
Notifications
You must be signed in to change notification settings - Fork 30
Description
It would be great to add the ability to manage third-party wallboxes with Modbus/TCP support via the WARP Energy Manager.
I have three wall boxes at home (two WARP Chargers and a KEBA P30 x Series from DKV for my company car) and I would like to control all of them via the WARP Energy Manager load management system.
My energy supplier states that the total consumption of all wall boxes combined must not exceed 22 kW.
My idea is therefore to collect the following data from the third-party wallbox via Modbus/TCP:
- Charging state
- Cable state
- Charging current phase 1
- Charging current phase 2
- Charging current phase 3
- Voltage phase 1
- Voltage phase 2
- Voltage phase 3
- Phase switching state
- Max charging current
- Max supported current
- Active power
- Total energy
- Serial number
- Product type and features
(The above collection should be configured by the user, e.g. name, length, description, state [read-only or writable], type (e.g. UINT32) and register via the configuration menu.)
The collected data should be processed together with the charging parameters/data from the WARP Charger for load management purposes.
The WARP Energy Manager will then set the required values on the third-party box via Modbus TCP (e.g. set the charging current and maximum energy transmission for the charging session, enable or disable the charging station and trigger the phase switch).