Commit a1f2a8e
committed
feat: Add Deye EV Charger (SUN-EVSE**K01-EU-AC) support
Adds full support for the Deye EV Charger (SUN-EVSE**K01-EU-AC)
connected via Modbus slave ID 3.
Profile covers:
- Info: device identification, serial number, firmware/protocol version,
rated power
- Configuration: date/time, charging start mode (Plug & Play / Time Of
Charge), communication mode (WiFi / LoRa), LoRa channel, grid voltage
protection limits, off-grid charge inhibit switch, leakage current
detection and protective earth detection switches
- Time Of Charge: 4 scheduled charging time programs with enable
switches; time stored as hours×12 + minute÷5 slot (dec: 12, mul: 5)
- Control: Charging Power Limit (0x0012), writable setpoint with
minimum power note (~1000 W / 4000 W per phase count)
- Telemetry: Charger Policy State and Charger Operational State
(IEC 61851) from packed register 0x0039; raw hex state; charging
power and current per phase; grid voltage per phase; total and
today energy counters
Also fixes:
- Rule 9 time parsing: added mul parameter to scale slot index back to
minutes (parser.py, time.py)1 parent ac1d88b commit a1f2a8e
5 files changed
Lines changed: 478 additions & 3 deletions
File tree
- custom_components/solarman
- inverter_definitions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
0 commit comments