From b113027e5afba22f1461e46e074811131dff59e9 Mon Sep 17 00:00:00 2001 From: Aaska Black Wolf Date: Sun, 24 May 2026 20:17:27 +0200 Subject: [PATCH] updated config (no logging) and add database to .gitignore --- .gitignore | 1 + config.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b7491a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +VEDirect.db diff --git a/config.json b/config.json index e6c8155..926fadc 100644 --- a/config.json +++ b/config.json @@ -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" }