feat: Add example configuration and ignore config.py from version control.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -160,3 +160,4 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
config.py
|
||||||
|
|||||||
6
config.py.example
Normal file
6
config.py.example
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# Inverter Configuration
|
||||||
|
# Replace with your actual Inverter IP and Serial Number
|
||||||
|
INVERTER_IP = "192.168.1.X"
|
||||||
|
INVERTER_SERIAL = 1234567890
|
||||||
|
INVERTER_PORT = 8899
|
||||||
|
INVERTER_SLAVE_ID = 1
|
||||||
Reference in New Issue
Block a user