Fix ReGaHss (#921)

This commit is contained in:
Pascal Vizeli
2019-12-19 19:27:33 +01:00
committed by GitHub
parent 481c4fdcd7
commit 20cb315235
3 changed files with 8 additions and 4 deletions

View File

@@ -1,10 +1,14 @@
# Changelog
## 9.5
- Fix ReGaHss binary
## 9.4
- Update OCCU to 3.49.17-2
- Use new gcc8 binary for armhf
- Don't use regahss-beta
- Don't use ReGaHss-beta
## 9.3

View File

@@ -45,10 +45,10 @@ RUN curl -SL https://github.com/jens-maus/occu/archive/${OCCU_VERSION}.tar.gz |
&& cp -R packages-eQ-3/LinuxBasis/lib /opt/hm/ \
&& cp -R packages-eQ-3/HS485D/bin /opt/hm/ \
&& cp -R packages-eQ-3/HS485D/lib /opt/hm/ \
&& rm -f packages-eQ-3/WebUI/bin/ReGa* \
&& cp -R packages-eQ-3/WebUI/bin /opt/hm/ \
&& cp -R packages-eQ-3/WebUI/lib /opt/hm/ \
&& rm -rf packages-eQ-3/WebUI/etc/config* packages-eQ-3/WebUI/ect/rega.conf \
&& mv /opt/hm/bin/ReGaHss.community /opt/hm/bin/ReGaHss \
&& cp -R packages-eQ-3/WebUI/etc/* /opt/hm/etc/ \
&& rm -f packages/lighttpd/etc/lighttpd/lighttpd_ssl.conf \
&& cp -R packages/lighttpd/etc/lighttpd /opt/hm/etc/ \

View File

@@ -1,6 +1,6 @@
{
"name": "HomeMatic CCU",
"version": "9.4",
"version": "9.5",
"slug": "homematic",
"description": "HomeMatic central based on OCCU",
"url": "hhttps://github.com/home-assistant/hassio-addons/tree/master/homematic",
@@ -19,7 +19,7 @@
"2010/tcp": 2010
},
"ports_description": {
"80/tcp": "Regahss Webinterface",
"80/tcp": "ReGaHss Webinterface",
"2001/tcp": "Homematic xmlrpc",
"2000/tcp": "HomematicWire xmlrpc",
"2010/tcp": "HomematicIP xmlrpc"