mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-19 06:04:21 +01:00
Update HM to 9.4 (#920)
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 9.4
|
||||||
|
|
||||||
|
- Update OCCU to 3.49.17-2
|
||||||
|
- Use new gcc8 binary for armhf
|
||||||
|
- Don't use regahss-beta
|
||||||
|
|
||||||
## 9.3
|
## 9.3
|
||||||
|
|
||||||
- Update from bash to bashio
|
- Update from bash to bashio
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ RUN curl -SL https://github.com/jens-maus/occu/archive/${OCCU_VERSION}.tar.gz |
|
|||||||
\
|
\
|
||||||
&& if [ "${BUILD_ARCH}" = "armv7" ]; \
|
&& if [ "${BUILD_ARCH}" = "armv7" ]; \
|
||||||
then \
|
then \
|
||||||
cd arm-gnueabihf; \
|
cd arm-gnueabihf-gcc8; \
|
||||||
else \
|
else \
|
||||||
cd X86_32_Debian_Wheezy; \
|
cd X86_32_Debian_Wheezy; \
|
||||||
fi \
|
fi \
|
||||||
@@ -50,7 +50,6 @@ RUN curl -SL https://github.com/jens-maus/occu/archive/${OCCU_VERSION}.tar.gz |
|
|||||||
&& cp -R packages-eQ-3/WebUI/lib /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 \
|
&& rm -rf packages-eQ-3/WebUI/etc/config* packages-eQ-3/WebUI/ect/rega.conf \
|
||||||
&& cp -R packages-eQ-3/WebUI/etc/* /opt/hm/etc/ \
|
&& cp -R packages-eQ-3/WebUI/etc/* /opt/hm/etc/ \
|
||||||
&& cp -R packages-eQ-3/WebUI-Beta/bin /opt/hm/ \
|
|
||||||
&& rm -f packages/lighttpd/etc/lighttpd/lighttpd_ssl.conf \
|
&& rm -f packages/lighttpd/etc/lighttpd/lighttpd_ssl.conf \
|
||||||
&& cp -R packages/lighttpd/etc/lighttpd /opt/hm/etc/ \
|
&& cp -R packages/lighttpd/etc/lighttpd /opt/hm/etc/ \
|
||||||
&& cd ../ \
|
&& cd ../ \
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
"i386": "homeassistant/i386-base-debian:buster"
|
"i386": "homeassistant/i386-base-debian:buster"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"OCCU_VERSION": "3.47.22-3"
|
"OCCU_VERSION": "3.49.17-2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "HomeMatic CCU",
|
"name": "HomeMatic CCU",
|
||||||
"version": "9.3",
|
"version": "9.4",
|
||||||
"slug": "homematic",
|
"slug": "homematic",
|
||||||
"description": "HomeMatic central based on OCCU",
|
"description": "HomeMatic central based on OCCU",
|
||||||
"url": "hhttps://github.com/home-assistant/hassio-addons/tree/master/homematic",
|
"url": "hhttps://github.com/home-assistant/hassio-addons/tree/master/homematic",
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ Legacy.SendUDPServiceMessages=true
|
|||||||
Legacy.Port=2010
|
Legacy.Port=2010
|
||||||
Legacy.VirtualRemoteControl.Enabled=true
|
Legacy.VirtualRemoteControl.Enabled=true
|
||||||
Legacy.CallDeleteDevicesForChangedDevices=false
|
Legacy.CallDeleteDevicesForChangedDevices=false
|
||||||
Legacy.Client.Connection.Timeout=300000
|
Legacy.Client.Connection.Timeout=600000
|
||||||
Legacy.Client.Socket.Timeout=300000
|
Legacy.Client.Socket.Timeout=600000
|
||||||
|
|
||||||
# HmIP-Routing
|
# HmIP-Routing
|
||||||
Adapter.Remote.Enabled=true
|
Adapter.Remote.Enabled=true
|
||||||
@@ -34,6 +34,7 @@ IPServices.Firmware.Update.URL=http://drap-update.homematic.com:80/firmware/hap/
|
|||||||
CyclicTimeout.TimerStartMaxDelay=90
|
CyclicTimeout.TimerStartMaxDelay=90
|
||||||
CyclicTimeout.TimerCycleTime=600
|
CyclicTimeout.TimerCycleTime=600
|
||||||
Legacy.Parameter.ReplaceEnumValueWithOrdinal=true
|
Legacy.Parameter.ReplaceEnumValueWithOrdinal=true
|
||||||
|
AED.Enabled=true
|
||||||
|
|
||||||
### Configuration for Inclusion with key server (internet) or local key (offline)
|
### Configuration for Inclusion with key server (internet) or local key (offline)
|
||||||
KeyServer.Mode=KEYSERVER_LOCAL
|
KeyServer.Mode=KEYSERVER_LOCAL
|
||||||
|
|||||||
Reference in New Issue
Block a user