Page 1 of 2

v2.3.0 is out!

Posted: 28 Jan 2017 00:01
by PoltoS
Dear Z-Way/RaZberry users, we are proud to announce a new release!

In v2.3.0 we are focused on UI customization using user defined icons. Beside this we have made introduced a lot of new features and fixed a lot of small and big bugs. As usually, we keep full backward compatibiliy with previous releases, so you are safe to update.

In next releases we will work on enhancements of Expert UI and on better diagnostic tools, on new apps and of course on the new Z-Wave security S2.

Full change log (also available here: http://razberry.z-wave.me/z-way-server/ChangeLog)

27.01.2017 v2.3.0

Home Automation:

Changes:
- Added password field to all modules which use password field
- pull request #385 from pathec/patch-websocket
- notification api refactored:
- prepare redeem and delete of single or more notifications
- add possibility to redeem or delete already redeemed notifications (via request params)
- Postfix updated:
- Philio PST02-5B added
- Philio PAT02-1A added
- sensorDiscrete support updated for all CentralScene devices
- fix debug.console
- deactivated by default
- JS/Run/controller.debug=true will activate console.debug output
- lib file descriptions updated
- More robust on config.json fault - will use default config.json instead
- Do not update widgets if type is Invalidated (on Z-Wave Get() commands)

Features:
- add new device type 'sensorDiscrete'
- n-state vDev for CentralScene CC
- handles triggered scene in combination with their current key attribute
- skins api for skins ui feature support:
- update and install skins from https://developer.z-wave.me
- delete and apply skins
- reset skin
- custom icons api for custom icons ui feature support:
- update and install icon packages from https://developer.z-wave.me
- upload single icons or custom icon packages locally
- delete and apply icons
- icons can be applied depending on device type and there different levels or states
- cloud backup module for cloud backup ui feature support:
- only adjustable in SHUI under Configuration > Management > Backup & Restore
- needs deposited e-mail adress of user (Configuration > My Settings)
- restricted for admin users only
- could be triggered manually or automatically by configured schedule
- limited to 3 backups per box (remote id)
- a request for you cloud backups will verify your email against https://service.z-wave.me/cloudbackup/ and send you a response including accesses to your box backups
- this feature is OPTIONAL, so you can still use the already existing backup (Configuration > Management > Backup & Restore > Download backup to your computer)
- prepare set for timezone api
- prepare ZWaveAPI (ZWaveDeviceInfoGet/ZWaveDeviceInfoUpdate) for DB update of device data
- uploadModule.sh under automation/userModules added to allow upload of packed modules (tar.gz) directly from directory by ssh

ZWaveAPI:
- ZMEFirmwareUpgrade:
- Added a way to flash ZMEFirmware from local file
- ZMEBootloaderUpgrade:
- Added a way to flash ZMEBootloader from local file
- Added Access-Control-Allow-* headers
- new:
- ZWaveDeviceInfoGet ... GET
- ZWaveDeviceInfoUpdate ... GET

ZAutomation API:
- new:
- /notifications ... PUT/DELETE
- /notifications/:notification_id ... PUT/DELETE
- /skins/tokens ... GET/PUT/DELETE
- /skins ... GET
- /skins/install ... POST
- /skins/update/:skin_id ... PUT
- /skins/setToDefault ... GET
- /skins/active ... GET (ANONYMOUS)
- /skins/:skin_id ... GET/PUT/DELETE
- /icons ... GET
- /icons/:icon_id ... DELETE
- /icons/upload ... POST
- /icons/install ... PUT
- /system/timezone ... PUT

Modules:
- ImportRemoteHA 2.0.3
- add functionality to tag all remote widgets
- enhance url input to add ip adress only (with backward compatibility)
- bugfix: missing probeType
- bugfix: vDevs siblings (pull request #393 from xibriz)
- bugfix: inherit hidden or dectivated state
- IfThen 2.4.0
- add support for Color Switch (in targets)
- add support for type 'sensorDiscrete' (in actions)
- bugfix: doesn't decide if on/off was triggered - action is still fired
- ZWave 2.3.0
- add new device type 'sensorDiscrete'
- InbandNotifications 1.1.0
- add support for type 'sensorDiscrete'
- some refactorings
- Cron 1.0.0
- bugfix: initialization
- PhilioHW (POPP Hub 2)
- no_breath option and WPS LED indication
- breath off by default
- CloudBackup 0.1.2 beta
- added to automation/modules
- OpenWeather 1.0.1
- update open weather url's
- DummyDevice 1.0.1
- bugfix: NaN on switchMultilevel initialization

Smart Home UI (v1.6.0)

New features:
- Cloud Backup: Gives possibility to upload and store your backups on the remote server.
- Custom icons: Possibility to upload and assign custom icons for devices.
- Skins: A Skin is a CSS style that allow to change the appearance of the SmartHome UI.
- New widget type sensorDiscrete: N-State visualisation of CentralScene commands.
- Apps/Active: Sorting by active/inactive apps.
Changes:
- Connection error refactored.
- Caching online modules.

Expert UI (v1.2.0)

New features:
- Notifications page.
- UZB: Button for uploading bootloader/firmware.
- Interview progress bar.
- CIT: network name, time format, firmware update, time zone, busy indicator, interview progressbar, network statitstics, primiscuous mode, bug report.
- Icons in the menu.
- Enhanced display on mobile devices and tablets.
- Spinner indicators.

Changes:
- Disabling Include into network if SIS.
- Configuration/Firmware refactored.
- Languages moved to settings.
- New page "Settings" added.
- Network/Control divided into views.
- Homepage divided into views.
- Notes saved into data holder.
- Function runCmd() replaced with the new fn runZwaveCmd().
- Completely refactored CSS for simpler customizations.
- Configuration controllers divided in separate files.
- Folder app/core removed.

Fixes:
- Can't configure second parameter #174
- In routing table timestamps are not updated #161
- LICENSE file missing #213
- Device counter on the homepage.
- Disappeared temperature slider #146.

Re: v2.3.0 is out!

Posted: 30 Jan 2017 09:48
by Benny
I upraded my test pi3 with Razberry 2 to v2.3.0.

Got some issues. Got two times with 12 hour difference, for example PM in UI and AM in Expert-UI.
Some Apps don't work. Shedule, Time controlled Switch/Scene and Ping Presence state.

Re: v2.3.0 is out!

Posted: 30 Jan 2017 16:40
by CudaNet
Issues here as well. I have my locks (Schlage and Yale) as well as some dimmers and binary switches all running under the module 'Niffler'. I can control all the above mentioned devices, I just never see a state change. This was operating fine in 2.2.3.

I can provide logs if needed as I see Niffler identifying the the event, perhaps an issue with the API/event UI/smarthome UI ?

--CN

Re: v2.3.0 is out!

Posted: 30 Jan 2017 22:53
by PoltoS
@Benny, @CudaNet, please provide mode info in a separate thread.

"Got some issues" need to me more detailed ;)

Re: v2.3.0 is out!

Posted: 01 Feb 2017 21:59
by CudaNet
Done, let me know if you need anything else..

https://forum.z-wave.me/viewtopic.php?f=3423&t=24442
PoltoS wrote:@Benny, @CudaNet, please provide mode info in a separate thread.

"Got some issues" need to me more detailed ;)

Re: v2.3.0 is out!

Posted: 05 Feb 2017 22:25
by Benny
Time based Apps (Shedule/Time Condition) are working now after reinstalling CRON. Ping Presence is still dead, https://forum.z-wave.me/viewtopic.php?f=3424&t=24467

Re: v2.3.0 is out!

Posted: 05 Feb 2017 23:18
by tobias
Hi

I have used this software lightly for 2 months, and I like it! Good work.
But..

Reinstalled OS on my raspberry with the razberry board.
1. Installed RASPBIAN JESSIE LITE 2017-01-11.
2. Activated SSHD.
3. wget -q -O - razberry.z-wave.me/install | sudo bash
4. Logged in to the GUI with Chrome on OSX.

General problems. UI behaved strange, did not update status of the devices that was added, hardly anything worked in expert mode.

Thought this hade something to do with attempts with other home automation systems, but no. Because when I use safari it all started to work. And it not only works in safari now, it also works in chrome! Most of it...

Seems like a initialization scripts not triggered from chrome.

I get error when I e.g. expert ui -> configuration -> association.
"GET http://MYIP:8083/config/Configuration.xml 404 (Not Found)
(anonymous) @ angular-cookies.js:6
y @ angular-cookies.js:6
h @ angular-cookies.js:6
C @ angular-cookies.js:6
(anonymous) @ angular-cookies.js:6
$eval @ angular-cookies.js:6
$digest @ angular-cookies.js:6
$apply @ angular-cookies.js:6
(anonymous) @ angular-cookies.js:6
dispatch @ build.js:4
r.handle @ build.js:4
angular-cookies.js:6 ---------- ERROR: ---------- Object {data: "", status: 404, config: Object}"

Best regards
Tobias

Re: v2.3.0 is out!

Posted: 13 Feb 2017 03:18
by PoltoS
Yes, this is a know problem. We have re-released a fixed version the next day.

Re: v2.3.0 is out!

Posted: 24 Feb 2017 21:37
by jadedeane
CudaNet wrote:Issues here as well. I have my locks (Schlage and Yale) as well as some dimmers and binary switches all running under the module 'Niffler'. I can control all the above mentioned devices, I just never see a state change. This was operating fine in 2.2.3.

I can provide logs if needed as I see Niffler identifying the the event, perhaps an issue with the API/event UI/smarthome UI ?

--CN
Super interested in this one as well. Require update on NIF for Schlage locks, and GE "add-on" three-way switches.

Are the Z-Way folks planning to provide similar functionality to the Niffler module?

Re: v2.3.0 is out!

Posted: 25 Feb 2017 17:33
by REXBlack
HI, PoltoS, any news for WD NAS firmware update? may i load the Raspberry version?
TK