################ ### 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.178. # Default for a Omnik with Wifi module port = 8899 # time to wait for inverter response timeout = 2.5 # S/N of the wifi kit wifi_sn = #use temperature of inverter for pvoutput use_temperature = false use_voltage = true [mysql] # Enable for exporting to a mysql database mysql_enabled = false # Host where the mysql server is active mysql_host = 127.0.0.1 mysql_user = mysql_pass = mysql_db = [pvout] # Enable or disable uploading to PVoutput pvout_enabled = true # These two can be found at http://pvoutput.org/account.jsp pvout_apikey = pvout_sysid = [log] log_enabled = true log_filename = omnik-export.log