feat: Add example configuration and ignore config.py from version control.
This commit is contained in:
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