Diese Seite wurde vor mehr als 2 Jahren erstellt
und vor über einem Monat zuletzt bearbeitet. Eventuell ist längst ihr Mindesthaltbarkeitsdatum überschritten!
Firmware eines LAN-Gateways manuell aktualisieren
Der "dumme" LAN Gateway HM-LGW-O-TW-W-EU(-2) bekommt seine Firmware-Updates normalerweise automatisch von der CCU
aus. Muss man manuell Geburtshilfe leisten oder kann partout nicht warten, kann dies mit dem (in RaspberryMatic
enthaltenen) Kommando eq3configcmd geschehen.
eq3configcmd-Parameter
root@homematic:~ >_ /bin/eq3configc/bin/eq3configcmd
update-lgw-firmware (C) 2013 - eQ-3 Entwicklung GmbH
Usage:
update-lgw-firmware <-u firmwarefile> [-k Aes-Key] (<-h IPAddress> | <-s Serial>) [-f] [-console] [-l LogLevel]
-u: Path to firmware file
-h: IP Address of lan gateway. (Alternatively use -s Serial)
-s: Serial number of lan gateway. (Alternatively use -h)
-k: Aes-Key (hexadecimal); Needed if encryption is enabled
or
update-lgw-firmware <-c rfd-/hs485d-configfile> <-m fwmap-file>
-c Path to rfd.conf/hs485d.conf
-m Path to fwmap file
-console: Log to console instead of syslog.
-l: Loglevel.
Update
Das Binary liegt (aktuelle RaspberryMatic 201811*) in /bin, die Firmware (1.4.1) in /firmware – wer hätte das gedacht…
root@homematic:~ > /bin/eq3configcmd update-lgw-firmware -u /firmware/hm-lgw-o-tw-w-eu_update.eq3 -s OEQxxxxxxx -k "AES-KEY" -console -l 1
2018/11/16 11:08:00.474 <Info> LAN Gateway Firmware Update...
2018/11/16 11:08:00.475 <Info> Gateway OEQxxxxxxx
2018/11/16 11:08:02.481 <Info> Gateway type is eQ3-HM-LGW-App
cryptEnabled true
2018/11/16 11:08:12.025 <Info> Updating firmware....
2018/11/16 11:08:17.159 <Info> Update performed. Waiting for gateway to get ready.
root@homematic:~ >_