updated config (no logging) and add database to .gitignore

This commit is contained in:
Aaska Black Wolf
2026-05-24 20:17:27 +02:00
parent f18833e30d
commit b113027e5a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
VEDirect.db
+1 -1
View File
@@ -2,5 +2,5 @@
"device": "/dev/serial/by-id/usb-VictronEnergy_BV_VE_Direct_cable_VEAWDESA-if00-port0",
"database": "VEDirect.db",
"logfile": "VEDirect.log",
"loglevel": "info"
"loglevel": "off"
}