Skip to content

Commit 11bce70

Browse files
authored
Merge pull request #69 from HotNoob/v1.1.7
V1.1.7
2 parents cb993e8 + 25cf596 commit 11bce70

16 files changed

+655
-240
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ variable_mask.txt
2121
variable_screen.txt
2222
.~lock.*
2323
protocols/*custom*
24+
protocols/*/*custom*
25+
protocols/*override*
26+
protocols/*/*override*
2427
classes/transports/*custom*
2528

2629
input_registry.json

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ COPY protocol_settings.py /app/
1111
COPY protocol_gateway.py /app/
1212
COPY inverter.py /app/
1313
COPY config.cfg /app/
14+
COPY defs/ /app/defs/
15+
COPY classes /app/classes/
1416
WORKDIR /app
15-
CMD ["python3", "protocol_gateway.py"]
17+
CMD ["python3", "protocol_gateway.py"]

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ When connected, the device will show up as a serial port.
2525

2626
Alternatively, connect a usb adapter to your rs485 / can port with appropriate wiring.
2727

28+
### install as homeassistant add-on
29+
checkout:
30+
https://github.com/felipecrs/python-protocol-gateway-hass-addon/tree/master
31+
2832
### install requirements
2933
```
3034
apt install pip python3 -y
@@ -47,11 +51,11 @@ protocol_version = {{version}}
4751
v0.14 = growatt inverters 2020+
4852
sigineer_v0.11 = sigineer inverters
4953
growatt_2020_v1.24 = alt protocol for large growatt inverters - currently untested
50-
srne_v3.9 = SRNE inverters - Untested
54+
srne_v3.9 = SRNE inverters - confirmed working-ish
5155
victron_gx_3.3 = Victron GX Devices - Untested
5256
solark_v1.1 = SolarArk 8/12K Inverters - Untested
5357
hdhk_16ch_ac_module = some chinese current monitoring device :P
54-
srne_2021_v1.96 = SRNE inverters 2021+ (tested at ASF48100S200-H)
58+
srne_2021_v1.96 = SRNE inverters 2021+ (tested at ASF48100S200-H, ok-ish for HF2430U60-100 )
5559
5660
eg4_v58 = eg4 inverters ( EG4-6000XP ) - confirmed working
5761
eg4_3000ehv_v1 = eg4 inverters ( EG4_3000EHV )

0 commit comments

Comments
 (0)