Hello HasQT,
being just a user, i have problems to configure the AddOn. I try to add my values into the configuration and i get a error message.
Failed to save add-on configuration, not a valid value. Got {'BTAddress': '00:80:25:xx:xx:3e', 'Password': 'MyPassword', 'MIS_Enabled': 0, 'Plantname': 'MyPlantName', 'OutputPath': '/data/sbfspot/%Y', 'OutputPathEvents': '/data/sbfspot/%Y/events', 'Latitude': xx.42432, 'Longitude': xx.04541, '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/Be...
My configfile is:
BTAddress: '00:80:25:xx:xx:3e'
Password: MyPassword
MIS_Enabled: 0
Plantname: 'MyPlantName'
OutputPath: /data/sbfspot/%Y
OutputPathEvents: /data/sbfspot/%Y/events
Latitude: xx.42432
Longitude: xx.04541
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-EN
Timezone: Europe/Berlin
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: SBFspot
SQL_Hostname: 192.168.178.68
SQL_Port: '3306'
SQL_Username: sbfspot
SQL_Password: MyPassword
MQTT_Publisher: /usr/bin/mosquitto_pub
MQTT_Host: core-mosquitto
MQTT_Port: 'null'
MQTT_Topic: homeassistant/sbfspot_{plantname}/sbfspot_{serial}
MQTT_ItemFormat: '"{key}": {value}'
MQTT_ItemDelimiter: comma
MQTT_PublisherArgs: '-h {host} -u {mqtt-admin} -P {MyPaasword} -t {topic} -m "{{message}}" -d'
MQTT_Data: >-
Timestamp,SunRise,SunSet,InvSerial,InvName,InvTime,InvStatus,InvTemperature,InvGridRelay,EToday,ETotal,GridFreq,PACTot,UDC1,UDC2,IDC1,IDC2,PDC1,PDC2
LogDir: /dev/stdout >> /proc/1/fd/1
LogLevel: info
PVoutput_SID: 99999
PVoutput_Key: 98xxxx5x6x9x810xx7xxx9104x9x28xx78x8x542
MQTT_ENABLE: '1'
My problem migth be that i do not know where to add ‘’ and where not.
I am grateful for any help.
Frank