leonsio / YAHM

Yet Another Homematic Management - Skripte zur Einrichtung der Homematic CCU Oberfläche in einem LXC Container unter Debian Jessie auf ARM CPU (z.B.: Raspberry Pi & Co)
Creative Commons Zero v1.0 Universal
114 stars 21 forks source link

FW update to 2.31.25 doesn work #161

Closed poggenpower closed 6 years ago

poggenpower commented 6 years ago

Here the log fro updating yahm and the container. First one seems to work, 2nd one complains about missing files. What else could I do to troubleshoot? (Response in German would also be fine)

root@haus:/opt/fhem# sudo LC_ALL=C yahm-ctl update
New CCU2 firmware: 2.31.25 available, update with 'yahm-lxc update' possible
Updating YAHM installation, for updatate CCU2 please use 'yahm-lxc update'
Fetching submodule share/tools/Network-Interfaces-Script
Fetching submodule share/tools/arm-board-detect
Fetching submodule share/tools/rpi-source
Already up-to-date.
Updating all YAHM modules
Entering 'share/tools/Network-Interfaces-Script'
From https://github.com/leonsio/Network-Interfaces-Script
 * branch            master     -> FETCH_HEAD
Already up-to-date.
Entering 'share/tools/arm-board-detect'
From https://github.com/leonsio/arm-board-detect
 * branch            master     -> FETCH_HEAD
Already up-to-date.
Entering 'share/tools/rpi-source'
From https://github.com/notro/rpi-source
 * branch            master     -> FETCH_HEAD
Already up-to-date.
Entering 'share/tools/Network-Interfaces-Script'
Entering 'share/tools/arm-board-detect'
Entering 'share/tools/rpi-source'
Updating CCU2-FW archive
YAHM version 1.9 found
root@haus:/opt/fhem# sudo LC_ALL=C yahm-lxc  update
New CCU2 firmware: 2.31.25 available, update with 'yahm-lxc update' possible

Installed version: 2.27.8
Available version: 2.31.25

ERROR: Can not find any patches for 2.31.25, please call 'yahm-ctl update' and try again
root@haus:/opt/fhem# 

Thanks Thomas

leonsio commented 6 years ago

hi your installation has problems with patch-archive just install YAHM new (ATTENTION: manuall installation)

wget -nv -O- https://raw.githubusercontent.com/leonsio/YAHM/master/yahm-init | sudo -E  bash -

your CCU2 instance is not affected, the code above just replace YAHM scripts with actual version

poggenpower commented 6 years ago

Thanks this works!