| 16 | |
| 17 | = What's New / Version History = |
| 18 | |
| 19 | == 2.0 == |
| 20 | |
| 21 | * Changed UPnP device type of the plugin to "urn:schemas-hugheaves-com:device:HVAC_ZoneThermostat:1" to prevent user interface problems for installations with both Z-Wave thermostats and RTCOA Wifi thermostats. |
| 22 | * Added the "!CreateGenericDevice" option. When enabled, this creates an additional device of type "urn:schemas-upnp-org:device:HVAC_ZoneThermostat:1" controlling the same physical thermostat as the main device. This allows the plugin to maintain compatibility with apps that only recognize "urn:schemas-upnp-org:device:HVAC_ZoneThermostat:1" as thermostats. |
| 23 | |
| 24 | == 1.0 == |
| 25 | |
| 26 | * Added "!LooseTempControl" setting |
| 27 | * Fixed minor bug with hold status updates |
| 28 | |
| 29 | == 0.9 == |
| 30 | |
| 31 | * Added "custom" thermostat icon (looks like a mini 3M-50) |
| 32 | * Added GPL license headers to source code |
| 33 | * Code cleanup / refactoring |
| 34 | |
| 35 | == 0.8 == |
| 36 | * Added clock sync function to synchronize the thermostat's clock with Vera's clock. |
| 37 | * Added UPnP API functions to control LED's and PMA (Price Messaging Area). The PMA is the (mostly unused) numerical display in the upper left corner of the 3M-50. |
| 38 | * Added remote temperature function - allows any Vera supported temperature device to replace the internal temperature sensor in the thermostat |
| 39 | * Added PMA temperature function - displays the current temperature from any Vera supported temperature device in the PMA (Price Messaging Area). |
| 40 | * Added "Program Setpoint" feature - this feature updates the built-in program in the thermostat to maintain the new current setpoint everytime the setpoint is changed. This helps keep th |
| 41 | |
| 42 | |
| 43 | == 0.7 == |
| 44 | * Added adjustable polling interval |
| 45 | * Added Celsius support |
| 46 | * Re-based UI on current UI5 Z-Wave thermostat UI |
| 47 | * Added support for maintaining hold setting across mode changes |
| 48 | * Added support for "Force Hold" to always keep thermostat in hold mode |
| 49 | * Reworked logging code to support run-time adjustable log levels |
| 50 | |
| 51 | == 0.4 == |
| 52 | * Improved reliability of communications, minor bug fixes |
| 53 | |
| 54 | == 0.1 == |
| 55 | * Initial release |
| 56 | |
| 57 | |
149 | | |
150 | | = Version History = |
151 | | |
152 | | == 1.0 == |
153 | | |
154 | | * Added "LooseTempControl" setting |
155 | | * Fixed minor bug with hold status updates |
156 | | |
157 | | == 0.9 == |
158 | | |
159 | | * Added "custom" thermostat icon (looks like a mini 3M-50) |
160 | | * Added GPL license headers to source code |
161 | | * Code cleanup / refactoring |
162 | | |
163 | | == 0.8 == |
164 | | * Added clock sync function to synchronize the thermostat's clock with Vera's clock. |
165 | | * Added UPnP API functions to control LED's and PMA (Price Messaging Area). The PMA is the (mostly unused) numerical display in the upper left corner of the 3M-50. |
166 | | * Added remote temperature function - allows any Vera supported temperature device to replace the internal temperature sensor in the thermostat |
167 | | * Added PMA temperature function - displays the current temperature from any Vera supported temperature device in the PMA (Price Messaging Area). |
168 | | * Added "Program Setpoint" feature - this feature updates the built-in program in the thermostat to maintain the new current setpoint everytime the setpoint is changed. This helps keep th |
169 | | |
170 | | |
171 | | == 0.7 == |
172 | | * Added adjustable polling interval |
173 | | * Added Celsius support |
174 | | * Re-based UI on current UI5 Z-Wave thermostat UI |
175 | | * Added support for maintaining hold setting across mode changes |
176 | | * Added support for "Force Hold" to always keep thermostat in hold mode |
177 | | * Reworked logging code to support run-time adjustable log levels |
178 | | |
179 | | == 0.4 == |
180 | | * Improved reliability of communications, minor bug fixes |
181 | | |
182 | | == 0.1 == |
183 | | * Initial release |
184 | | |