bump to next test version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: TSUN-Proxy (Dev)
|
name: TSUN-Proxy (Dev)
|
||||||
description: MQTT Proxy for TSUN Photovoltaic Inverters
|
description: MQTT Proxy for TSUN Photovoltaic Inverters
|
||||||
version: 0.14.0-dev-2505311826
|
version: 0.14.0-dev-2505311831
|
||||||
image: docker.io/sallius/tsun-gen3-addon
|
image: docker.io/sallius/tsun-gen3-addon
|
||||||
url: https://github.com/s-allius/tsun-gen3-proxy
|
url: https://github.com/s-allius/tsun-gen3-proxy
|
||||||
slug: tsun-proxy-dev
|
slug: tsun-proxy-dev
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
echo "Add-on environment started"
|
echo "Add-on environment started"
|
||||||
bashio::cache.flush_all
|
bashio::cache.flush_all
|
||||||
echo "check for Home Assistant supervisor API"
|
echo "check for Home Assistant supervisor API"
|
||||||
|
MQTT_HOST=""
|
||||||
if bashio::supervisor.ping; then
|
if bashio::supervisor.ping; then
|
||||||
echo "check for Home Assistant MQTT"
|
echo "check for Home Assistant MQTT"
|
||||||
if bashio::services mqtt; then
|
if bashio::services mqtt; then
|
||||||
@@ -10,6 +11,8 @@ if bashio::supervisor.ping; then
|
|||||||
MQTT_PORT=$(bashio::services mqtt "port")
|
MQTT_PORT=$(bashio::services mqtt "port")
|
||||||
MQTT_USER=$(bashio::services mqtt "username")
|
MQTT_USER=$(bashio::services mqtt "username")
|
||||||
MQTT_PASSWORD=$(bashio::services mqtt "password")
|
MQTT_PASSWORD=$(bashio::services mqtt "password")
|
||||||
|
else
|
||||||
|
echo "error Home Assistant service MQTT not available!"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "error Home Assistant supervisor API not available!"
|
echo "error Home Assistant supervisor API not available!"
|
||||||
|
|||||||
Reference in New Issue
Block a user