Update config.yaml

This commit is contained in:
habuild 2022-10-28 10:07:18 +11:00 committed by GitHub
parent 5b08e1f2ab
commit 0a51559d8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,18 @@
--- ---
name: SBFspot name: MultiINV-SBFspot
version: 2022.8.3 version: 2022.10.3
slug: sbfspot slug: multiinv-sbfspot
description: Manage SBFspot with a simple interface description: Manage SBFspot with a simple interface
url: "https://github.com/habuild/hassio-addons/tree/main/sbfspot" url: "https://github.com/habuild/hassio-addons/tree/main/haos-sbfspot"
stage: experimental stage: experimental
image: "ghcr.io/habuild/{arch}-addon-multiinv-sbfspot"
arch: arch:
- aarch64
- amd64 - amd64
init: false init: false
host_network: true
host_dbus: true
homeassistant_api: true homeassistant_api: true
panel_icon: mdi:solar-power-variant panel_icon: mdi:solar-power-variant
services: services:
@ -15,76 +20,48 @@ services:
- mqtt:want - mqtt:want
options: options:
Connection_Type: "Bluetooth" Connection_Type: "Bluetooth"
BTAddress: "" Sensors_HA: No
Password: "0000" BTAddress: "!secret BTAddress"
LocalBTAddress: "00:00:00:00:00:00" Password: "!secret SBFpassword"
IP_Address: "255.255.255.255" LocalBTAddress: "!secret LocalBTAddress"
MIS_Enabled: 0 IP_Address: "55.255.255.255"
Plantname: MyPlant Plantname: "!secret SBFplantname"
OutputPath: /data/sbfspot/%Y Latitude: "!secret home_lat"
OutputPathEvents: /data/sbfspot/%Y/events Longitude: "!secret home_long"
Latitude: "null" Timezone: "!secret Timezone"
Longitude: "null" DateTimeFormat: "'%H:%M:%S %d-%m-%y'"
CalculateMissingSpotValues: 1 SQL_Password: "!secret mariadb_pw"
DateTimeFormat: "%d/%m/%Y %H:%M:%S" MQTT_User: "!secret mqtt_user"
DateFormat: "%d/%m/%Y" MQTT_Pass: "!secret mqtt_pass"
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: "SBFspot"
SQL_Hostname: core-mariadb
SQL_Port: "3306"
SQL_Username: "sbfspot"
SQL_Password: ""
MQTT_Publisher: /usr/bin/mosquitto_pub
MQTT_Host: core-mosquitto
MQTT_Port: "1883"
MQTT_Topic: "homeassistant/sbfspot_{plantname}/sbfspot_{serial}" 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: >- MQTT_Data: >-
Timestamp,SunRise,SunSet,InvSerial,InvName,InvTime,InvStatus,InvTemperature,InvGridRelay,EToday,ETotal,GridFreq,PACTot,UDC1,UDC2,IDC1,IDC2,PDC1,PDC2 PrgVersion,Plantname,Timestamp,SunRise,SunSet,InvSerial,InvName,InvTime,InvStatus,InvSwVer,InvClass,InvType,InvTemperature,InvGridRelay,EToday,ETotal,GridFreq,PACTot,PAC1,UAC1,IAC1,OperTm,FeedTm,PDCTot,UDC1,UDC2,IDC1,IDC2,PDC1,PDC2,BTSignal,InvWakeupTm,InvSleepTm
PVoutput_SID: "0123456789:12345" PVoutput_SID: "!secret pvoSID"
PVoutput_Key: "fake9364fake4545fake834fake" PVoutput_Key: "!secret pvoAPIkey"
LogDir: /data/sbfspot/log/
LogLevel: info LogLevel: info
schema: schema:
Connection_Type: list(Bluetooth|Ethernet)? Connection_Type: list(Bluetooth|Ethernet)?
Sensors_HA: list(No||Create||Purge|)?
BTAddress: "str" BTAddress: "str"
Password: "str" Password: "password"
LocalBTAddress: "str" LocalBTAddress: "str?"
IP_Address: "str" IP_Address: "str?"
Plantname: "str" Plantname: "str"
MIS_Enabled: "int?" MIS_Enabled: "int?"
OutputPath: "str?" OutputPath: "str?"
OutputPathEvents: "str?" OutputPathEvents: "str?"
Latitude: "float" Latitude: "str?"
Longitude: "float" Longitude: "str?"
Timezone: "str" Timezone: "str?"
DateTimeFormat: "str" DateTimeFormat: "str?"
DateFormat: "str" DateFormat: "str?"
DecimalPoint: "str" DecimalPoint: "str?"
TimeFormat: "str" TimeFormat: "str?"
SynchTime: "int?" SynchTime: "int?"
SynchTimeLow: "int?" SynchTimeLow: "int?"
SynchTimeHigh: "int?" SynchTimeHigh: "int?"
SunRSOffset: "int?" SunRSOffset: "int?"
Locale: "str" Locale: "str?"
CalculateMissingSpotValues: "int?" CalculateMissingSpotValues: "int?"
BTConnectRetries: "int?" BTConnectRetries: "int?"
CSV_Export: "int?" CSV_Export: "int?"
@ -98,19 +75,17 @@ schema:
SQL_Hostname: "str?" SQL_Hostname: "str?"
SQL_Port: "str?" SQL_Port: "str?"
SQL_Username: "str?" SQL_Username: "str?"
SQL_Password: "str?" SQL_Password: "password?"
MQTT_Publisher: "str?" MQTT_Publisher: "str?"
MQTT_Host: "str" MQTT_Host: "str?"
MQTT_Port: "str" MQTT_Port: "str?"
MQTT_User: "str"
MQTT_Pass: "password"
MQTT_Topic: "str" MQTT_Topic: "str"
MQTT_ItemFormat: "str" MQTT_ItemFormat: "str?"
MQTT_ItemDelimiter: str MQTT_ItemDelimiter: str?
MQTT_PublisherArgs: str MQTT_PublisherArgs: str?
MQTT_Data: "str" MQTT_Data: "str"
PVoutput_SID: "str" PVoutput_SID: "password?"
PVoutput_Key: "str" PVoutput_Key: "password?"
LogDir: "str?" LogLevel: list(debug|info||warning||error)?
LogLevel: "str"
host_network: true
host_dbus: true
image: "ghcr.io/habuild/{arch}-addon-sbfspot"