-
Notifications
You must be signed in to change notification settings - Fork 42
/
config-org.cfg
48 lines (40 loc) · 976 Bytes
/
config-org.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
################
### Settings ###
################
[general]
# General:enabled_plugins
# Choose which outputs to use
# Possible options: MysqlOutput,PVoutputOutput,ConsoleOutput,CSVOutput
enabled_plugins =
[inverter]
# IP address of your Omnik inverter
ip = 192.168.1.10
# Default for a Omnik with Wifi module
port = 8899
# S/N of the wifi kit
wifi_sn = 602123456
#use temperature of inverter for pvoutput
use_temperature = true
[mysql]
# Host where the mysql server is active
host = 127.0.0.1
user =
pass =
database =
[pvout]
# These two can be found at http://pvoutput.org/account.jsp
apikey = NOTAREALAPIKEY86e2258d4e29169fb79cf18b00
sysid = 12345
[csv]
disable_header = false
[log]
# Log:Output
# Possible options: none,console,file (combinations are possible)
# Use none to disable logging
type = console
# Log:level
# Possible options: critical, error, warning, info, debug
level = debug
# Log:filename
# Output file for file logger
filename = omnik-export.log