From d86c040bdeb2e75615e157dbcc11a7f98e1817d0 Mon Sep 17 00:00:00 2001 From: habuild <36288425+habuild@users.noreply.github.com> Date: Thu, 17 Mar 2022 22:34:39 +1100 Subject: [PATCH] Update config.json --- sbfspot/config.json | 74 ++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/sbfspot/config.json b/sbfspot/config.json index 22bdadd..96f0fb3 100644 --- a/sbfspot/config.json +++ b/sbfspot/config.json @@ -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",