feat: Add example configuration and ignore config.py from version control.

This commit is contained in:
Vladyslav Doloman
2025-11-22 16:05:22 +02:00
parent 3468dce1b5
commit 421f2b8db3
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@@ -160,3 +160,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
config.py

6
config.py.example Normal file
View 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