You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## User Guide: Integrating Sigenergy Solar, Battery, and EV Chargers with EMHASS for Home Assistant
12
+
13
+
This updated guide uses the comprehensive [Sigenergy-Local-Modbus integration](https://github.com/TypQxQ/Sigenergy-Local-Modbus) for Home Assistant, enabling local monitoring and control of Sigenergy systems. Below are setup instructions for solar PV, battery storage, DC/AC EV chargers, and EMHASS optimization.
14
+
15
+
---
16
+
17
+
### **1. Integration Setup via Sigenergy-Local-Modbus**
18
+
19
+
#### **A. Installation (HACS)**
20
+
21
+
1.**Add the Integration Repository**
22
+
- In Home Assistant, go to **HACS > Integrations**.
23
+
- Click **⋮ > Custom Repositories** and add:
24
+
25
+
```
26
+
https://github.com/TypQxQ/Sigenergy-Local-Modbus
27
+
```
28
+
29
+
- Install the **Sigenergy ESS Integration**.
30
+
2.**Configure Modbus-TCP**
31
+
- Ensure your Sigenergy inverter has Modbus-TCP enabled (ask your installer).
32
+
- Assign a **static IP** to the Sigenergy device on your network.
33
+
3.**Auto-Discovery**
34
+
- Restart Home Assistant. The integration should auto-discover your Sigenergy system under **Settings > Devices \& Services > Discovered**.
35
+
- If not found, add it manually:
36
+
- Go to **Add Integration > Sigenergy**.
37
+
- Enter the device IP, port (default: `502`), and first Device ID (usually `1`).
38
+
39
+
---
40
+
41
+
### **2. Solar PV Integration**
42
+
43
+
**A. Key Sensors**
44
+
The integration auto-creates these entities:
45
+
46
+
- PV Power: `sensor.plant_pv_power`
47
+
- PV Strings: `sensor.inverter_pv_string_1_power`, etc.
| DC EV Charger | `sensor.dc_charger_power` | `sensor_ev_battery_power` |
171
+
| AC EV Charger | `switch.ac_charger_control` | `deferrable_loads.ev_charger` |
172
+
173
+
174
+
---
175
+
176
+
For advanced configurations, refer to the [Sigenergy-Local-Modbus documentation](https://github.com/TypQxQ/Sigenergy-Local-Modbus). This integration provides the most reliable local control for optimizing Sigenergy systems with EMHASS.
0 commit comments