Skip to content

Releases: jens-maus/RaspberryMatic

RaspberryMatic 3.69.7.20230626

26 Jun 11:03
Compare
Choose a tag to compare

This is release 3.69.7.20230626 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

🚧 Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.69.7-3 which comes with the following changes:
    • updated ReGaHss logic engine to version R1.00.0388.0235 (Jun 13 2023):
  • fixed missing RPI-RF-MOD blue led blinking during network setup phase on startup.
  • improved RPI-RF-MOD led handling in LAN-Gateway mode (HMLGW) so that the LED will be properly set to blue once the system has booted and also make sure not to start hss_led at all.
  • modified certain unnecessary cron-based maintenance job executions or watchdog tools like triggerAlarm.tcl to be skipped if system is running in LAN-Gateway mode (HMLGW).
  • when resetting a raw-uart it can happen that a certain rf module type (HmIP-RFUSB) does not support that procedure and returns an error. However, we need to simply ignore that, thus dump that error to null.
  • allow the checkFirmwareUpdate.sh script for update check but output an error in case it is used on the docker/oci platform for trying to apply an update right away (which is not possible).
  • introduced new install-docker.sh docker/oci installation script to setup a docker-based RaspberryMatic with a macvlan based network connection for allowing to connect a HmIP-HAP or HmIPW-DRAP which requires multicast udp traffic for proper communication (#1373, https://github.com/jens-maus/RaspberryMatic/wiki/Installation-Docker-OCI).
  • modified the HomeAssistant Add-on documentation to explain a temporary workaround to get a HmIP-HAP or HmIPW-DRAP connected to a running RaspberryMatic HA add-on by a manual macvlan network setup until the HA developers have implemented the required changes that a HA add-on can setup a macvlan-based network connection itself (cf. https://github.com/jens-maus/RaspberryMatic/wiki/Installation-HomeAssistant#hmip-haphmipw-drap-support-patch).
  • updated detect-radio-module tool and generic_raw_uart rf module kernel driver to latest versions available.
  • fixed issue in LAN-Gateway daemon (hmlangw) daemon where during bootloader setup the daemon could end up in an endless loop never starting and outputting massive eq3loop_write_master() kernel errors due to serial data flooding. To fix this issue we now check for a different bootloader reply scheme after sending the bootloader entering sequence (#2340).

WebUI changes:

  • modified the help.cgi patch to also output the network configuration settings on the general help page.
  • updated CodeMirror to latest 5.65.13
  • integrated improved png and svg-based RaspberryMatic logo files (#2341, @Rygle).

Operating system changes:

  • updated upstream kernel to 6.1.35.
  • updated buildroot monit upstream patch to use latest 5.33.0 version.
  • updated buildroot to latest 2023.05.
  • updated rpi-eeprom to latest pieeprom-2023-05-11.bin version.
  • removed rng-tools because in newer linux kernel versions /dev/random is not blocking anymore (5.6+) and the standard kernel provided entropy pool is strong enough (5.10+) so that tools like rng-tools or haveged are not required anymore and just unnecessarily consume CPU time. (cf. nhorman/rng-tools#195 (comment), https://forum.manjaro.org/t/low-entropy-on-my-system/119233).
  • updated tailscale to latest 1.44.0.
  • integrated upstream busybox patch for fixing an illegal instruction on rare CPU constellations when executing sha256sum. (cf. #2309, https://bugs.busybox.net/show_bug.cgi?id=15236).
  • renamed S03InitURandom startup script to S03seedrng and reworked it to use the new seedrng busybox tool to init and seed the kernel RNG rather than manually doing this including the rndaddtoentcnt tool. Thus, also retired this tool in favor of the new seedrng busybox tool.

👪 Contributors (alphabetically):

📝 Support:

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

RaspberryMatic - Documentation 🇺🇸
RaspberryMatic - Discussions 🇺🇸
RaspberryMatic - Dokumentation 🇩🇪
RaspberryMatic - Forum 🇩🇪

📦 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):

Read more

RaspberryMatic 3.69.7.20230506

06 May 17:59
Compare
Choose a tag to compare

This is release 3.69.7.20230506 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

🚧 Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.69.7-2 integrating full compatibility to the CCU3 3.69.7 firmware which comes with the following upstream (eQ3) performed changes:
    • updated ReGaHss logic engine to version R1.00.0388.0234 (Apr 26 2023) coming with the following changes:
      • fixed incorrect runtime errors being raised for a lot of math functions (Mod, Exp, Exp2, Exp10, Expm1, Log, Log2, Log10, Log1p, Sqrt, Pow, Sin, Cos, Tan, Asin, Acos, Atan, Sinh, Cosh, Tanh, Asinh, Acosh, Atanh) if they run into floating point exceptions like underflow/overflow, etc. Now they are always executed allowing users to solely evaluate their returned values for such "domain errors" (e.g. returning -inf/-nan) (#2277).
    • Error in the control of the HmIP-WRCD (ELV kit) fixed (#2273).
    • The arrangement of the buttons under Settings->Control Panel has been corrected.
    • Display of DALI luminaires with 4 channels corrected.
    • A button has been added to the WebUI that allows to query changes to the channels on the on the DALI gateway.
    • For the HmIP-RGB(W) the possibility to set default effects has been added.

WebUI changes:

  • implemented new 0178-WebUI-Fix-ValidateSaveSysvarInput WebUI patch which validates system variable inputs to not allow to use any reserved special characters (#2285, #2291, @jp112sdl).

Operating system changes:

  • updated tailscale VPN client to latest 1.38.4.
  • updated RaspberryPi kernel+firmware to latest 1.20230405 (6.1.21).
  • updated upstream Linux kernel to latest 6.1.27 LTS.
  • updated Java Azul version to latest 8.70.0.23-ca-jdk8.0.372.
  • reverted the multilib32 defconfig to use multilib32_arm_a53_defconfig for the ODROID-C4 build (#2283).
  • removed unnecessary VOLUME definition in Dockerfile which resulted in empty dummy volume being created with every restart of the RaspberryMatic container, e.g. as a HomeAssistant Add-on (#2303).

👪 Contributors (alphabetically):

📝 Support:

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

RaspberryMatic - Documentation 🇺🇸
RaspberryMatic - Discussions 🇺🇸
RaspberryMatic - Dokumentation 🇩🇪
RaspberryMatic - Forum 🇩🇪

📦 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):

Read more

RaspberryMatic 3.69.6.20230407

07 Apr 09:48
Compare
Choose a tag to compare

This is release 3.69.6.20230407 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

🚧 Changes:

For all changes, see the full commit log.

CCU/HomeMatic service changes:

  • updated OCCU version to 3.69.6-3 integrating full compatibility to the CCU3 3.69.6 firmware which comes with the following upstream (eQ3) performed changes:
    • HmIP-SWD - Within programs the parameter "Moisture detected: Yes" was wrongly named.
    • Fixed an error when transferring the AutoCal parameter of the HmIP-SCTH230.
    • The "CO2 concentration" parameter may not have been displayed correctly within programs.
    • When calling a link of a level channel with a HmIP-DRBL4 a blank page appeared. blank page.
    • When calling a link of a HmIP-SWD with the HmIP-MP3P an empty page appeared.
    • Within programs, the percentage value 0 - 100% may have been displayed as 0.0 - 1.0.
    • The configuration parameter DELAY-COMPENSATION has been removed for the HmIP-FROLL as it is not supported.
    • Correction of the default value for the parameter Condition_Value_HI at HmIP-BROLL and HmIP-BBL.
    • In certain cases it was possible to upload multiple device firmware updates with different different version status for one device type to the CCU.
    • At the HmIP-SPI the calculation of the brightness value was corrected.
    • In the case of wall thermostats with hygrostat function, the currently selected type of two-point control was displayed incorrectly.
    • Some configuration parameters have been added to the HmIP-eTRV-2 (decalcification run, error position and valve opening degree).
    • The button "Access Points with incompatible FW" (Settings → Control Panel) has been removed.
    • File permissions have been adjusted so that it is now possible to store public keys for SSH access in the file /root/.ssh/authorized_keys.
    • For HmIP-eTRVs the adaptation drive is now automatically started after a firmware update started.
    • The INCLUSION_UNSUPPORTED_DEVICE parameter is no longer offered within programs.
    • With the HmIP-SPDR, the channel type is no longer displayed under Status/Operation, but the device name.
    • The HmIP-HAP and HmIPW-DRAP firmware update files delivered with the CCU were removed.
    • The configuration parameter CHANNEL_OPERATION_MODE was added for the HmIP-BBL and HmIP-FBL with a firmware from 1.10.2.
    • Generierung von SSL Zertifikaten über update.homematic.com wurde aus der WebUI entfernt. Es ist weiterhin möglich über Systemsteuerung → Einstellungen → Netzwerkeinstellungen eigene Zertifikate hoch zu laden oder zu löschen.
    • A new parameter has been added to the Easymode toggle profile for links with the HmIP-DLD (Unlock / Open).
    • Known Bugs: The Homematic IP DALI gateway does not display a control for 4-channel DALI lights (e.g. RGBW) under Status and operation. Will be fixed in the upcoming version.
  • integrated a fixed HMServer.jar version which is used in HomeMatic/BidCos-only mode and which will make sure that no homematicIP virtual groups will be unnecessarily removed anymore (#2260).
  • updated integrated Mediola NEO server to latest 2.12.2.
  • updated generic_raw_uart to latest 1.12 version incorporating kernel 6.1.x compatibility.

WebUI changes:

  • modified 0042-WebUI-HeatingControl-HumidityBatteryValveState WebUI patch to show "n/a" instead of 20% humidity in heating groups not containing any device that delivers a humidity value (#2274, #2276, @jp112sdl).
  • added new 0177-WebUI-Fix-EmptyHmIPWKPPIN WebUI / OCCU 3.69.6 bugfix patch fixing an incorrect quoting ending up in empty PINs for a HmIP-WKP to show superfluous double apostrophes (#2269).
  • modified 0135-WebUI-Add-ControlPanel-AdvancedSettings WebUI patch to also allow to configure the IP address of a HB-RF-ETH adapter directly via the "Advanced settings" WebUI control panel.
  • updated CodeMirror to latest 5.65.12.
  • modified 0046-WebUI-ImprovedScriptEditor WebUI patch to allow to resize a CodeMirror based editor vertically. This should enable users to resize the source code and output area in the script editor and script testing popup to their needs. (cf. https://homematic-forum.de/forum/viewtopic.php?p=760691).
  • updated 0002-WebUI-Bootstrap WebUI patch to use a viewport 1024 meta statement to ensure that the WebUI will always appear in desktop mode even on mobile devices because it is not yet ready for mobile devices and does use incorrect scaling since the bootstrap introduction. Also adapted 0036-WebUI-ImprovedFavIcons accordingly to remove merge conflicts and also adapted logout/login.htm to also carry the same meta statements.
  • integrated another minor translation typo fix in 0143-WebUI-Fix-Translation WebUI patch.

Operating system changes:

  • updated upstream linux kernel for all supported platforms to the latest 6.1.x (6.1.23) LTS version.
  • updated RaspberryPi kernel+firmware to latest 1.20230317 version coming with kernel 6.1.x.
  • updated buildroot linux environment to latest 2023.02 version.
  • modified install-proxmox.sh helper script to use "VirtIO SCSI single" controller type in combination with iothread=1 for improved disk performance in Proxmox. Existing users should make sure to set these parameters in the VM options under Proxmox.
  • added a check to install-proxmox.sh to output a proper ERROR in case the script is not executed on a Proxmox VE host system (cf. https://homematic-forum.de/forum/viewtopic.php?p=759474#p759447).
  • updated tailscale to latest 1.38.3 and modified package to use the official stable packages from pkgs.tailscale.com rather than compiling an own tailscale version from scratch which often comes with go-related compile issues and is better be avoided and should make builds also slightly faster.
  • updated wiringpi-rpi package to latest version.
  • updated odroid wiringpi package to latest version.
  • fixed GPIO name for button use on ODROID-C2.
  • added new multilib32_arm_a55_defconfig multilib config for ARM cortex A55 cpus and fixed defconfigs for ODROID-C4.
  • fixed HM_LED_GREEN/RED paths for RaspberryPi to use the latest ACT/PWR equivalents in place since kernel 6.1.x/latest Pi firmware. (cf. https://github.com/jens-maus/RaspberryMatic/discussions/2264).
  • updated U-boot to latest 2023.01 version for all U-boot enabled platforms (RaspberryPi, ASUS Tinkerboard, ODROID-C4/C2/N2).
  • replaced own kernel defconfig for ODROID-C4/C2 with link to same kernel config like ODROID-N2 since these share the same kernel settings anyway.
  • reworked S50lighttpd to also check the certificate in case the reload() function is used.
  • updated qemu-guest-agent to latest 7.2.0 version.
  • integrated a minor localization fix to S01InitZRAMSwap to estimate the total memory amount (cf. StuartIanNaylor/zram-swap-config@eb6fda3)
  • modified S46chrony startup script to make sure the chrony user can access /var/lib/chrony accordingly (#2250).
  • enable Microsoft HyperV integration services for ova build target and added upstream patch to fix and optimize the S10hyperv init script, thus skip daemon startup if no HyperV environment is found. (cf. home-assistant/operating-system#2381).
  • remove unnecessary 0000-Makefile.patch patch to get xe-guest-utilities package compiled again.
  • updated rpi-rf-mod package to be compatible with latest buildroot check package in version 2023.02.
  • updated xe-guest-utilities package to latest 7.33.0 to be compatible with buildroot 2023.02.
  • added upstream buildroot patch for rtl8812au-aircrack-ng package which updates the package for kernel 6.1.x compatibility.

👪 Contributors (alphabetically):

📝 Support:

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

RaspberryMatic - Documentation 🇺🇸
RaspberryMatic - Discussions 🇺🇸
RaspberryMatic - Dokumentation 🇩🇪
RaspberryMatic - Forum 🇩🇪

📦 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):

  • RaspberryPi4 Model B, RaspberryPi Compute Module 4, RaspberryPi 400 – (installation):
    📦 [RaspberryMatic-3.69.6.202304...
Read more

RaspberryMatic 3.67.10.20230225

25 Feb 12:51
Compare
Choose a tag to compare

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

🚧 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. eq-3/occu#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. home-assistant/operating-system#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.

👪 Contributors (alphabetically):

📝 Support:

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

RaspberryMatic - Documentation 🇺🇸
RaspberryMatic - Discussions 🇺🇸
RaspberryMatic - Dokumentation 🇩🇪
RaspberryMatic - Forum 🇩🇪

📦 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):

  • RaspberryPi4 Model B, RaspberryPi Compute Module 4, RaspberryPi 400 – ([installation](ht...
Read more

RaspberryMatic 3.67.10.20230114

14 Jan 10:45
Compare
Choose a tag to compare

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

🚧 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.

👪 Contributors (alphabetically):

📝 Support:

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

RaspberryMatic - Documentation 🇺🇸
RaspberryMatic - Discussions 🇺🇸
RaspberryMatic - Dokumentation 🇩🇪
RaspberryMatic - Forum 🇩🇪

📦 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):

Read more

RaspberryMatic 3.65.11.20221218

18 Dec 09:53
Compare
Choose a tag to compare

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

🚧 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. home-assistant/operating-system#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. (home-assistant/operating-system#2203).
  • Add patch to avoid dummy waits on CPU idle for AMD systems (cf. home-assistant/operating-system#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.

👪 Contributors (alphabetically):

📝 Support:

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

RaspberryMatic - Documentation 🇺🇸
RaspberryMatic - Discussions 🇺🇸
RaspberryMatic - Dokumentation 🇩🇪
RaspberryMatic - Forum 🇩🇪

📦 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):

Read more

RaspberryMatic 3.65.11.20221005

05 Oct 17:57
Compare
Choose a tag to compare

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

🚧 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. home-assistant/operating-system#2133 (comment)).
  • 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 home-assistant/operating-system#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. home-assistant/operating-system#2138 and home-assistant/operating-system#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. home-assistant/operating-system#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. home-assistant/operating-system#2103).
  • updated tailscale to latest 1.30.2 version.

👪 Contributors (alphabetically):

📝 Support:

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

RaspberryMatic - Documentation 🇺🇸
RaspberryMatic - Discussions 🇺🇸
RaspberryMatic - Dokumentation 🇩🇪
RaspberryMatic - Forum 🇩🇪

📦 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):

Read more

RaspberryMatic 3.65.8.20220831

31 Aug 14:43
Compare
Choose a tag to compare

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

🚧 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.

👪 Contributors (alphabetically):

📝 Support:

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

RaspberryMatic - Documentation 🇺🇸
RaspberryMatic - Discussions 🇺🇸
RaspberryMatic - Dokumentation 🇩🇪
RaspberryMatic - Forum 🇩🇪

📦 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):

Read more

RaspberryMatic 3.65.6.20220723

23 Jul 13:54
Compare
Choose a tag to compare

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

🚧 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.

👪 Contributors (alphabetically):

📝 Support:

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

RaspberryMatic - Documentation 🇺🇸
RaspberryMatic - Discussions 🇺🇸
RaspberryMatic - Dokumentation 🇩🇪
RaspberryMatic - Forum 🇩🇪

📦 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):

Read more

RaspberryMatic 3.63.9.20220625

25 Jun 05:47
Compare
Choose a tag to compare

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

🚧 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. home-assistant/operating-system#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)

👪 Contributors (alphabetically):

📝 Support:

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

RaspberryMatic - Documentation 🇺🇸
RaspberryMatic - Discussions 🇺🇸
RaspberryMatic - Dokumentation 🇩🇪
RaspberryMatic - Forum 🇩🇪

📦 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):

Read more