Difference between revisions of "Output Module Release Notes"
Line 7: | Line 7: | ||
Important Notes: | Important Notes: | ||
* V6.x.y only works with Gen 3 hardware | * V6.x.y only works with Gen 3 hardware | ||
+ | |||
+ | == V6.0.19 == | ||
+ | Date: 28/12/2021 | ||
+ | |||
+ | === Resolved bugs === | ||
+ | * | ||
+ | |||
+ | === Added functionality === | ||
+ | * This version supports remote reading/writing of the built-in eeprom. | ||
+ | ** With the CLI instruction "eeprom read", it's possible to read the eeprom content of a remote RS485 slave module | ||
+ | ** With the CLI instruction "eeprom write", it's possible to write the eeprom of a remote RS485 slave module | ||
+ | ** RS485 instruction "Read Slave Eeprom" have been added | ||
+ | ** RS485 instruction "Write Slave Eeprom" have been added | ||
== V6.0.18 == | == V6.0.18 == |
Revision as of 09:08, 28 December 2021
Contents
General
The Output Module firmware is published as Open Source since firmware release V2.1.x. Below you'll find all the changes since that release.
The firmware updates happening in the Openmotics portal (Settings - Update) contain not only the firmware update of the Master, but also the firmware of other modules as well as the updates for the Beagle Bone Black. All these different firmware updates are assembled in a package which get's a general version number. This version number which you see in the portal is not the same as the Firmware Version of the Master. To check which firmware version is installed on the Master or any other module, in the Openmotics portal, go to Settings - Maintenance and open maintenance mode by pressing the Connect button. Type the instruction firmware version
to read the Master Firmware version.
Important Notes:
- V6.x.y only works with Gen 3 hardware
V6.0.19
Date: 28/12/2021
Resolved bugs
Added functionality
- This version supports remote reading/writing of the built-in eeprom.
- With the CLI instruction "eeprom read", it's possible to read the eeprom content of a remote RS485 slave module
- With the CLI instruction "eeprom write", it's possible to write the eeprom of a remote RS485 slave module
- RS485 instruction "Read Slave Eeprom" have been added
- RS485 instruction "Write Slave Eeprom" have been added
V6.0.18
Date: 28/11/2021
Resolved bugs
Added functionality
- This release will allow factory reset initiated by the Master processor (Master Firmware V1.0.115 or higher)
- Broadcast FR has been implemented
- When this broadcast is received and the bus is in "discovery mode", then the module will erase itself
V6.0.17
Date: 23/08/2021
Resolved bugs
- This version will not allow anymore to change between Output & Roller shutter functionality. The gateway layer doesn't support this type of module hence we've disabled this functionality. The Roller/shutter functionality however remains fully available on Master level and the protection layer on the Output module will be added in a later release.
Added functionality
V6.0.16
Date: 28/07/2021
Resolved bugs
- For backwards compatibility with GEN2, the firmware also contains the initialisation handshaking protocol for GEN2. In some circumstances, with new modules, the wrong handshaking was used during the initialisation of the module resulting in non-successful module initialisation and non-successful module adding. This issue has been resolved in this firmware.
Added functionality
V6.0.15
Date: 15/07/2021
Resolved bugs
- Master Firmware version V1.0.104 or higher has an improved search mechanism for slave modules: When a new slave module is found during the automatic search, first the Master will check if the Slave module is responding, when positive the Master will request the slave module to program its slave address, after this the slave module will respond to the master that the slave address is programmed and only then the module is added in the Master list.
Added functionality
V6.0.14
Date: 05/07/2021
Resolved bugs
- Improved the manual discover process to avoid duplicate addresses
Added functionality
V6.0.13
Date: 27/06/2021
Resolved bugs
- To better support the automatic search function of the Brain(+), the generation of the address ID's has been modified:
- Generation of the ID also uses the serial number of the module
- A timeout based on the serial number is also used before the random value is taken to avoid the same random values between the same modules
Added functionality
- When a new RS485 network with new modules is started, after power up, the automatic search will be started by the master. When a module in not found yet, the status led will be orange. Ones the Master has found a specific module, the status led of that module will become green. In this way, you can follow the modules that are being found during the search.
V6.0.12
Date: 20/05/2021
Resolved bugs
- Modifications in Processor Eeprom logic to support the latest boot loader version
Added functionality
V6.0.11
Date: 10/05/2021
Resolved bugs
Added functionality
- The processor used in this module contains an Eeprom. This Eeprom is also used to share information between the application and the boot loader. In this release, byte 74 of the processor Eeprom will contain the number of retries the boot loader will use (to jump to application):
- Every time the boot loader jumps to application, the value of this byte (Eeprom byte 74) will be decreased with 1.
- After successful jumping to application, the application will reset this value (Eeprom byte 74) to 5 (retries).
V6.0.10
Date: 15/04/2021
Resolved bugs
Added functionality
- RS485 instruction "FL" has been added to read Firmware Version and serial number
- The necessary logic has been added to read/write serum number by the test system
V6.0.9
Date: 30/03/2021
Resolved bugs
Added functionality
- The necessary instructions have been added to communicate with the test system:
- Request Firmware version
- Switch ON/OFF Relays
- Front panel button test
- Write Serial number in processor Eeprom
- Write production date in processor Eeprom
- Write production company in processor Eeprom
- Write testing errors in processor Eeprom
- Display full serial number at startup
V6.0.8
Date: 07/02/2021
Resolved bugs
- Module was sometimes missing characters on the RS485 Bus. The release has an improved RS485 interrupt routine to make sure no characters gets lost.
- When the Dim value of 2 consecutive outputs has 13 10, this will not be seen anymore as the end of the message.
Added functionality
V6.0.6
Date: 19/10/2020
Resolved bugs
Added functionality
- Detection of Master type during init procedure so RS485 protocol V1 or V2 can be applied
- Do the necessary modifications to remain backwards compatible with the Traditional master
- CRC16 calculation for output writing has been added. This allows better integrity and avoid ghost output behaviour in extreme situations.
V6.0.4
Date: 27/9/2020
Resolved bugs
Added functionality
- Detection I2C routine for Eeprom M24C02
- Detection I2C routine for LM75
V6.0.3
Date: 29/7/2020
Resolved bugs
Added functionality
- Changed Firmware to work with new version of the Hardware (Gen3)
- Manual Initialisation (with button)
- Automatic Initialisation (CLI instruction "module discover search)
- CRC16 on RS485 for Initialisation to guarantee correct module discovery
- I2C framework
- Led control for the front panel
- Button detection and action
- Status led functionality added:
- Green: Module has got an ID and communication with the Master is working
- Red: Module has got an ID but the communication with the Master is not working
- Orange: Module is in discovery mode
V3.1.14
Date: 11/04/2021
Resolved bugs
- The RS485 Communication fix of previous release has been removed since this create incompatibility with older modules (without boot loader) and slave modules with older firmware
Added functionality
V3.1.13
Date: 12/03/2021
Resolved bugs
- RS485 communication was always ended by double CR/LF. Since the "end message" detection is only using the first CR/LF, the second send CR/LF could create a message error. This is resolved in this release
- Double output ON Timeout in shutter mode sometimes generated errors
Added functionality
V3.1.12
Date: 03/03/2021
Resolved bugs
Added functionality
- When a module is not initialised yet, the init button can be used to change from shutter to output mode and back (10 second press)
- When the module is initialised (it has an address), it's not possible anymore to change mode (shutter/output) when the module is in "Live" mode. The only way to change mode is to activate discovery mode (CLI instruction "module discover start") and then perform the 10 seconds press on the init button.
V3.1.11
Date: 28/2/2021
Resolved bugs
- In shutter mode, the time delay for 1 shutter output being switched off and next being switched on (same bank) has been improved
Added functionality
V3.1.7
Date: 15/5/2019
Resolved bugs
- Since the init button could also be used to change output state of initialised output modules resulting in a non-in-sync-state with the master and thus the cloud, this functionality has been limited for non-initialised modules only.
Added functionality
V3.1.5
Date: 26/4/2019
Resolved bugs
- None
Added functionality
- Led saver mode is disabled in other words, the led functionality will remain active even when the Master requested to go in led power safe mode.
- When the module isn't initialised yet, and the output is changed by using the init button, the state will be programmed in eeprom. When the module restart due to a power reset, the last relay state will be restored.
V3.1.4
Date: 19/3/2019
Resolved bugs
- None
Added functionality
- At Startup, all relays are put in OFF position when the module isn't initialised yet
- When the relays are being put in OFF state at startup, it will happen but 2 relays at a time to minimise current (A) at startup.
- When the module is in output ON/OFF mode (short press on the init mode), the module can also be put output/roller shutter mode when using a long press
V3.1.2
Date: 23/9/2018
Resolved bugs
- None
Added functionality
- At Startup, all relays are always put in OFF position
- At Startup, a front panel LED sequence is executed (sequentially all LEDs ON and OFF + simultaneously all LEDs ON). After that, the module shortly indicates its current mode:
- All eight 1-8 LEDs flashing: Normal mode
- Only four of the 1-8 LEDs flashing: Roller/shutter mode
- When changing mode (5 second press on the Init Button), all relays are always switched OFF
- The Init Button can also be used to switch ON/OFF relays
- A short press will put the module in Manual Output Change mode
- The currently selected output will be indicated by the corresponding flashing 1-8 LED
- A long press (+/- 1.5 seconds) will toggle the currently selected output' state
- The module will remain in Manual Output Change mode for 1 minute, if the Init Button is used again, the timer is reset and the module will remain in Manual Output Change mode for the next minute
- When Outputs are changed through Manual Output Change mode, a difference can exist between the effective output state in the Master module. The next communication between the Master in the Manual adapter module will bring back both in sync (The Output module will take the state of the Master)