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