Releases: jens-maus/RaspberryMatic
RaspberryMatic 2.27.8.20170620
This is release version 2.27.8.20170620 of RaspberryMatic fixing mainly bugs and introducing some smaller new features compared to the previous version:
Changes:
- updated Linux kernel to 4.9.33 and compatible RaspberryPi firmware files and disabled real-time kernel patches for the time being because they were causing random kernel crashes and don't seem to be stable for 4.9.y at the moment.
- integrated support for
xinetd
type configuration. Now users can put typical xinetd service files in/etc/config/xinet.d
to get inetd typical services enabled. - integrated support for
net-snmpd
enabling RaspberryMatic to answer SNMP client requests with typical replies so that monitoring systems can use SNMP queries to monitor the status of the underlaying linux system. - reenabled Bluetooth support which wasn't working reliable with previous Linux kernel versions.
For support on installation and help please visit the following (german speaking) help fora:
RaspberryMatic - Installation/Update Guide
RaspberryMatic - Forum
Please find the necessary installation images (*.img
files) for each supported hardware platform in separate zip archive files attached to this release. To verify their integrity a *.sha256
file is included in the zip file which contains the sha256 checksum of the img file.
The following installation archives can be downloaded for selected hardware platforms:
-
RaspberryPi3, RaspberryPi2, RaspberryPi Compute Module 3 (lite):
RaspberryMatic-2.27.8.20170620-rpi3.zip – 03a538c6a159a5188b464f72420c8a4158aec4e7906708ccdabed0ffc3533a32 -
RaspberryPi Zero W, RaspberryPi Zero, RaspberryPi Compute Module 1, RaspberryPi1 (A+ / B+):
RaspberryMatic-2.27.8.20170620-rpi0.zip – eac503f89136b0dec1fba5c988953cb6bdd4f8b9855f3135bd5dde989bc92d60
RaspberryMatic 2.27.8.20170615
This is release version 2.27.8.20170615 of RaspberryMatic with the following bugfixes and minor changes:
Changes:
- integrated support for ALL available RaspberryPi hardware models including RaspberryPi Zero, RaspberryPi Zero W and RaspberryPi Compute Module 3, etc.
- integrated support to install RaspberryMatic on USB memory stick or hard disk and directly boot from it (RaspberryPi3 only)
- updated Buildroot environment to latest stable version 2017.05
- updated Linux kernel to 4.9.31 and compatible RaspberryPi firmware files as well as Realtime kernel patch revision rt21.
- updated OCCU firmware to 2.27.8-1 to incorporate radio module coprocessor fixes which should fix certain over-the-air update (OTAU) problems with certain devices.
- updated default Busybox environment to include more standard tools and features
- updated JAVA runtime environment to 1.8.0_121-8.20.0.42
- updated WebUI/ReGaHss version to community version
R1.00.0388.0114 (Jun 3 2017)
incorporating the following major fixes/changes (for more see here):- implemented some basic math functions which can now be used within a rega script for integer and floating-point variables (e.g.
Exp()
,Log()
) - fixed '+' operator to be also used for concatinating a string
- fixed
ToInteger()
to correctly truncate real values - added certain math constants to support math operations (e.g.
M_PI
) - implemented random number generator functions to be usable within a rega script (e.g.
system.Random()
) - fixed bug in script parser where lines starting only with
!
resulted in commenting out the whole next line as well. - fixed bug where calling
xmlrpc.ActivateLinkParamset()
with only two arguments resulted in a crashing rfd. - added missing optional
long_press
parameter toxmlrpc.ActivateLinkParamset()
. - fixed
/bin/hm_startup
process to wait a certain amount of time. - increased maximum number of iterations for
foreach()
/while()
to 50000. - fixed a bug in
while()
andforeach()
not raising any error if an incorrect condition is specified. - fixed all problems with function name clashes. E.g. the use of
o.ToInteger()
ando.BuildLabel()
on a valid object 'o' returned the same 'string' result even though ToInteger() isn't a valid/accepted function of an object. - added a workaround for a commonly but incorrectly use of
.AlDestMapDP()
on anAlTriggerDP()
acquired object so that only a warning is issued without stopping script execution. - fixed
system.Exec()
function to be able to be executed without any parameters. - using
VarType()
andType()
on an uninitialized 'idarray' doesn't end up in a ScriptRuntimeError - fixed bug where a
dom.GetObject()
with a string starting with a number always returned the object with the number the string started.
- implemented some basic math functions which can now be used within a rega script for integer and floating-point variables (e.g.
- added rpi-userland tools as a default package to be installed
- improved error message output in case no ip address could be obtained by DHCP server
- improved/fixed ReGaHss startup/shutdown script to work more reliable.
- a german keyboard layout is assumed/installed now for the console if the timezone is set to "Europe/Berlin"
- fixed
/sbin/daemonize
install path to match path on CCU2 - minor fixes/changes
For support on installation and help please visit the following (german speaking) help fora:
RaspberryMatic - Installation/Update Guide
RaspberryMatic - Forum
Please find the necessary installation images (*.img
files) for each supported hardware platform in separate zip archive files attached to this release. To verify their integrity a *.sha256
file is included in the zip file which contains the sha256 checksum of the img file.
The following installation archives can be downloaded for selected hardware platforms:
-
RaspberryPi3, RaspberryPi2, RaspberryPi Compute Module 3 (lite):
RaspberryMatic-2.27.8.20170615-rpi3.zip – d0f08be0d072a63fd3344e2f0a1a33f601e54d05a013ed0bc8cd2edbaef3153c -
RaspberryPi Zero W, RaspberryPi Zero, RaspberryPi Compute Module 1, RaspberryPi1 (A+ / B+):
RaspberryMatic-2.27.8.20170615-rpi0.zip – cf87e26edd0bec7deea5fa11d6c73bdf4e3f700d203771d59822983f9657705c
RaspberryMatic 2.27.8.20170501
This is the FINAL release version (2.27.8.20170501) of RaspberryMatic with the following bugfixes and minor changes:
Changes:
- updated WebUI/ReGaHss beta version to
R1.00.0388.0107 (Apr 28 2017)
incorporating the following fixes/changes:- PONG events received will now be properly ignored without issuing an error. This should fix eq-3/occu#44
- added "AutoSaveDomOnExit" rega.conf option to allow to force a DOM config save upon termination (disabled per default).
- modified all uses of string operating functions to use their buffer overflow/underflow safe variants instead.
- fixed incorrect deallocations of certain array-type variables.
- reverted config save intervals in rega.conf to 12h and 10min to ensure more conservative write operations on the SD card
- fixed USB support of NUT package by integrating libusb-compat and setting up all /var dirs in the NUT init script
- integrated support for running RaspberryMatic without any GPIO RF module and allow to configure an external LAN Gateway for BidCos-RF functionality (HmIP-RF doesn't work with a LAN Gateway)
- if a monitor wasn't connected upon boot connecting it afterwards only showed a black screen. Now HDMI output is turned on no matter if a monitor is connected or not
- fixed broken CCU1 config backup restore
- minor fixes/changes for final release
For support on installation and help please visit the following (german speaking) help fora:
RaspberryMatic - Installation/Update Guide
RaspberryMatic - Forum
Please find the necessary installation image (*.img
file) in a zip archive file attached to this release. To verify its integrity a *.sha256
file is included in the zip file which contains the sha256 checksum of the img file.
RaspberryMatic 2.27.8.20170413 (rc1)
This is the first release candidate (rc1) version (2.27.8.20170413) of RaspberryMatic with the following updated/new bugfixes and minor changes:
Changes:
- fixed CCU-Addon install functionality which was not working anymore since 2.27.8.20170410
- minor fixes of
devconfig.cgi
functionality when enabled via/etc/config/tweaks
- translated shutdown button functionality and version description
- minor fixes/changes to prepare final release in the near future
For support on installation and help please visit the following (german speaking) help fora:
RaspberryMatic - Installation/Update Guide
RaspberryMatic - Forum
Please find the necessary installation image (*.img
file) in a zip archive file attached to this release. To verify its integrity a *.sha256
file is included in the zip file which contains the sha256 checksum of the img file.
RaspberryMatic 2.27.8.20170410 (beta6)
This is beta6 version of RaspberryMatic (2.27.8.20170410) with the following updated/new functionality and bugfixes.
Changes:
- updated OCCU environment to 2.27.8 firmware
- integrated Beta Version of WebUI (
ReGaHss R1.00.0388.0105 (Apr 9 2017)
) supplied by OCCU providing the following changes/fixes:- fixed the max. 200 ReGa script variables limitation (see here)
- fixed Timer functionality which had severe problems especially with short timers < 15 min (see here)
- fixed Time format output (see here)
- fixed/removed limitation for max size of HM scripts (was limited to 100KiB)
- fixed crashes on orderly shutdown
- fixed config AutoSave to save also on exit/reboot
- fixed/changed default config AutoSave time interval (forced save every 60 min, changed config every 5 min)
- fixes addressing certain race conditions/crashes
- increased parallel HTTP session limit from 3 to 10
- updated buildroot Linux environment to latest stable 2017.02.1 version
- updated Linux kernel to version 4.4.50-rt63
- changed device management to use
udev
(like a CCU2) instead ofmdev
- USB sticks/harddisks will now be automatically mounted using udev functionality to
/media/usbX
- added more WiFi firmwares to support WiFi-Dongles based on RT61, RT73, RealTek 87xx and Realtek 88xx chipsets.
- Backup and Restore functionality can now deal with filled up
/usr/local
partitions or with large backup archives by creating backup/restore jobs on disk rather than in memory. - fixed Addon upload functionality to not break if
/usr/local
was filled up larger than 400-500 MB - file names of backup files will now contain the firmware version they were created on
- added
socat
as a new default package - added
irqbalance
as a default service to take care of distributing IRQ load across all processor cores - added
rngd
as a default service to read random numbers from the hardware random number generator from a RaspberryPi (/dev/hwrng
) to substantially increase the entropy pool for/dev/random
- implemented orderly "shutdown" functionality in WebUI (
Config -> Maintenance
) - removed microSD init/setup and firmware update WebUI components as they are not required with RaspberryMatic
- fixed firewall setup to also setup/start the IPv6 firewall with the same settings like the IPv4 version
- fixed incorrect crontab/crond setup which was the reason why CloudMatic didn't immediately work after a reboot
- minor bugfixes and functional changes
For support on installation and help please visit the following (german speaking) help fora:
RaspberryMatic - Installation Guide
RaspberryMatic - Forum
Please find the necessary installation image (*.img
file) in a zip archive file attached to this release. To verify its integrity a *.sha256
file is included in the zip file which contains the sha256 checksum of the img file.
RaspberryMatic 2.27.7.20170316 (beta5)
This is version 2.27.7.20170316 (beta5) of RaspberryMatic with updated/new functionality and integrated bugfixes.
Changes:
- updated OCCU environment with full compatibility to CCU2 2.27.7 firmware
- updated buildroot Linux environment to latest stable 2017.02 version
- updated Linux kernel to version 4.4.50-rt62
- updated Java runtime environment (JRE) to version 1.8.0_112
- implemented support for DS1307-based Real-Time Clock modules
- integrated basic WiFi and Bluetooth support and tested it with the following chipsets:
- RaspberryPi3 onboard WiFi and Bluetooth
- Edimax EW-7612UAN V2 – RTL81xx based USB WiFi stick
- ThePiHut - RT2xx based USB WiFi stick
- implemented hmlangw support which allows to switch RaspberryMatic into LAN-Gateway mode and thus run it as a pure LAN-Gateway only without WebUI and full CCU functionality.
- integrated basic Network UPS Tools support which allows to connect to a NUT server (e.g. via Synology NAS) or directly connect to a USB-based UPS system for generating a HomeMatic Alarm message and perform an ordered shutdown in case of a too long power outage
- implemented automount of connected USB sticks/harddisks in the
/media/sdX
path - improved timezone handling by utilizing full tzdata database so that the system itself switches between timezones instead
- modified webserver startup to generate a self-signed SSL certificate with SHA256 digest and enabled HTTPS per default
- integrated full IPv6 support for WebUI
- updated password shadow file to use SHA512 hashes for improved security
- minor cosmetic changes to various startup scripts
- minor bugfixes and functional changes
For a german installation guide please visit the following homematic-forum.de link:
http://homematic-forum.de/forum/viewtopic.php?t=34497
Please find the necessary installation image (*.img
file) in a zip archive file attached to this release. To verify its integrity a *.sha256
file is included in the zip file which contains the sha256 checksum of the img file.
RaspberryMatic 2.25.15.20170114 (beta4)
This is version 2.25.15.20170114 (beta4) of RaspberryMatic with updated/new functionality and integrated bugfixes facilitating a final release in the near future.
Changes:
- updated buildroot Linux environment to latest stable version 2016.11.1
- updated Linux kernel to version v4.4.38
- integrated full Real-Time kernel support
PREEMPT_RT
to minimize potential processing latencies - implemented HomeMaticIP support for RaspberryPi3 (HmIP should work equally good on RPi2 and RPi3)
- implemented support for DS3231-based Real-Time Clock modules
- added
/usr/sbin/daemonize
binary to be in line with the functionality provided in a CCU2 - added
libfontconfig
package and some standard font packages to fix problems with the Java JVM requiring fonts for certain graphic operations - changed boot splash display to display the IP rather than a hostname
- fixed URL of update notification
- fixed timezone management to use "Europe/Berlin" as a default
- minor cosmetic changes to various startup scripts
- minor bugfixes and functional changes
For a german installation guide please visit the following homematic-forum.de link:
http://homematic-forum.de/forum/viewtopic.php?t=34497
Please find the necessary installation image as a zipped archive file attached to this release. The file size of this file is 184 MB and the MD5 checksum for it is:
6a67068b1587e1182b60c967617198b0 RaspberryMatic-2.25.15.20170114.img
3587794c8e934d4dde3c0b6047f425a0 RaspberryMatic-2.25.15.20170114.zip
RaspberryMatic 2.25.15.20161220 (beta3)
This is a beta version of RaspberryMatic after complete redesign of the build environment to allow for more easier and straight forward updates of the CCU software with upcoming OCCU releases.
Changes:
- First completly redesigned beta version
- based on CCU2/OCCU 2.25.15 version
- updated buildroot 2016.05 Linux environment
- updated Linux kernel v4.4.36 with full PREEMPT support
- implemented unified RaspberryPi2 and RaspberryPi3 support
- implemented HomeMatic-IP support for RaspberryPi2 (Pi3 still work-in-progress)
- implemented full ntpd daemon support potentially improving ntp based clock synchronizations
- improved random seed management to initialize /dev/urandom way earlier
- integrated larger /var filesystem support taking at max 50% of RAM
- improved Backup/Restore mechanism to take care of updates to important config files during first startup
- improved DHCP request management to limit DHCP requests to one only
- integrated Real-Time-Clock Support for PiFace Shim RTC
- integrated hardware watchdog support
- integrated Java version based on free Azul-JRE version
- implemented psplash based boot splash support to ease bootup process (console is on tty2)
- implemented auto-resizing /usr/local support
- implemented dedicated RaspberryMatic logo throughout WebUI.
For a german installation guide please visit the following homematic-forum.de link:
http://homematic-forum.de/forum/viewtopic.php?t=34497
Please find the necessary installation image as a zipped archive file attached to this release tag. The file size of this file is 174 MB and the MD5 checksum for it is:
89befae989a8ecf0fad05bf0e291e6b1 RaspberryMatic-2.25.15.20161220.zip
RaspberryMatic 2.21.10.20160821 (alpha)
This is an early alpha version of a brand new RaspberryMatic version and not meant for production use.
Changes:
- First completly redesigned development version.
- There are still broken features like filesystem structure (readonly root file system), backup, restore, install extensions..., but it's possible to teach-in and control HomeMatic RF devices.
Here no SD card image is provided on purpose because functionality is strongly limited and still reduced compared to the old beta2 version.
RaspberryMatic 2.15.5.20151101 (beta2)
This is a very early beta release of RaspberryMatic with a basic SD card image to actually demonstrate that creating a dedicated RaspberryPi-based distribution based on OCCU is possible.
Changes:
- based on CCU2 2.15.5 version
- fix "Add LAN gateway" problem (http://homematic-forum.de/forum/viewtopic.php?f=56&t=26917&start=150#p241712)
- fix problem with manual ip configuration (http://homematic-forum.de/forum/viewtopic.php?f=56&t=26917&start=150#p241752)
- fix ssh key generation (ssh_host_ed25519_key)
- fix HM-MOD-UART time problem (crontab)
- increase read only (/) partition (from 256 MB to 1 GB)
- increase read/write (/usr/local) partition (from 256 MB to 2 GB); backup procedure, which based on ccu2 version, was not designed for so huge portions
- change filesystem type from ext2 to ext4
- add some configuration values to config.txt (e.g. enable i2c)
- add some configuration values to cmdline.txt
- add i2c tools
- add /usr/local/etc/rc.init(rc.postinit, rc.local) support
- add /usr/local/etc/profile.d/*.sh support
- mount dos partition at /boot