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

This commit is contained in:
Vladyslav Doloman
2025-11-22 16:08:35 +02:00
parent 3468dce1b5
commit 421f2b8db3
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -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
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