A summary of each public release of SIMPL Home follows:
2.06
BugFix - Basic Tile, ellipsis not appearing on tile.
The logic for displaying the navigation button was not working correctly, which meant Basic tiles could not be opened
BugFix - for security systems without a keypad
If a security endpoint was defined without a keypad, this would cause the endpoint to fail to initialise repeatedly, resulting in an endless loop creating new security system instances.
Modular - Fixes and improvements
The modular components have been given a Spring clean
2.05
New Source device type and updates
New Device Type - Source
Providing support for AV source points in Simpl Home.
Added Events and Outputs to Modular Tiles
Modular Tiles now include 10 general purpose events and programmable outputs
Simple slider could generate errors on toggle
The simple slider model would try to process toggle message even though the toggle was not present. These signals are now ignored.
Fixed version mismatch reporting
In some cases, matching versions could report as different.
TStat Device - Auto Mode Fix
The Thermostat device now supports Auto mode correctly.
2.04
AV Switching & Bug Fixes
Fixed race condition for Basic Tile missing actions
The basic tile would show only a single action despite having multiple defined. This was due to the Host being registered late in SIMPL program
Initial connection could leave SIMPL Home in a permanently disconnected state (Missing Devices)
Identified a race condition at start-up that could leave Crestron Home in a disconnected state (but think it was connected)
Fixed Display Volume Modes
Relative and "no" volume were always presenting as discrete
TStat Device - Floor Heating Fix
The Floor Heating signals were not reflecting the state correctly from SIMPL, or sending the control signals on change.
Removed SecurityKeypad BitVal
AV Switcher endpoint added
The AV switcher endpoint is now supported. This provides a capability for Crestron Home to control any legacy Crestron, or 3rd party device via a SIMPL Windows processor and suitable drivers.
2.03 - Enhancements to Scripted & Modular
Modular Tile support enhanced and general bug fixes
Modular Tile: Secondary Icon Bug
Fixed bug which wouldn't allow the Secondary Icon to be updated on the main tile.
Simpl Home Modular Updates
Updated Simpl Home Modular to Include: - Layouts and Subheaders! Now you can create custom layouts using sub folders in your Simpl Windows program. - Added the option to set the Tile location to be Home or Room or Both. Bringing parity with Advanced Tile.
Simpl Host Value Cache - Modular
Added caching for the Simpl Host Modular Device for improved performance.
ScriptedObjectList item ordering issue
The order of the scripted object list items was not honouring the order in which they were added.
ScriptedEvents could not be localised
ScriptedEvents could not be localised - we have added an additional translation redirect to allow for this.
ScriptedAction limit removed
The artificial limit of 10 actions per Scripted tile has been removed
Scripted Events - unused events are now hidden in CH
Originally, unused events were flagged as "DO NOT USE", but these are now hidden in the configuration UI.
Thermostat Mode Selection
Updated documentation to clarify thermostat modes are order specific.
2.02 - Scripted/Modular Tile
Added support for programmable "scripted" and "modular" tiles
Thermostat Tile: Error with Humidity
Fixed error with humidity input on thermostat tile.
Thermostat can be assigned to Home Page
Added the option to display the Thermostat tile on the Home as well as Room page.
Add ScriptedTile (XML/JSON/Properties) to SIMPL Home
Added support for an advanced "scripted" tile allowing power users to create any extension from hand crafted XML/JSON. We support properties for digitals, analogs, serial and serial list data and also support object lists (with sub-properties) for Crestron Home buttonlist objects.
Add Modular Tile (SIMPL Objects) to SIMPL Home
Added support for an advanced "modular" tile allowing SIMPL WIndows programmers to custom extensions from modular building blocks in SIMPL Windows.