mirror of
https://github.com/vikt0rm/dbus-goecharger.git
synced 2025-08-04 04:34:26 +02:00
Update config.ini with new settings
This commit is contained in:
18
config.ini
18
config.ini
@@ -1,9 +1,19 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
AccessType = OnPremise
|
AccessType = OnPremise
|
||||||
SignOfLifeLog = 1
|
SignOfLifeLog = 1
|
||||||
Deviceinstance = 43
|
Deviceinstance = 44
|
||||||
# Go-e charger hardware version: 1 = v1, 2 = v2, 3 = v3
|
|
||||||
HardwareVersion = 3
|
# 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]
|
[ONPREMISE]
|
||||||
Host=192.168.178.97
|
Host=192.168.1.111
|
||||||
|
#pause 5000ms before the next request
|
||||||
|
PauseBetweenRequests = 5000
|
||||||
|
Reference in New Issue
Block a user