Update config.json
This commit is contained in:
parent
2e9e081518
commit
d86c040bde
1 changed files with 37 additions and 37 deletions
|
@ -7,7 +7,7 @@
|
|||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
|
||||
"options": {
|
||||
"BTAddress": null,
|
||||
"BTAddress": null,
|
||||
"Password": "0000",
|
||||
"MIS_Enabled": 0,
|
||||
"Plantname": "MyPlant",
|
||||
|
@ -16,42 +16,42 @@
|
|||
"Latitude": null,
|
||||
"Longitude": null,
|
||||
"CalculateMissingSpotValues": 1,
|
||||
"DateTimeFormat": "%d/%m/%Y %H:%M:%S",
|
||||
"DateFormat": "%d/%m/%Y",
|
||||
"DecimalPoint": "comma",
|
||||
"TimeFormat": "%H:%M:%S",
|
||||
"SynchTime": 0,
|
||||
"SynchTimeLow": 1,
|
||||
"SynchTimeHigh": 3600,
|
||||
"SunRSOffset": 900,
|
||||
"Locale": "en-US",
|
||||
"Timezone": "Europe/Brussels",
|
||||
"BTConnectRetries": 10,
|
||||
"CSV_Export": 0,
|
||||
"CSV_ExtendedHeader": 1,
|
||||
"CSV_Header": 1,
|
||||
"CSV_SaveZeroPower": 1,
|
||||
"CSV_Delimiter": "semicolon",
|
||||
"CSV_Spot_TimeSource": "Inverter",
|
||||
"CSV_Spot_WebboxHeader": 0,
|
||||
"SQL_Database": null,
|
||||
"SQL_Hostname": null,
|
||||
"SQL_Port": "3306",
|
||||
"SQL_Username": null,
|
||||
"SQL_Password": null,
|
||||
"MQTT_Publisher": "/usr/bin/mosquitto_pub",
|
||||
"MQTT_Host": null,
|
||||
"MQTT_Port": null,
|
||||
"MQTT_Topic": "homeassistant/sbfspot_{plantname}/sbfspot_{serial}",
|
||||
"MQTT_ItemFormat": "\"{key}\": {value}",
|
||||
"MQTT_ItemDelimiter": "comma",
|
||||
"MQTT_PublisherArgs": "-h {host} -u {MQTT_Username} -P {MQTT_Password} -t {topic} -m \"{{message}}\" -d",
|
||||
"MQTT_Data": "Timestamp,SunRise,SunSet,InvSerial,InvName,InvTime,InvStatus,InvTemperature,InvGridRelay,EToday,ETotal,PACTot,UDC1,UDC2,IDC1,IDC2,PDC1,PDC2",
|
||||
"LogDir": "/data/sbfspot/log",
|
||||
"LogLevel": "info",
|
||||
"PVoutput_SID": 'null',
|
||||
"PVoutput_Key": 'null',
|
||||
"MQTT_ENABLE": "1"
|
||||
"DateTimeFormat": "%d/%m/%Y %H:%M:%S",
|
||||
"DateFormat": "%d/%m/%Y",
|
||||
"DecimalPoint": "comma",
|
||||
"TimeFormat": "%H:%M:%S",
|
||||
"SynchTime": 0,
|
||||
"SynchTimeLow": 1,
|
||||
"SynchTimeHigh": 3600,
|
||||
"SunRSOffset": 900,
|
||||
"Locale": "en-US",
|
||||
"Timezone": "Europe/Brussels",
|
||||
"BTConnectRetries": 10,
|
||||
"CSV_Export": 0,
|
||||
"CSV_ExtendedHeader": 1,
|
||||
"CSV_Header": 1,
|
||||
"CSV_SaveZeroPower": 1,
|
||||
"CSV_Delimiter": "semicolon",
|
||||
"CSV_Spot_TimeSource": "Inverter",
|
||||
"CSV_Spot_WebboxHeader": 0,
|
||||
"SQL_Database": null,
|
||||
"SQL_Hostname": null,
|
||||
"SQL_Port": "3306",
|
||||
"SQL_Username": null,
|
||||
"SQL_Password": null,
|
||||
"MQTT_Publisher": "/usr/bin/mosquitto_pub",
|
||||
"MQTT_Host": null,
|
||||
"MQTT_Port": null,
|
||||
"MQTT_Topic": "homeassistant/sbfspot_{plantname}/sbfspot_{serial}",
|
||||
"MQTT_ItemFormat": "\"{key}\": {value}",
|
||||
"MQTT_ItemDelimiter": "comma",
|
||||
"MQTT_PublisherArgs": "-h {host} -u {MQTT_Username} -P {MQTT_Password} -t {topic} -m \"{{message}}\" -d",
|
||||
"MQTT_Data": "Timestamp,SunRise,SunSet,InvSerial,InvName,InvTime,InvStatus,InvTemperature,InvGridRelay,EToday,ETotal,PACTot,UDC1,UDC2,IDC1,IDC2,PDC1,PDC2",
|
||||
"LogDir": "/data/sbfspot/log",
|
||||
"LogLevel": "info",
|
||||
"PVoutput_SID": 'null',
|
||||
"PVoutput_Key": 'null',
|
||||
"MQTT_ENABLE": "1"
|
||||
},
|
||||
"schema": {
|
||||
"BTAddress": "str",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue