Skip to content

Commit a0b648a

Browse files
committed
start phasing out wiki
1 parent 3663772 commit a0b648a

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66

77
[![CodeQL](https://github.com/HotNoob/PythonProtocolGateway/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/HotNoob/PythonProtocolGateway/actions/workflows/github-code-scanning/codeql)
88

9-
For advanced configuration help, please checkout the wiki :)
9+
For advanced configuration help, please checkout the documentation :)
10+
https://github.com/HotNoob/PythonProtocolGateway/tree/main/documentation
1011

1112
# Python Protocol Gateway
1213

1314
Python Protocol Gateway is a python-based service that reads data via Modbus RTU or other protocols and translates the data for MQTT.
1415
Configuration is handled via a small config files.
1516
In the long run, Python Protocol Gateway will become a general purpose protocol gateway to translate between more than just modbus and mqtt.
1617

17-
For specific device installation instructions please checkout the wiki:
18+
For specific device installation instructions please checkout the documentation:
1819
Growatt, EG4, Sigineer, SOK, PACE-BMS
19-
https://github.com/HotNoob/PythonProtocolGateway/wiki
20+
https://github.com/HotNoob/PythonProtocolGateway/tree/main/documentation
2021

2122
# General Installation
2223
Connect the USB port on the inverter into your computer / device. This port is essentially modbus usb adapter.
@@ -56,7 +57,8 @@ eg4_v58 = eg4 inverters ( EG4-6000XP ) - confirmed working
5657
eg4_3000ehv_v1 = eg4 inverters ( EG4_3000EHV )
5758
```
5859

59-
more details on these protocols can be found in the wiki
60+
more details on these protocols can be found in the documentation:
61+
https://github.com/HotNoob/PythonProtocolGateway/tree/main/documentation
6062

6163
### run as script
6264
```

0 commit comments

Comments
 (0)