From f3d2a48e48a0c646fe5c2d092ac726b692adaac3 Mon Sep 17 00:00:00 2001 From: 0x7878 <17197791+0x7878@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:32:36 +0200 Subject: [PATCH] Update config.ini with new settings --- config.ini | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/config.ini b/config.ini index 87fde29..178bc6f 100644 --- a/config.ini +++ b/config.ini @@ -1,9 +1,19 @@ [DEFAULT] AccessType = OnPremise SignOfLifeLog = 1 -Deviceinstance = 43 -# Go-e charger hardware version: 1 = v1, 2 = v2, 3 = v3 -HardwareVersion = 3 +Deviceinstance = 44 + +# Go-e charger hardware version: 1 = v1, 2 = v2, 3 = v3 or 4 = v4 +HardwareVersion = 4 + +# Position of EvCharger 0 = AC Output 1; 1 = AC Input 1; 2 = AC input 2 +Position = 1 + +#Possible Options for Log Level: CRITICAL, ERROR, WARNING, INFO, DEBUG, NOTSET +#To keep current.log small use ERROR +Logging=ERROR [ONPREMISE] -Host=192.168.178.97 +Host=192.168.1.111 +#pause 5000ms before the next request +PauseBetweenRequests = 5000