Master Release Notes
Contents
General
The Master firmware is published Open Source since firmware release V3.140.104. Below you'll find all the changes since that release.
V3.140.129
Date: 2/11/2014
Resolved bugs
- None
Added functionality
- This firmware adds the Large Installation functionality that supports 30 additional Shutter/Store modules. This means that 30 input modules, 30 output modules and 30 Shutter/Store modules can be integrated with one single Gateway. The Large Installation option adds some additional API instructions, Memory model adaptions, error codes etc. All this information can be found on the Large Installation page.
- New CLI instruction:
timer queue list
- Returns a list of all timer entries in the timer queue.
- Returns
- [Queue line] [action type] [action number] [timer input] [timer seconds]
- [Queue line] [action type] [action number] [timer input] [timer seconds]
- ...
Example:
timer queue list
- output:
- 000 102 005 240 119
- 001 106 015 240 035
V3.140.107
Date: 28/9/2014
Resolved bugs
- None
Added functionality
- Switch type selection: For installations that needs toggle switches instead of push buttons, the needed changes are added in the firmware to support this functionality. In the eeprom, an additional page (page 97) is used to configure the switch type of each input. For more details, please see Memory Model.
To change this setting, you can use the Openmotics portal or this can be done manual by using maintenance mode.
example:
eeprom write 97 62 0
will program switch 62 as toggle switch,
eeprom activate
will activate the changes made in eeprom
V3.140.105
Date: 21/8/2014
Resolved bugs
- Time bug: In some very rare occasions, the real time clock reports an hour higher than 23 making the time synchronization fail between the master and gateway controller. An additional check in the Master as well as the gateway controller has been added to avoid this sync failure.
Added functionality
- None