Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patriktrestik/homeassistant-solax-evc-proxy
Proxy integration to simulate Green/Smart functions of SolaX EVC without SolaX X3 Inverter.
https://github.com/patriktrestik/homeassistant-solax-evc-proxy
evc home-assistant solax
Last synced: 3 months ago
JSON representation
Proxy integration to simulate Green/Smart functions of SolaX EVC without SolaX X3 Inverter.
- Host: GitHub
- URL: https://github.com/patriktrestik/homeassistant-solax-evc-proxy
- Owner: PatrikTrestik
- License: apache-2.0
- Created: 2024-08-01T13:31:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T17:27:24.000Z (5 months ago)
- Last Synced: 2024-10-13T08:41:00.819Z (3 months ago)
- Topics: evc, home-assistant, solax
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homeassistant-solax-evc-proxy
Proxy integration to simulate Green/Smart functions of SolaX EVC without SolaX X3 Inverter.# Intended use
If you have SolaX X3 Inverter you don't need this. Your inverter is capable of all smart functions and is much better.If you have incompatible or older inverter this integration should help you to simulate smart functions.
You have to be able to read or somehow calculate "Excess PV power".# What is Excess PV power
I stick to definition which is used by SolaX X3.
Battery charge power is considered surplus and is included in Excess PV power.## All following expressions are equivalent
Excess PV power = Generated PV power - House load
Excess PV power = Exported Grid power + Battery charge# How Green mode works
EVC is trying to consume(feed to car) all Excess PV power. In ideal it should be 0, which means we heve no more PV power to use and maximum is going to car.
Car and charger limits apply. Minimum charging power is 5,5A (aprox 1200W). Maximum single phase is 16A or 32A (3600W or 7200W).
Car can limit power on its side.If there is positive Excess PV, EVC will raise charging power.
If there is negative Excess PV, EVC will lower charging power.# What is working (v1.0.0-Beta)
- read defined sensor to get "Excess PV power". You can use any HA sensor which has integer state.
- periodicaly write to Modbus TCP (unit=0 - broadcast write). Only Excess PV power registry is used.None of this is tested in real. I'm going to wire it and test.
# Required wiring
EVC modbus A1B1 connected to Modbus TCP converter (Waveshare or similar).
EVC configured to use Inverter as data source.If you are testing with X3, you have to disconnect its Modbus from EVC during tests.