forked from Woutrrr/Omnik-Data-Logger
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig-org.cfg
66 lines (55 loc) · 1.56 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
################
### Settings ###
################
[general]
# General:enabled_plugins
# Choose which outputs to use
# Possible options: MysqlOutput,PVoutputOutput,ConsoleOutput,CSVOutput
enabled_plugins =
[inverter]
# Serial number of your Omnik inverter
serial = NLDN0000000T0000
# 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
[UDPListener]
# Hostname or ip-adres of the machine the Listener should listen on
# Note: domain name is required for localIP because otherwise the listener may bind
# to the localhost interface instead of the public interface
# You also have to add this ip-adres and portnumber to the Omnik configuration
localIP = host.domain
# Portnumber it's listening on
localPort = 20001
[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
[daylight]
url = https://api.sunrise-sunset.org/json
location = lat=50.123621&lng=8.286966
timezone = Europe/Amsterdam
datastore = /home/<user>/Omnik-Data-Logger/daylight.json