RaspberryMatic Versions Save

:house: A feature-rich but lightweight, buildroot-based Linux operating system alternative for your CloudFree CCU3/ELV-Charly 'homematicIP CCU' IoT smarthome central. Running as a pure virtual appliance (ProxmoxVE, Home Assistant, LXC, Docker/OCI, Kubernetes/K8s, etc.) or on a dedicated embedded device (RaspberryPi, Tinkerboard, IntelNUC, etc.)

3.67.10.20230225

1 year ago

This is release 3.67.10.20230225 of RaspberryMatic which is a maintenance release with the following bugfixes and feature changes:

Downloads License Donate GitHub sponsors

Hier klicken fΓΌr deutschsprachige πŸ‡©πŸ‡ͺπŸ‡¦πŸ‡ΉπŸ‡¨πŸ‡­ Version des ChangeLogs/Diskussionsbeitrag

:construction: Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.67.10-4 which comes with the following changes:
    • updated ReGaHss logic engine to version R1.00.0388.0233 (Jan 27 2023) coming with the following changes:
      • fixed a bug in internal data type selection where for certain INTEGER HSS datapoints a too narrow ivtByte data type was chosen when teaching in certain devices, thus resulting in data value overflow/underflow, e.g. TIME_OF_OPERATION of HmIP-SWSD (#2008).
  • enhanced S97Cloudmatic to prevent start via new /etc/config/cloudmaticDisabled control-file and added possibility to enable/disable CloudMatic startup using a WebUI "Advanced Settings" config setting (#2223, @Baxxy13).
  • fixed cronBackup.sh to ignore some invalid paths. (cf. https://homematic-forum.de/forum/viewtopic.php?f=65&t=77970).
  • fixed issue in checkFirmwareUpdate.sh script where due to max output limit of the github api use the snapshot release could not be found anymore. Now we use direct queries for the latest snapshots and direct version tagged versions. This should also improve query/processing speed to some extent.
  • added a new checkHmIPconsistency.tcl check script which allows to regularly check for potential homematicIP parameter inconsistencies of all registered homematicIP devices and triggers an adequate alarm message in case such inconsistencies are found. (cf. https://homematic-forum.de/forum/viewtopic.php?f=65&t=77531#p752458).
  • updated integrated Mediola NEOServer to latest 2.12.1 version and modified startup to cleanup all unnecessary data directories in case its autostart has been disabled in the advanced settings dialog.

WebUI changes:

  • added another translation fix to 0143-WebUI-Fix-Translation WebUI patch to add missing translations for PRESS_LONG_START/PRESS_LONG_RELEASE (#2222, @Baxxy13).
  • added new WebUI bugfix patch (0176-WebUI-Fix-HeatingControl-BWTHSwitchState) which fixes an issue with missing valve states for channel 10 of a HmIP-BWTH device due to not specific enough table identifiers being used (#2192).
  • modified 0171-WebUI-Add-HmIPKeyTransceiverCentralLinkConfiguration WebUI feature patch to allow to add/remove the central link for MULTI_MODE_INPUT_TRANSMITTER channels as well (e.g. HmIP-FCI1). In addition, we now just use the reportValueUsage method for setup/removal of the central link since newer HmIPServer versions are fixed in this regard. Furthermore we ask a user before setup of the central link and also present a slightly different help text for a better explanation of that feature (cf. https://homematic-forum.de/forum/viewtopic.php?f=65&t=77814#p755553).
  • added another translation fix to 0143-WebUI-Fix-Translation WebUI patchset fixing some typos in the english translation (cf. https://github.com/eq-3/occu/pull/121).
  • added new 0175-WebUI-Add-AllLogfileDownload WebUI patch which will catch all text/log files from /var/log and add them to the download logfile functionality as well (#2186).
  • modified 0144-WebUI-ControlForMaintenanceChannel to show a years+month breakdown for the TIME_OF_OPERATION datapoints of a HmIP-SWSD rather than just outputing everything in days only.
  • integrated a change to 0072-WebUI-Fix-hm_autoconf to convert all ivtByte-based HSSDPs to ivtInteger using a sub routine in /bin/hm_startup. This fixes datatype overflow/underflow issues (e.g. TIME_OF_OPERATION data point of HmIP-SWSD). Thus, now substracting 256 from RSSI_xxxx data point values is not necessary anymore, therefore 0144-WebUI-ControlForMaintenanceChannel was adapted as well (#2008).
  • integrated fix in 0144-WebUI-ControlForMaintenanceChannel to convert the TIME_OF_OPERATION datapoint of HmIP-SWSD devices from seconds to days which is the correct unit of the hardware datapoint (#2008).
  • modified 0097-WebUI-SetSysvarValueByUser WebUI patch to make sure the MIN/MAX metadata will always be (re)set upon modifying a sysvar (cf. https://homematic-forum.de/forum/viewtopic.php?f=65&t=77676&start=20#p754163) (#2179, @jp112sdl).
  • added some more intuitive energy counter labels to 0143-WebUI-Fix-Translation WebUI patch so that it should be more clear what the difference between "Device" and "Central" Energy counter values is.
  • introduced additional style fix in 0039-WebUI-Fix-Style-Glitches to fix the invalid button resizing in the device list when opening/closing the tree structure.
  • modified global cgi.tcl to output any error directly in the WebUI instead of just relying on output in the cgimail.XXXX files. This should help to directly identify any processing errors once they are happening.
  • added a minor style fix to 0039-WebUI-Fix-Style-Glitches to improve the vertical alignment of input checkbox and radio button labels.
  • modified 0165-WebUI-ShowFreeUserspaceOnMaintenancePage to show the free disk space with two digits and use (>) instead to make more clear how much minimal space is required.
  • modified help page in WebUI to output the current DutyCycle and CarrierSense values as well.
  • added new 0002-WebUI-Bootstrap WebUI patch introducing the latest bootstrap v5 javascript library for being potentially used in upcoming modernized WebUI versions (#1511, @ptweety).
  • fixed an old regression in 0031-WebUI-Fix-FileUpload WebUI patch which introduced a fix for #315 but just now broke some recently changed functionality where we introduced POST requests usage via 0173-WebUI-SendPOSTRequest (#2160).
  • fixed the home assistant WebUI proxy daemon (ha-proxy.js) to ensure not to add multiple location headers by using setHeader instead (#2228, #2227, @mpietruschka)
  • the /etc/config/addons/mh config directory will now be immediately removed if cloudmatic is disabled and no client.key exists (#2229, @Baxxy13)
  • modified 0135-WebUI-Add-ControlPanel-AdvancedSettings to restart mediola server also right away after enabling/disabling it.
  • integrated a minor cosmetic fix in 0077-WebUI-NegateCondition which corrects broken program condition naming (#2232, #1908, @Maik2208)

Operating system changes:

  • updated upstream kernel to latest 5.15.95 LTS.
  • added missing BR2_PACKAGE_ICU package so that, e.g. node.js is compiled with internationalization support, thus supports unicode (#2212).
  • fixed docker pull execution in deploy.sh just requiring one argument.
  • updated rpi-eeprom package to latest v2023.01.11-138c0 version.
  • updated java azul version to latest 8.68.0.21-ca-jdk8.0.362 version.
  • updated wiringpi-odroid to latest version in github project.
  • updated tailscale to latest v1.36.1 version.
  • updated buildroot to latest 2022.11.1
  • added usbstoragequirks for "UGreen S-ATA to USB 3.0 adapters" not operating properly with the UAS driver (cf. https://github.com/home-assistant/operating-system/pull/2310).
  • fixed install-proxmox.sh script to perform a separate query for the snapshots tagged version because it is not included in the main github api query anymore due to max limits.
  • changed fstrim cronjob to be executed with options in line with latest fstrim executions also performed on Ubuntu&Co and also pipe its output to logger to make sure to document its results accordingly.
  • replaced all exit $? occurances in shell scripts with proper exit 0 replacements at EOF or removed them for our post-image.sh scripts. These exit $? do not make a lot of sense at EOF because $? just represents the status code of the last command executed anyway.
  • fixed recovery system of OVA platform build to use the correct glibc-based toolchain during build to be compatible to the other platform builds.

:family: Contributors (alphabetically):

  • @Baxxy13
  • @jens-maus
  • @jp112sdl
  • @Maik2208
  • @mpietruschka
  • @ptweety

:memo: Support:

For support on installation and help please visit the following web pages:

RaspberryMatic - Documentation :us: RaspberryMatic - Discussions :us: RaspberryMatic - Dokumentation :de: RaspberryMatic - Forum :de:

:package: Download:

The following installation archives can be downloaded for different hardware platforms. To verify their integrity a sha256 checksum is provided as well. You can either upload these files using the WebUI-based update mechanism or unarchive them to e.g. flash the included *.img files on a fresh installation media (e.g. microSD card):

3.67.10.20230114

1 year ago

This is release 3.67.10.20230114 of RaspberryMatic which is a major release with the following bugfixes and feature changes:

Downloads License Donate GitHub sponsors

Hier klicken fΓΌr deutschsprachige πŸ‡©πŸ‡ͺπŸ‡¦πŸ‡ΉπŸ‡¨πŸ‡­ Version des ChangeLogs/Diskussionsbeitrag

:construction: Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.67.10-3 integrating full compatibility to the CCU3 3.67.10 firmware which comes with the following upstream (eQ3) performed changes:
    • With the HmIP-SWO-*, the parameter "Wind speed" was translated incorrectly in the English texts of the WebUI.
    • With the HmIP-PSM* no direct link to channel 7 was possible.
    • Device configuration parameters for channel 1 of HmIP-eTRV-B-2 were not shown completely.
    • When creating direct links between HmIP-MOD-RC8 and HmIP-BBL or HmIP-FBL, the correct default profile is now displayed.
    • Device images in the device firmware overview were not displayed correctly for some devices.
    • Differentiation between minimum temperature and "Off" at eTRV-C-2 was corrected.
    • Pictures with overview of pushbutton channels for HmIP-BS2 and ELV-SH-BS2 corrected.
    • Incorrect display of the EULA corrected.
    • With HmIP-FWI, "Code 21" could not be selected in programs.
    • No negative values below "-100" could be shown in diagrams.
    • When calling the XML-RPC method "reportValueUsage" of the LegacyAPI (HmIP) with the parameter value 0, the direct link between control center and device channel was not deleted.
    • Adjustment of the slat position texts in the profile settings of direct links of blind actuators.
    • For HmIP-eTRVs, the status of the valve drive is now displayed under Status and operation, in the event of an error during adaptation travel.
    • Text changed during device firmware update of event listener.
    • In the HmIP-BWTH, "Heating valve open" / "Heating valve closed" is now set under Status and operation for channel 10 depending on the "NO / NC" setting.
    • There is now a device object for the CCU3 coprocessor / RPI-RF-MOD. This means that status values such as duty cycle and carrier sense of the CCU3 coprocessor / RPI-RF-MOD can be displayed in the CCU and used in programs.
  • updated the default HmIPW-DRAP firmware files to latest official version (2.4.28) available (#2145).
  • modified home assistant addon config to support to also set external ports for the CCU-Jack Addon (#2011).
  • implemented support to use the HomeMatic/BidCos-RF LAN-Gateway mode without having to downgrade the RF firmware but use /dev/mmd_bidcos as the serial device for the hmlangw daemon. This finally allows to use a RPI-RF-MOD or HmIP-RFUSB for the BidCos-RF LAN-Gateway mode (#2132, @jp112sdl).

WebUI changes:

  • renamed 0078-WebUI-Fix-SetDeviceProfile WebUI patch to 0173-WebUI-SendPOSTRequest and unified it with changes to switch all SendRequest() calls in webui.js to a new SendPOSTRequest() function which will perform Ajax.Updater() post request calls instead so that query strings do not end up being too long for some use cases (e.g. in case of being used with an ingress proxy like in the HomeAssistant Addon case, #1189).
  • fixed issue in 0155-WebUI-Add-HmIP-RFUSB-Support WebUI patch which incorrectly removed support for the "HmIP-HAP JS1" maintenance channel support (cf. https://github.com/jens-maus/RaspberryMatic/discussions/2150#discussioncomment-4627714)
  • integrated a new 0174-WebUI-Fix-MissingETRVparams WebUI/OCCU bugfix patch which fixes an issue where since OCCU 3.65.x some options/parameters of certain HmIP-eTRV devices were not displayed anymore in the WebUI due to a upstream typo in the legacy-parameter-definition.config file (#2027).
  • modified the home assistant ingress proxy (ha-proxy.js) to exclude /jpages/ urls from the charset encoding conversion because HMIPServer always seems to send in utf-8 but unfortunately without explicitly adding charset=utf-8 to the content-type. This resulted in broken charset conversions like for umlauts if used in the groups, diagrams and other HMIPServer delivered WebUI portions (#2139).
  • modified 0004-LocalSSLCert WebUI patch and S50lighttpd startup script to use elliptic curve based algorithms when generating default private key and https certificates.
  • updated 0031-WebUI-Fix-FileUpload WebUI bugfix patch to include a fix for accepting certificate files containing elliptic curve based private keys and certificate files (#2126).
  • modified 0007-WebUI-Enhanced-FirmwareUpdate WebUI patch to include a sha256 checksum check to first check for potential inconsistent backup files before trying to restore it. This should catch rare sbk file inconsistencies that could happen (cf. https://homematic-forum.de/forum/viewtopic.php?p=749245#p749250).
  • modified 0042-WebUI-HeatingControl-HumidityBatteryValveState WebUI patch to show the humidity also in HM/BidCos-RF heating groups (#2106, @jp112sdl).
  • downgraded prototype.js to last 1.6 version (1.6.1) to stay compatible with the API used in the WebUI, thus fixing some issues since the last release (#2105, #609).
  • integrated a regression fix for updating spectrum.js to 1.8.1 (#2102).
  • updated CodeMirror to latest 5.65.11 version.

Operating system changes:

  • updated tailscale to latest 1.34.2 version.
  • updated RaspberryPi firmware+kernel to latest 1.20230106 (5.15.84).
  • updated upstream kernel to 5.15.86.
  • set discard=on as a default in the install-proxmox.sh VM installation script on fresh scsi0 disks to make sure the VM can properly issue trim operations via "fstrim" to decrease virtual disk size.

:family: Contributors (alphabetically):

  • @jens-maus
  • @jp112sdl

:memo: Support:

For support on installation and help please visit the following web pages:

RaspberryMatic - Documentation :us: RaspberryMatic - Discussions :us: RaspberryMatic - Dokumentation :de: RaspberryMatic - Forum :de:

:package: Download:

The following installation archives can be downloaded for different hardware platforms. To verify their integrity a sha256 checksum is provided as well. You can either upload these files using the WebUI-based update mechanism or unarchive them to e.g. flash the included *.img files on a fresh installation media (e.g. microSD card):

3.65.11.20221218

1 year ago

This is release 3.65.11.20221218 of RaspberryMatic which is a maintenance release with the following bugfixes and feature changes:

Downloads License Donate GitHub sponsors

Hier klicken fΓΌr deutschsprachige πŸ‡©πŸ‡ͺπŸ‡¦πŸ‡ΉπŸ‡¨πŸ‡­ Version des ChangeLogs/Diskussionsbeitrag

:construction: Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated mediola addon to latest 2.12.0 version.
  • updated integrated tailscale-VPN client to latest 1.34.0 version.

WebUI changes:

  • modified 0135-WebUI-Add-ControlPanel-AdvancedSettings WebUI feature patch to display the help texts in a hided area and just show it in case a user explicitly requests it (#2070, @jp112sdl).
  • modified 0135-WebUI-Add-ControlPanel-AdvancedSettings WebUI feature patch to allow enable/disable the addon check via the Advanced Settings dialog (#2069, @jp112sdl).
  • reworked 0131-WebUI-ShowAddonUpdatesOnStartpage WebUI patch for a better presentation of available additional software versions on startpage (#2063, @jp112sdl).
  • added 0172-WebUI-Fix-ScriptErrorAfterCPSoftwareClose WebUI bugfix patch fixing a javascript exception when closing the addon window too early (#2064, #2062, @jp112sdl).
  • added new 0171-WebUI-Add-HmIPKeyTransceiverCentralLinkConfiguration WebUI patch to activate/deactivate push button events being sent to a CCU central (#2017, #1567, @jp112sdl).
  • added new 0170-WebUI-RegexSearchInDeviceLists WebUI patch to allow filtering of device liste via standard regex (#2035, #2028, @IT-VBFK).
  • modified 0165-WebUI-ShowFreeUserspaceOnMaintenancePage WebUI patch to only perform a userfs space check if this isn't a OCI/docker system and also make sure the queried userfs space is really a number.
  • integrated a fix for CCU addon versions containing white spaces within their version numbers, thus the WebUI incorrectly displaying a notification for a potential update while this was not the case.
  • updated third-party codemirror.js library to latest 5.65.10 which is used for the integrated code editor.
  • updated third-party spectrum.js library to latest 1.8.1 (#609).
  • updated third-party excanvas.js library to latest version available (#609).
  • updated third-party scriptaculous.js library to latest 1.9.0 (#609).
  • updated third-party prototype.js to latest 1.7.3 (#609).

Operating system changes:

  • updated buildroot to latest 2022.11.
  • updated upstream kernel to 5.15.83 LTS.
  • updated RaspberryPi kernel+firmware to latest 1.20221104.
  • updated rpi4 rpi-eeprom package to latest v2022.12.07-138a1.
  • updated qemu-guest-agent to latest 7.1.0 version.
  • updated java version to latest 8.66.0.15-ca-jdk8.0.352 version.
  • make sure to background DHCP client in case it could not obtain a lease during recovery system startup. This will allow the static ip if-up script to check for a static ip address to be set, thus make the interface setup valid (#2039).
  • modified K8s support to use a common helm chart and Ingress upgrade to allow K8s 1.25 deployment (#2018, #2026, @angelnu).
  • added CONFIG_MLX5_CORE to OVA kernel config to support MLX5 (ConnectX 4) NICs to be used (cf. https://github.com/home-assistant/operating-system/pull/2214).
  • added a sysctl entry to enforce default use of the fq_codel network scheduler like this is the case for all modern linux distributions these days. This network scheduler comes with improved scheduling properties making it the new de-facto standard because it has better scheduling capabilities compared to the the previously used pfifo_fast scheduler. (https://github.com/home-assistant/operating-system/pull/2203).
  • Add patch to avoid dummy waits on CPU idle for AMD systems (cf. https://github.com/home-assistant/operating-system/pull/2210).
  • integrated upstream buildroot patch for package/openvmtools: Add a patch for CVE-2022-31676 (local privilege escalation vulnerability).
  • modified the busybox less command options to be somewhat more consistent with the standard less command in other distros.

:family: Contributors (alphabetically):

  • @angelnu
  • @IT-VBFK
  • @jens-maus
  • @jp112sdl

:memo: Support:

For support on installation and help please visit the following web pages:

RaspberryMatic - Documentation :us: RaspberryMatic - Discussions :us: RaspberryMatic - Dokumentation :de: RaspberryMatic - Forum :de:

:package: Download:

The following installation archives can be downloaded for different hardware platforms. To verify their integrity a sha256 checksum is provided as well. You can either upload these files using the WebUI-based update mechanism or unarchive them to e.g. flash the included *.img files on a fresh installation media (e.g. microSD card):

3.65.11.20221005

1 year ago

This is release 3.65.11.20221005 of RaspberryMatic which is a maintenance release with the following bugfixes and minor feature changes:

Downloads License Donate GitHub sponsors

Hier klicken fΓΌr deutschsprachige πŸ‡©πŸ‡ͺπŸ‡¦πŸ‡ΉπŸ‡¨πŸ‡­ Version des ChangeLogs/Diskussionsbeitrag

:construction: Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.65.11-1 integrating full compatibility to the CCU3 3.65.11 firmware which comes with the following changes:
    • Correction of wrong hysteresis value for 2-point control after HmIP-WTH-2 update to FW 2.8.2.
    • Correction for resumption of paused updates for event listeners.
  • implemented a new "Check+Repair Storage" option in the recovery system which can be used to initiate a manual filesystem check and repair operation which can be used to try to check for any severe filesystem errors and trying to repair them accordingly. In addition, a detailed bad block check will be performed using this new recovery system functionality. Note, however, that running this new check+repair can take considerable time (minutes to hours) depending on the underlaying storage system.
  • replaced all static sleep X uses after loading required kernel modules (eq3_char_loop, etc.) with proper access checks using head -c0 which should help to deal way better with the dynamic device generation process, especially in case of using HomeAssistantOS as the based OS (cf. https://github.com/home-assistant/operating-system/issues/2133#issuecomment-1250932172).
  • fixed issues in dynamic loading of multimacd and its corresponding device nodes. This should provide the underlying operating system a better way for settlement and permission setup to the dynamically generated /dev/mmd_* devices. This should help in case of newer HomeAssistantOS 9.0+ environments which seem to require a bit more time before rfd/HMIPServer can successfully access these multimacd devices. This fixes #1942 and refs https://github.com/home-assistant/operating-system/issues/2133.
  • integrated some minor optimizations to the install-proxmox.sh script which will make sure that CPU+memory hotplug will be possible and also the virtual USB tablet device is now disabled, which seem to consume some unnessesary CPU cycles.
  • updated integrated NEOserver to latest 2.11.0 version.

WebUI changes:

  • added a new 0169-WebUI-Fix-HAP-B1-Uses bugfix patch fixing some last minutes issues in the 3.65.11 OCCU release.
  • integrated fix for 0097-WebUI-SetSysvarValueByUser WebUI patch where plain % char could not be used in system variable texts (#1925, #1932, @jp112sdl)
  • disabled the manual removal of the addon config using updateAddonConfig.tcl which seem to result in mediola addon uninstall errors (#1964).

Operating system changes:

  • bumped buildroot to latest 2022.08 version and updated our buildroot patchset accordingly.
  • integrated kernel config changes to improve the general memory and cpu hotplug capabilities for the ova platform. Furthermore, compatibility to VirtualBox is improved as well as enabling VirtIO based crypto devices (cf. https://github.com/home-assistant/operating-system/pull/2138 and https://github.com/home-assistant/operating-system/pull/2145).
  • updated upstream kernel to latest 5.15.71 LTS.
  • updated rpi-eeprom to latest pieeprom-2022-09-02.bin version.
  • updated RaspberryPi specific kernel+firmware to latest 1.20220830 version.
  • integrated backported patch to fix ODROID-N2 HDMI support. (cf. https://github.com/home-assistant/operating-system/pull/2128)
  • enable CONFIG_IKCONFIG=y so that /proc/config.gz is available right away.
  • fixed issue where the HDMI display power was not correctly switched off for a RaspberryPi4 in case no HDMI cable was connected. Now we try to read out the EDID monitor information as well and if this is not possible we switch off the display.
  • fixed /bin/checkRpi4Usb3.sh watchdog script to correctly identify a GPIO connected RF module for the rpi4usb3 warning and also check on usb port 2-2 for a potentially connected USB3 device.
  • splitted the rootfs-overlay directory in the susvd buildroot package into two dedicated directories for the raspberrypi and tinkerboard versions of the S.USV daemon. This should solve issue with the wrong binaries being used in the tinkerboard build, resulting in a partly non-working S.USV support for the Tinkerboard (#1920).
  • added commit=30 mount option to the /usr/local mount operation to reduce filesystem writes so that the ext4 filesystem will not use a default of 1s (cf. https://github.com/home-assistant/operating-system/pull/2103).
  • updated tailscale to latest 1.30.2 version.

:family: Contributors (alphabetically):

  • @jens-maus
  • @jp112sdl

:memo: Support:

For support on installation and help please visit the following web pages:

RaspberryMatic - Documentation :us: RaspberryMatic - Discussions :us: RaspberryMatic - Dokumentation :de: RaspberryMatic - Forum :de:

:package: Download:

The following installation archives can be downloaded for different hardware platforms. To verify their integrity a sha256 checksum is provided as well. You can either upload these files using the WebUI-based update mechanism or unarchive them to e.g. flash the included *.img files on a fresh installation media (e.g. microSD card):

3.65.8.20220831

1 year ago

This is release 3.65.8.20220831 of RaspberryMatic which is a maintenance release with the following bugfixes and feature changes:

Downloads License Donate GitHub sponsors

Hier klicken fΓΌr deutschsprachige πŸ‡©πŸ‡ͺπŸ‡¦πŸ‡ΉπŸ‡¨πŸ‡­ Version des ChangeLogs/Diskussionsbeitrag

:construction: Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.65.8-2 integrating full compatibility to the CCU3 3.65.8 firmware which comes with the following changes:
    • Correct display and use of the HmIP-HAP-B1 (Silvercrest).
    • Update of ReGaHss to R1.00.0388.0232. Fixes among other things an error in the objectID assignment.
    • Wrong display of the parameter "Type of two-point control" at HmIP-WTH-2 corrected.
    • Check and, if necessary, correct the factory SSH configuration.
    • Display of default profile after teaching roller blind and shutter actuators corrected.
  • modified startup to manually load the rpi_rf_mod_led kernel module in case a rx8130 RTC is identified (RPI-RF-MOD on GPIO) and the docker/OCI platform is used. This should make the LED of a RPI-RF-MOD work in case a manual docker/OCI environment is used, e.g. under RaspberryPiOS (#1893).
  • updated /bin/createBackup.sh to perform some additional safety measures to ensure a proper/valid backup archive is created which seem to not have been the case under all circumstances (cf. https://homematic-forum.de/forum/viewtopic.php?f=65&t=75205).
  • added /usr/local/eQ-3-Backup to excluded backup path in createBackup.sh.
  • updated generic_raw_uart to latest version.

WebUI changes:

  • modified 0007-WebUI-Enhanced-FirmwareUpdate WebUI patch to use createBackup.sh also for the WebUI based backup and to use a somewhat improved error reporting in case createBackup.sh returns an error. In addition the create_backup tcl routine is now correctly executed without brackets (cf. https://homematic-forum.de/forum/viewtopic.php?f=65&t=75205).
  • reworked 0007-WebUI-Enhanced-FirmwareUpdate WebUI patch to display a plain http url in the popup requester for notifying users how they can follow the firmware update process (#1891).
  • added fix in 0135-WebUI-Add-ControlPanel-AdvancedSettings WebUI patch where using encodeURIComponent() and escape() fixes certain character encoding issues caused by omitting URL encoding altogether (#1897).

Operating system changes:

  • to make sure that dangling third-party monit configuration symlinks will not produce monit errors a cleanup action has been added to the S96StartAddons init script removing such dangling symlinks know to cause certain issues.
  • added a new 0014-ca-certificates-local buildroot upstream patch which introduces the possibility to put own certificate authority (CA) files in/usr/local/share/ca-certificates and use the update-ca-certificatescomannd-line script commonly known from debian-like systems to update the cert files in /etc/ssl/certs so that commands like curl, wget and also lighttpd can use own CA files from there. Thus, upon startup RaspberryMatic will now update ca certificates and allow users to put own CA certificates into /usr/local/share/ca-certificates (#1910).
  • added arm_boost=1 for compatible RaspberryPi4 models to bump frequency from 1.5GHz to 1.8GHz for potentially increased performance (#1913).
  • removed duplicate ASMedia quirk (174c:55aa:u) in the used kernel cmdline.
  • updated rpi-eeprom to latest pieeprom-2022-08-02 version and added missing rpi-userland patch to fix build with newer buildroot versions.
  • updated java-azul 1.8 LTS to latest versions available.
  • updated raspberrypi kernel+firmware to latest 1.20220811.
  • updated upstream kernel to 5.15.63 LTS.
  • updated buildroot to latest 2022.05.1.

:family: Contributors (alphabetically):

  • @jens-maus

:memo: Support:

For support on installation and help please visit the following web pages:

RaspberryMatic - Documentation :us: RaspberryMatic - Discussions :us: RaspberryMatic - Dokumentation :de: RaspberryMatic - Forum :de:

:package: Download:

The following installation archives can be downloaded for different hardware platforms. To verify their integrity a sha256 checksum is provided as well. You can either upload these files using the WebUI-based update mechanism or unarchive them to e.g. flash the included *.img files on a fresh installation media (e.g. microSD card):

3.65.6.20220723

1 year ago

This is release 3.65.6.20220723 of RaspberryMatic which is a major release with the following bugfixes and feature changes:

Downloads License Donate GitHub sponsors

Hier klicken fΓΌr deutschsprachige πŸ‡©πŸ‡ͺπŸ‡¦πŸ‡ΉπŸ‡¨πŸ‡­ Version des ChangeLogs/Diskussionsbeitrag

:construction: Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.65.6-3 which comes with the following changes:
    • updated ReGaHss logic engine to version R1.00.0388.0232 (Jun 27 2022) coming with the following changes:
      • fixed a potential integer overflow bug when calculating the next free object id which could end up allocating negative ids.
    • dialog after Homematic device firmware update corrected.
    • HmIP-SWSD: The configuration parameter "Forward received data telegrams" was not correctly transferred to the device.
    • a memory error in the Homematic interface process (rfd) has been fixed.
    • HmIP-STE2-PCB (ELV kit): The status of the configuration parameter "Minimum transmit distance" was always displayed as "Not active".
    • For HmIP motion detectors, a second brightness threshold has been introduced for links has been introduced. The first brightness threshold, for example, switches the light on when a detected movement if the brightness falls below a certain level. As a result it may become so bright that subsequent movements are no longer detected. The second brightness value forms the threshold for retriggering when the light is switched on.
    • The description of the programs has been changed as follows (example): Before: "...System state: presence, trigger on change, not present". New: "...System state: presence, trigger when not present, trigger when changed".
    • HmIP-WKP - Den BenutzerkanΓ€len wurden innerhalb von Programmen 2 neue Parameter hinzugefΓΌgt, die es erlauben, auf die Tasten β€žVerriegeln/Entriegelnβ€œ zu reagieren.
    • For channels of type "Configuration decision value" (e.g. HmIP-PSM channel 7) it is now possible to enter the now possible to enter the lower and upper limit value with decimal place.
    • HmIP-WRCD (ELV kit) - Note text for the allowed special characters extended.
  • when creating backups of a running "RaspberryMatic CCU" Add-on within HomeAssistant the .watchdog file will now be excluded from the backup so that upon restore no unclean-shutdown alarm message will be issued (cf. https://homematic-forum.de/forum/viewtopic.php?p=725274#p725274). In addition, before creating the backup, ReGaHss will now be instructed to flush its current settings to disk, so that also the consistency of a HA driven backup of the Add-on should be slightly improved.
  • modified the recovery system to add a user-configured static ip address as a secondary ip address to the main network interface. Thus, now the recovery system will also be available on the static ip address a user has defined in the main CCU WebUI, but also (for recovery reasons) use a DHCP acquired IP address (#1862).

WebUI changes:

Operating system changes:

  • updated tailscale to latest 1.28.0
  • updated upstream kernel to 5.15.55 LTS.
  • removed obsolete net.ipv4.tcp_timestamps network tuning because newer linux kernel automatically randomize timestamps for improved security and potential network spike reduction does not justify to disable timestamps altogether anymore (cf. https://security.stackexchange.com/questions/111794/pros-and-cons-of-disabling-tcp-timestamps).
  • added a fix/workaround for wiping compromised default/leftover data in S50sshd.

:family: Contributors (alphabetically):

  • @jens-maus

:memo: Support:

For support on installation and help please visit the following web pages:

RaspberryMatic - Documentation :us: RaspberryMatic - Discussions :us: RaspberryMatic - Dokumentation :de: RaspberryMatic - Forum :de:

:package: Download:

The following installation archives can be downloaded for different hardware platforms. To verify their integrity a sha256 checksum is provided as well. You can either upload these files using the WebUI-based update mechanism or unarchive them to e.g. flash the included *.img files on a fresh installation media (e.g. microSD card):

3.63.9.20220625

1 year ago

This is release 3.63.9.20220625 of RaspberryMatic which is a maintenance release with the following bugfixes and feature changes:

Downloads License Donate GitHub sponsors

Hier klicken fΓΌr deutschsprachige πŸ‡©πŸ‡ͺπŸ‡¦πŸ‡ΉπŸ‡¨πŸ‡­ Version des ChangeLogs/Diskussionsbeitrag

:construction: Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.63.9-6 which comes with the following changes:
    • updated ReGaHss logic engine to version R1.00.0388.0231 (Jun 21 2022) coming with the following changes:
      • fixed a bug in the management of the main object list where it happened that the re-allocation routines did not respect the id ordered nature of the object list, thus causing severe issues ending up in Already in map errors and not being able to create new objects anymore (cf. https://homematic-forum.de/forum/viewtopic.php?f=65&t=74458&start=160#p722477).
      • fixed issues where parsing through type names was not using the right iterator data type and non static values being unable to return in all cases a <unknown> string.
      • fixed a bug where automatically removing unreferenced program objects upon loading+saving the regadom file could lead to invalid memory accesses and crashes if program objects with IDs > 65k exist.
    • integrated a new rfd and libhsscomm.so version fixing a memory leak issue and making sure to only save dev files upon changes and not with every putParamSet call.
    • integrated a new 4.4.18 HmIP-RFUSB co-processor firmware with improved homematicIP routing capabilities included.
    • backported the HMIPServer.jar and ESHBridge.jar files from the official CCU3 3.63.9 release because the versions in the official OCCU repository were based on different development cycles (#1846).
  • added a new checkFirmwareUpdate.sh shell script which will allow to perform firmware update checks on the command-line as well as downloading and starting a complete firmware update process (#1857).
  • updated Mediola NEOServer addon package to latest 2.10.0

WebUI changes:

  • added new 0168-WebUI-Add-ImprovedLogout WebUI patch which introduces a progress bar on logout to provide some user feedback and also introduce an async save mechanisms to improve the logout speed in general (#1859, #1858, @jp112sdl)
  • modified 0151-WebUI-Add-DeviceRestoreConfigButton WebUI patch to use a callback function for homematic() to close the progress bar so that it actually will be popup at all.
  • integrated bug fix for 0161-WebUI-Add-ShowRFGatewayInDeviceList WebUI patch which fixes vanishing interface names in the device list (#1848, #1849, @jp112sdl)
  • added display of the NTP server info to the help.cgi system information patch showing detailed system information.
  • updated CodeMirror to latest 5.65.6

Operating system changes:

  • updated tailscale to latest 1.26.1
  • updated upstream kernel to 5.15.48 LTS.
  • added BR2_PACKAGE_ONIGURUM package to enable extended regular expression support for jq JSON parser.
  • updated buildroot to latest 2022.05
  • integrated different lighttpd web server optimizations to improve performance and security as well as updating lighttpd to its latest 1.4.65 version (#1847, @gstrauss).
  • added some rather conservative network performance tuning to /etc/sysctl.conf which increases net.core.Xmem_max to 4 MiB to potentially increase the network performance. Also added an increase of the allowed IGMP memberships to 1024 to provide more room for addons to potentially come up with own IGMP membership uses (cf. https://github.com/home-assistant/operating-system/pull/1968).
  • changed CONFIG_NF_CONNTRACK to not compile the netfilter conntrack firewall functionality as a kernel module but directly integrate it into the kernel so that we can set net.netfilter.nf_conntrack_max and net.netfilter.nf_conntrack_buckets to reasonable values in /etc/sysctl.conf. This should solve issues where users reported issues with nf_conntrack: table full, dropping packet kernel messages (cf. https://homematic-forum.de/forum/viewtopic.php?f=65&t=73881)

:family: Contributors (alphabetically):

  • @gstrauss
  • @jens-maus
  • @jp112sdl

:memo: Support:

For support on installation and help please visit the following web pages:

RaspberryMatic - Documentation :us: RaspberryMatic - Discussions :us: RaspberryMatic - Dokumentation :de: RaspberryMatic - Forum :de:

:package: Download:

The following installation archives can be downloaded for different hardware platforms. To verify their integrity a sha256 checksum is provided as well. You can either upload these files using the WebUI-based update mechanism or unarchive them to e.g. flash the included *.img files on a fresh installation media (e.g. microSD card):

3.63.9.20220521

2 years ago

This is release 3.63.9.20220521 of RaspberryMatic which is a maintenance release with the following bugfixes and feature changes:

Downloads License Donate GitHub sponsors

Hier klicken fΓΌr deutschsprachige πŸ‡©πŸ‡ͺπŸ‡¦πŸ‡ΉπŸ‡¨πŸ‡­ Version des ChangeLogs/Diskussionsbeitrag

:construction: Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • added a new /bin/checkPortForwarding.sh check script which will be executed regularly via cron around 4:00 am on each sunday. This new check script will try to identify any security critical port forwarding being effective in the internet router where RaspberryMatic is connected to. Once such a malicious port forwarding is identified a WebUI WatchDog alarm message will be triggered so that users can react and are adviced to disable this critical port forwarding in their internet router and use VPN-based solutions instead (e.g. tailscale).
  • updated generic_raw_uart homematic kernel module to latest version (1.26) available.
  • updated detect_radio_module to latest version available.
  • increased the maximum HMIPServer startup interval to 150 resulting in a max time of 300 seconds (5 min) for trying to start HMIPServer on slower hardware (e.g. RaspberryPi1) (#1817).

WebUI changes:

  • fixed another bunch of encoding issues when converting between UTF-8 and ISO-8859-1 character encoding in the different internal and external APIs being used so that using german umlauts in the WebUI should not end up being falsely UTF-8 encoded in the central ReGaHss database anymore. This should fix certain umlaut encoding issues that could either be seen in the WebUI when renaming devices/channels, but also when using the rega scripting or rpc api with remote calls and utf-8 encoded names containing umlaut characters (#1825, #1821, #1782).
  • adapted WebUI help page patch to also show the Java and Node.js version shipped.
  • updated CodeMirror to latest 5.65.3
  • added further minor style fix to 0039-WebUI-Fix-Style-Glitches WebUI patch so that the channel/device selection in the direct connection display uses all available space more efficiently.
  • added a new settings option to the 0135-WebUI-Add-ControlPanel-AdvancedSettings WebUI patch to disable the new portforwarding check (#1822, @jp112sdl).

Operating system changes:

  • updated upstream Linux kernel to latest 5.15.41 LTS
  • updated rpi-eeprom package to ship latest pieeprom-2022-04-26.bin version.
  • updated tailscale to latest 1.24.2 version and added a go 1.18.x dependency update accordingly.
  • updated qemu guest agent to latest 7.0.0 version.
  • updated java azul version to latest 8.62.0.19-ca-jdk8.0.332 version.
  • fixed a bug in lighttpd config which was swallowing certain URL encoded characters like %Fx where x corresponds to any hex-decimal number. This prevented the use of URL encoding for sending HTTPS requests with iso-8859-1 encoded umlauts (#1831).
  • added missing CONFIG_E1000E linux kernel config option for intelnuc platform which resulted in missing network interfaces for certain NUC generations since the kernel 5.15.x upgrade.
  • added "Add StarTech.com SATA to USB Cable - USB 3.0 to 2.5" SATA III Hard Drive Adapter" to supported usb quirks list (cf. https://github.com/home-assistant/operating-system/pull/1883)
  • added -x jitter to standard DAEMON_ARGS so that the time consuming JITTER entropy source is omitted and the hwrng or urandom be used providing more entropy throughput anyway (#1817).
  • fixed broken S08argononed startup script which was missing the necessary .sh extension for executing the argonone daemon script, thus prevented its autostart (#1819).
  • added missing CONFIG_SENSORS_PWM_FAN kernel config to make the RaspberryPi POE/FAN HAT working again (#1838).

:family: Contributors (alphabetically):

  • @jens-maus
  • @jp112sdl

:memo: Support:

For support on installation and help please visit the following web pages:

RaspberryMatic - Documentation :us: RaspberryMatic - Discussions :us: RaspberryMatic - Dokumentation :de: RaspberryMatic - Forum :de:

:package: Download:

The following installation archives can be downloaded for different hardware platforms. To verify their integrity a sha256 checksum is provided as well. You can either upload these files using the WebUI-based update mechanism or unarchive them to e.g. flash the included *.img files on a fresh installation media (e.g. microSD card):

3.63.9.20220430

2 years ago

This is release 3.63.9.20220430 of RaspberryMatic which is a maintenance release with the following bugfixes and feature changes:

Downloads License Donate GitHub sponsors

Hier klicken fΓΌr deutschsprachige πŸ‡©πŸ‡ͺπŸ‡¦πŸ‡ΉπŸ‡¨πŸ‡­ Version des ChangeLogs/Diskussionsbeitrag

:construction: Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.63.9-1 integrating full compatibility to the CCU3 3.63.9 firmware which comes with the following changes:
    • Updated the RPI-RF-MOD co-processor firmware to version 4.4.22 which should fix an issue where rf communication with certain HomeMatic/BidCos-RF devices were not working reliable (https://homematic-forum.de/forum/viewtopic.php?f=27&t=71025).
    • The ELV-SH-WUA device was not correctly recognized in the WebUI.
    • The device config pages for the HmIP-FALMOT was not correctly shown.
  • added a new /bin/checkCoProcessor.sh check script and put it to the global monitrc to be executed regularly for performing regular rf-module/co-processor connectivity checks. In case of identifying a failed rf-module connection a WebUI alarm message will now be raised (https://homematic-forum.de/forum/viewtopic.php?f=65&t=73697).
  • added a new experimental /usr/bin/checkPortForwarding.sh check script which can be used to try to identify any security critical port forwarding being enabled in the internet router where RaspberryMatic is being connected to.
  • updated Mediola NEO SERVER to latest 2.9.0 package version.

WebUI changes:

  • added new 0168-WebUI-Fix-HmipChannelDialogsInclude WebUI bugfix patch which adds a missing source include statement which fixes a WebUI crash bug in the new BOILER_TRANSMITTER functionality of 3.63.8. This should make the device config settings page for the HmIP-FALMOT-C12 accessible again.
  • added a package patch 0001-default-identity-encoding.patch to the tcl package to make the "identity" character encoding the default+system encoding like it had been with tclsh 8.2 and which seem to have caused the umlaut character encoding issues recently seen. In addition, adapted tclrega and tclrpc accordingly so that they only actively perform character conversion in case no "identity" encoding is used. Furthermore, removed the explicit "convertto" char conversion calls in jsonrpc.tcl so fix similar issues. This altogether fixes the char encoding issues seen in the WebUI and external CCU addons like hm_pdetect, etc. (#1782).
  • added a tcl package patch which will make sure that the tcl_precision will be set to 12 as a default value like this was the case with the older tcl 8.2 version. This should fix recently appearing floating point arithmetic issues which resulted in incorrect valve position calculations in the WebUI (#1784).
  • disabled the forced restart of HMIPServer upon changing the log level. Now a user has to perform a manual reboot or restart of HMIPServer in case he wants to have the log level changes to be applied (#1742).

Operating system changes:

  • updated all rpi and tinkerboard kernel defconfigs to not use CONFIG_SLUB_DEBUG anymore because we are now exclusively using the newer init_on_alloc/init_on_free instead of slub debug. Also added the missing CONFIG_ARM_MODULE_PLTS config option to the tinkerboard defconfig to fix various "relocation 28 out of range" errors after the 5.15.x kernel update (#1435).
  • synchronized all used kernel options throughout our supported platforms.
  • updated buildroot to latest 2022.02.1 version.
  • added CONFIG_AUDIT to all kernel defconfigs to enable kernel auditing support so that the kernels spits out audit messages in case invalid syscalls are being processed.
  • updated wiringpi-odroid package to latest version available.
  • added direct USB storage quirks for the RaspberryPi target so that some USB<>SSD connectors will start to work out-of-the-box (#1727, https://github.com/home-assistant/operating-system/pull/1864).
  • bumped all Linux kernel versions for all our supported platforms from 5.10.x to 5.15.x and used the stable 1.20220331 (5.15.32) version for the RaspberryPi platform and the upstream 5.15.53 LTS version for the other platforms.

:family: Contributors (alphabetically):

  • @jens-maus

:memo: Support:

For support on installation and help please visit the following web pages:

RaspberryMatic - Documentation :us: RaspberryMatic - Discussions :us: RaspberryMatic - Dokumentation :de: RaspberryMatic - Forum :de:

:package: Download:

The following installation archives can be downloaded for different hardware platforms. To verify their integrity a sha256 checksum is provided as well. You can either upload these files using the WebUI-based update mechanism or unarchive them to e.g. flash the included *.img files on a fresh installation media (e.g. microSD card):

3.63.8.20220330

2 years ago

This is release 3.63.8.20220330 of RaspberryMatic which is a major release with the following changes:

Downloads License Donate GitHub sponsors

Hier klicken fΓΌr deutschsprachige πŸ‡©πŸ‡ͺπŸ‡¦πŸ‡ΉπŸ‡¨πŸ‡­ Version des ChangeLogs/Diskussionsbeitrag

:construction: Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.63.8-1 integrating full compatibility to the CCU3 3.63.8 firmware which comes with the following changes:
    • updated ReGaHss logic engine to version R1.00.0388.0230 (Mar 24 2022):
      • fixed a bug in the URL parameter decoding routines which did not decode a + character to a white-space in the parameter part of URLs which violated RFC1866 (#1762).
    • HmIP-WSC (ELV kit) Speed resp. travel time within programs supplemented.
    • HmIP-FSM16 - Incorrect description of configuration parameter "Value Minimum transmission distance" corrected (was value random part).
    • Fixed different designation for on/off for Hm and HmIP.
    • HmIP-FWI (ELV kit) - The displayed code ID was too high by 1 under Status/Operation.
    • Start/stop long keystroke within programs was interchanged.
    • Added missing translation of service messages.
    • Changeover from daylight saving time to standard time for Homematic IP devices occurred constellations at the wrong time.
    • The end of vacation was displayed incorrectly in the eTRV if the start and end date were set to the same day. were set to the same day.
    • The HmIPW-DRAP firmware supplied on the CCU has been updated to version 2.4.14.
    • The HmIP-HAP firmware supplied on the CCU has been updated to version 2.4.12.
    • HmIP-SMI55-2 - The note text for battery/mains operation has been adapted.
    • Within programs, it is now also possible to trigger on the exact value in the "Set value range" dialog.
    • Restoration of device states after device restart: Weekly profile active / inactive for switching/dimming and shading actuators, Manual mode and active profile. for eTRVs.
    • HmIPW-WRC6 - Within programs it is now possible to trigger on the brightness value.
    • For links between pushbuttons and dimming actuators, the step width of the long pushbutton action can be selected.
    • The wall thermostats have been revised with FW. version 2.8 and receive the new parameter "Operating mode thermostat/hygrostat" at channel 5. The HmIP-BWTH additionally receives the heat demand channel Boiler (channel 13). The FW rollout is still pending.
  • The tcl/tclsh scripting engine is now compiled within our build environment for every target platform (including 64 bit version) instead of taking the pre-compiled 32bit only tcl 8.2.3 binaries from OCCU. This finally allowed to upgrade tcl to the latest 8.6.12 version with all bug fixes and improvements of this newer version. In addition, the libxmlparser.so, libXmlRpc.so, tclrega.so and tclrpc.so shared libraries which certain common homematic services use are now also directly compiled from our build environment rather than just taking pre-compiled versions, thus native 64bit versions are now compiled/available (#903).
  • added a forced coprocessor version functionality to S48UpdateRFHardware so that by putting the desired firmware version to a /etc/config/forced_coprocessor_version file users can pin a certain version for their rf module.
  • re-added a sleep 5 after the eq3_char_loop modprobe to give the system (especially in case of running RaspberryMatic as a HomeAssistant Add-on) more time to settle (#1707, #1752).
  • in case no HomeMatic RF module is installed parts of the mac address are now put in /var/board_serial (#1729).

WebUI changes:

  • reworked the file upload fixes in the 0031-WebUI-Fix-FileUpload WebUI patch to contain several security checks for a valid admin session id and query string checks as well as omitting the critical use of URL query string parsing functionality . This should significantly improve the security burden, thus fix a raised security issue (CVE-2022-24796, @qx-f7).
  • added another minor unit display fix to the 0132-WebUI-Fix-UnitDisplay WebUI patch.
  • added new 0167-WebUI-Fix-InternalTclURLs WebUI bugfix patch which fixes all used URLs in tcl routines to be compatible with tcl 8.6 version of http geturl function (#1754, #1765)
  • modified 0133-WebUI-Fix-InternalIDExposure WebUI patch and removed the HmIPW- and HmIP-DRSI checks which caused the maintenance channel to always be shown rather than manually showable (#1751).
  • added new 0166-WebUI-Fix-PowermeterControl WebUI bugfix patch which fixes ScriptRuntimeErrors when display the status pages of a HM-ES-TX-WM with firmware 2.5 and IEC sensor connected (#1748, #1749, @jp112sdl).
  • added new 0165-WebUI-ShowFreeUserspaceOnMaintenancePage WebUI patch to display the free userspace on the maintenance control page so that users are notified in case not enough space is left for applying a software update (#1737)
  • updated CodeMirror editor engine to latest 5.65.2 version.
  • fixed space free display in help.cgi so that the right space free values are used from the monit status output.
  • lowered the CarrierSense (CS) warning and attention levels to >= 11% and >= 20% accordingly in 0057-WebUI-ImprovedDutyCycleDisplay WebUI patch. Please note that these thresholds are pure empirically chosen where even a CS >= 20% could still be tolerable.

Operating system changes:

  • added support for loading compressed kernel modules (xz and zstd) using modprobe/kmod by adding BR2_PACKAGE_XZ and BR2_PACKAGE_ZSTD to all buildroot configs (#1750).
  • added BR2_PACKAGE_KMOD_TOOLS to the oci defconfigs so that the kmod utilities (modprobe, etc.) are built which should allow to also load compressed kernel modules (#1750).
  • fixed a bug in the published Kubernetes helm chart (#1757, #1756, @angelnu).
  • added missing CONFIG_SECCOMP kernel option for all ODROID-based platforms.
  • removed unnecessary CONFIG_AUDIT kernel options for Tinkerboard platform so that it behaves essentially the same like the kernels for the other supported platforms.
  • added more wpa_supplicant options to also add support for the older 'wext' extension so that third-party wifi drivers (e.g. r8188eu) still only providing wext support continue to work (cf. https://github.com/home-assistant/operating-system/pull/1811).
  • updated tailscale to latest 1.22.2 version.
  • updated RaspberryPi4 eeprom to latest pieeprom-2022-03-10.bin.
  • updated RaspberryPi kernel+firmware to latest 1.20220308 (5.10.103) version.
  • updated upstream kernel to latest 5.10.108 LTS version.
  • updated buildroot to 2022.02 LTS version.

:family: Contributors (alphabetically):

  • @angelnu
  • @jens-maus
  • @jp112sdl
  • @qx-f7

:memo: Support:

For support on installation and help please visit the following web pages:

RaspberryMatic - Documentation :us: RaspberryMatic - Discussions :us: RaspberryMatic - Dokumentation :de: RaspberryMatic - Forum :de:

:package: Download:

The following installation archives can be downloaded for different hardware platforms. To verify their integrity a sha256 checksum is provided as well. You can either upload these files using the WebUI-based update mechanism or unarchive them to e.g. flash the included *.img files on a fresh installation media (e.g. microSD card):