Alfen EV Car charger modbus intergration #225
Replies: 3 comments 4 replies
This comment was marked as spam.
This comment was marked as spam.
-
As far as I'm aware the SigEnergy system isn't able to control a 3rd party chargepoint via ModBus. There is a good thread on ModBus integration for Alfen to use directly in Home Assistant, which would be a good first step to get monitoring from your chargepoint. https://community.home-assistant.io/t/alfen-eve-pro-ev-chargepoint-interface-via-tcp-modbus/346000 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I also have a Sigenergy and an Alfen and a Homewizard P1 meter. Initially I also used it with the HW P1 meter for loadbalancing but now I'm controlling it directly from Home Assistant. Then you can do whatever you want. For example solar charging without draining the battery or if you have not much time to charge let it use battery as well. I'm using https://github.com/ThaStealth/alfen_modbus (available in HACS) to monitor and control the wallbox. Did not experiment with your approach to let the Alfen read modbus values directly from Sigenergy... Another (hacky) approach would be to create a fake Homewizard P1 device (e.g on raspberry PI - it uses a simple JSON based API) Frederik |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Does anybody have some experience on connecting the Alfen single Pro to the Plant modbus for monitoring the usage.
The Alfen needs/usages this for loadbalancing to make sure grid fuses are not blown but more importantly give priority to the house energy consumption.
the setup is a 27kW battery, 12kW inverter and a home gateway.
the Alfen can read a modbus but I need the modbus id and registers
I found these below and tested on some bus id but did not get any values that make sense back.
| Function. | Register | Type | Scale
|--------------------------|----------------|-----------|
| Current L1 | 36001 | int16 | x0.1 A |
| Current L2 | 36002 | int16 | x0.1 A |
| Current L3 | 36003 | int16 | x0.1 A |
| Current N | 36004 | int16 | x0.1 A |
| Active Power L1 (W) | 36101 | signed32 | x1 W
| Active Power L2 (W) | 36103 | signed32 | x1 W
| Active Power L3 (W) | 36105 | signed32 | x1 W
| Plant Total Power | 36107 | signed32 | x1 W
Regards
Beta Was this translation helpful? Give feedback.
All reactions