|
| 1 | +#10.10.2018 v2.3.8 |
| 2 | +Features: |
| 3 | +* remove uploaded room images |
| 4 | +* new base modules added that combine or enhance functionalities of already well known modules, which are working without Alpca JS. |
| 5 | + These new modules can be find and configured in SHUI under the Automation menu (gear wheel): |
| 6 | + * Hazard Notification (combination from Leakage Protection and Fire Protection modules, ready for more) |
| 7 | + * Rules (combination of If>Then (simple mode) and Logical Rule (expert mode) modules) |
| 8 | + * Scenes (enhancement of Light Scene module) |
| 9 | + * Schedules (enhancement of Scheduled Scene module) |
| 10 | + * Security (refactored and scheduling enhanced) |
| 11 | + * Heating (enhanced Climate Control module) |
| 12 | + * transformation added that will optionally transform LogicalRules/IfThen into Rules, LightScene into Scene, ScheduledScene into Schedules instances and deactivate all source instances - so the transformation can be rolled back easily (using http://IP:8083/ZAutomation/api/v1/modules/transform/reverse will remove the transformation flag from all modules) |
| 13 | + |
| 14 | +Changes: |
| 15 | +* node id to vdev of zway devices added |
| 16 | +* add remove location image api |
| 17 | +* add prepareHTTPResponse function to AutomationModule.js |
| 18 | +* ignore list of restore/backup functions refactored |
| 19 | +* ZAutomation history API removed (now it comes from the module itself) |
| 20 | +* storage function enhanced to remove not existing and cleared filenames from list |
| 21 | +* add PNG and GIF to img type check |
| 22 | +* QR-Code isn't stored on z-way-server anymore, it's generated on demand in UI instead (Devices > Mobile > Add) |
| 23 | +* add restriction to QR code API - admin can request all QR codes, users can only request their own |
| 24 | +* logical helper functions from Rules moved and centralized into AutomationModule.js, so also other modules can use them |
| 25 | +* postfix.json updated (changed or added): |
| 26 | + * added: |
| 27 | + * Steinel XLED home 2 |
| 28 | + * Steinel Senor-Switched Outdoor LightScene |
| 29 | + * Foxx Project Door/Window Sensor |
| 30 | + * Foxx Project Flood Sensor |
| 31 | + * Everspring/TechniSat RM1 |
| 32 | + * Heiman Smart Smoke Sensor |
| 33 | + * Aeotec NanoMote One |
| 34 | + * Aeotec NanoMote Quad |
| 35 | + * Aeotec TriSensor |
| 36 | + * TKBHome single/dual wall switch |
| 37 | + * TKBHOME single/dual dimmer switch |
| 38 | + * TKB Home Energy Plug In Switch |
| 39 | + * Everspring Plug |
| 40 | + * Popp Power Plug |
| 41 | + * MCO Home Fan Coil Thermostat (2-pipe) V3.0 |
| 42 | + * MCO Home CO2 Monitor |
| 43 | + * Qubino 3-Phase Smart Meter |
| 44 | + * Qubino Smart Plug |
| 45 | + |
| 46 | + * changed: |
| 47 | + * Philio 4 in 1 Multisensor |
| 48 | + * Philio Relay Insert Blind |
| 49 | + * Philio Double Relay Insert 2*1.5 kW with Metering Function |
| 50 | + * Foxx Project Smart Switch Gen5 |
| 51 | + * POPP Flood / Water Leakage Sensor |
| 52 | + * TKBHome two channel switch TZX7 |
| 53 | + * TKB Plug Dimmer |
| 54 | + * Qubino Smart Meter |
| 55 | + * Qubino Flush Thermostats |
| 56 | + * Qubino On/Off thermostat |
| 57 | + * Aeotec Home Energy Meter - Gen5 |
| 58 | + * PAN16 Smart Energy Plug In Switch |
| 59 | + * Everspring Lamp Holder |
| 60 | + * Poly Control Dana Lock V3 |
| 61 | + * OOMI Door Window Sensor |
| 62 | + * MCO Home - Water Heating Thermostat with humidity sensor |
| 63 | + * MCO Home - Electrical Heating Thermostat with humidity sensor |
| 64 | + * Sensative Strips Comfort / Drips |
| 65 | + * Hank Flood Sensor |
| 66 | + |
| 67 | +Fixes: |
| 68 | +* ZWave v2.3.0 |
| 69 | + * update of failed status in zway vdevs fixed |
| 70 | + * thermostat min/max fixed |
| 71 | + * Public Z-Wave API with Expert UI fixed |
| 72 | +* postfix update fixed |
| 73 | +* Object.keys() error if cc.data is null fixed |
| 74 | +* download URL of skins fixed |
| 75 | +* Cannot select none image for room fixed |
| 76 | +* icon upload and add uppercase extension (GIF,PNG,JPG,JPEG) support fixed |
| 77 | +* missing transformation of main_sensor during update leads to indexOf undefined error - fixed |
| 78 | + |
| 79 | +Modules: |
| 80 | +* ZWave v2.3.0 |
| 81 | + * Gas Alarm (V7) 0x12 support added |
| 82 | + * new alarm type - gas added |
| 83 | + * to not polute the global namespace area a var was added to postfix logic |
| 84 | + * Optimized a bit the F/W update code and added support of 40196 bootloader for upgrade UZB 5.07->5.27 |
| 85 | +* HTTPDevice v2.2.0 |
| 86 | + * enhancement: can set method GET/POST for update command |
| 87 | + * helper fixed |
| 88 | +* DeviceHistory v2.0.0 |
| 89 | + * new api HistoryAPI added (moved from ZAutomation and AutomationController to module) |
| 90 | +* BindDevices v1.0.2 |
| 91 | + * sensorMultilevel support added |
| 92 | +* MailNotifier v1.2.0 |
| 93 | + * change logic to handle also different mail adresses in e-mail outgoing |
| 94 | +* BatteryPolling v2.2.0 |
| 95 | + * notifications support module added |
| 96 | +* MobileAppSupport v1.2.7 |
| 97 | + * table of undefined bug fixed |
| 98 | + |
| 99 | +#23.03.2018 v2.3.7 |
| 100 | +Features: |
| 101 | +* Added emulateOff postfix to Sensor Binary |
| 102 | +* support for wifiplugs added (TP-Link HS100, TP-Link HS110, EDIMAX SP1101, EDIMAX SP2101) |
| 103 | +* allow probeType postfix in ZWave module |
| 104 | +* IP-address api added |
| 105 | + |
| 106 | +Changes: |
| 107 | +* Set thermostat value only if they are not equal * this will prevent ClimateControl app to set values twice |
| 108 | +* add ip address to qrcode |
| 109 | +* stored QR code is removed, now it is only produced in UI temporarely against successful authorization |
| 110 | +* module categories "system" and "wifiplug" added |
| 111 | +* rework the ZAutomation/api/v1/icons/upload API to return a name |
| 112 | +* language files refactored |
| 113 | +* postfix.json updated (changed or added): |
| 114 | + * added: |
| 115 | + * Popp Z-Weather |
| 116 | + * Z-Wave.me Dimmer |
| 117 | + * Danfoss Hydronic Controller 10 |
| 118 | + * Aeotec RGBW Bulb |
| 119 | + * Aeotec Dual Nano Switch with Meter |
| 120 | + * Aeotec Indoor Siren Gen5 |
| 121 | + * Aeotec Door Window Sensor 6 |
| 122 | + * Aeotec Dual Nano Switch |
| 123 | + * Aeotec Water Sensor 6 |
| 124 | + * Secure 7 Day Programmable Thermostat |
| 125 | + * Secure Temperature Sensor |
| 126 | + * Secure Wall Thermostat with LCD Display |
| 127 | + * Secure Z-Wave controlled Boiler Actuator (2 Channels) |
| 128 | + * Secure Receiver with Relay SSR303 |
| 129 | + * Philio Smart Dimmer Socket PAD02 |
| 130 | + * Philio Double Relay Insert 2*1.5 kW with Metering Function |
| 131 | + * OOMI Mote |
| 132 | + * OOMI Plug |
| 133 | + * OOMI Range Extender |
| 134 | + * OOMI In-Wall Switch |
| 135 | + * OOMI In-Wall Dimmer |
| 136 | + * OOMI Colorstripe |
| 137 | + * OOMI WATERSENSOR |
| 138 | + * OOMI Multisensor |
| 139 | + * Everspring Temperature and Humidity Sensor |
| 140 | + * Everspring Wall Plug Dimmer |
| 141 | + * Everspring ST812 Flood Detector |
| 142 | + * Everspring SE812 Indoor Siren |
| 143 | + * Devolo Alarmsirene |
| 144 | + * Devolo Luftfeuchtemelder |
| 145 | + * Devolo Wassermelder |
| 146 | + * Devolo Bewegungsmelder |
| 147 | + * Devolo Funkschalter |
| 148 | + * Devolo Radiator Thermostat |
| 149 | + * Devolo Rauchmelder |
| 150 | + * Devolo KFOB |
| 151 | + * Devolo Wall Plug 2.0 |
| 152 | + * TKBHOME single/dual dimmer switch |
| 153 | + * SCHWAIGER * 4 in 1 Multi Sensor Outdoor IP43 |
| 154 | + * Fibaro Door/Window Sensor G5 * RU |
| 155 | + * Fibaro Single Switch * 1*2.5 kW |
| 156 | + * Fibaro Heat Controller |
| 157 | + * MCO Home PM2.5 Sensor |
| 158 | + * MCO Home Water Heating Thermostat with humidity sensor |
| 159 | + * MCO Home CO2 Monitor |
| 160 | + * MCO Home Glass Touch Switch (4 Buttons) British Standard |
| 161 | + * MCO Home Glass Touch Switch (2 Buttons) British Standard |
| 162 | + * MCO Home Glass Touch Switch (1 Button) |
| 163 | + * MCO Home Glass Touch Switch (2 Buttons) |
| 164 | + * MCO Home * Electrical Heating Thermostat with humidity sensor |
| 165 | + * Sensative Stripe Multisensor Drip |
| 166 | + * BeNext Wall Plug with Dimmer Function |
| 167 | + * Hank Four-Key Scene Contoller |
| 168 | + * Hank One-Key Scene Contoller |
| 169 | + * Hank Flood Sensor |
| 170 | + * Hank Motion Sensor |
| 171 | + * Hank Smart Plug |
| 172 | + * NEO Coolcam Door / Window Sensor |
| 173 | + * NEO Coolcam Motion Sensor |
| 174 | + * NEO Coolcam Siren |
| 175 | + * Steinel Indoor Light |
| 176 | + * Steinel Motion Sensor |
| 177 | + * changed: |
| 178 | + * Fibaro Double Relay Switch FGS-222 |
| 179 | + * Fibaro Door/Window Sensor G5 |
| 180 | + * Fibaro Dimmer 2 |
| 181 | + * Danfoss Hydronic Controller 5 |
| 182 | + * Devolo Door/Window Contact |
| 183 | + * Aeotec Nano Switch 1 Relay |
| 184 | + * Aeotec Range Extender 6 |
| 185 | + * Aeotec Door Window Sensor 6 |
| 186 | + * Aeotec Recessed Door G5 |
| 187 | + * Aeotec Multisensor Gen 6 |
| 188 | + * Qubino On/Off thermostat |
| 189 | + * Qubino Flush Thermostat |
| 190 | + * Qubino Relay Insert 1*2,3 kW |
| 191 | + * Qubino PWM Thermostat |
| 192 | + * TKB Plug Dimmer French |
| 193 | + * WiDom Universal Double Switch |
| 194 | + * Philio 4 in 1 Multisensor |
| 195 | + * Philio PST02-5B Motion Sensor |
| 196 | + * Philio Motionsensor |
| 197 | + * Philio Relay Insert Blind |
| 198 | + * Philio Double Relay Insert 2x1,5KW |
| 199 | + * Philio PAN16 Smart Energy Plug In Switch |
| 200 | + |
| 201 | +Fixes: |
| 202 | +* Fix not working time-zone set via shui |
| 203 | +* remote triggered on Z-Way startup |
| 204 | +* fix setDefaultLang function |
| 205 | +* allow probeType postfix in ZWave module |
| 206 | +* save probeType in vdevInfo |
| 207 | + |
| 208 | +Modules: |
| 209 | +* TP-Link HS100 v1.0.0 |
| 210 | + * added to support this wifi plug |
| 211 | +* TP-Link HS110 v1.0.0 |
| 212 | + * added to support this wifi plug |
| 213 | +* EDIMAX SP1101 v1.0.0 |
| 214 | + * added to support this wifi plug |
| 215 | +* EDIMAX SP2101 v1.0.0 |
| 216 | + * added to support this wifi plug |
| 217 | +* Sonos v1.2.3: |
| 218 | + * fixes |
| 219 | + * icon changed |
| 220 | +* MobileAppSupport v1.2.5: |
| 221 | + * bugfix catches undefined-error occurred during adding first mobile device |
| 222 | + * bugfix removing mobile device deletes LOCAL widget |
| 223 | + * update IOS token |
| 224 | + * remove devices manually |
| 225 | +* ScheduledScene v2.2.0: |
| 226 | + * can start scene many times in day |
| 227 | + * defined default times: 00:00 and 12:00 |
| 228 | + * devices on new path, as example switch: this.config.devices.switches |
| 229 | + * compatibility with old config |
| 230 | + * Bugfix: Dimmers, Lock and scenes didn't run. |
| 231 | +* IfThen v2.5.1: |
| 232 | + * allow negative values for multilevel sensors |
| 233 | +* LightScene v1.1.1: |
| 234 | + * icon changed |
| 235 | +* AutoLock v1.2: |
| 236 | + * added switchBinary support and checkbox Don't send Lock command if doorlock already closed |
| 237 | +* TamperAutoOff v1.1.0: |
| 238 | + * fix to SETDATA |
| 239 | + |
1 | 240 | #04.10.2017 v2.3.6
|
2 | 241 | Changes:
|
3 | 242 | * show more logs on ZWaveBinding error
|
|
0 commit comments