New version of RaZberry is released

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

We have implemented a dummy

Post by PoltoS »

We have implemented a dummy Command Class ClimateScheduleControl. Since we do not want to implement it fully anyway (our Z-Cloud was the only s.w to implement it fully!) we have not implemented it from the beginning. But we have found that DLC have two reasons of panic:
No ClimateScheduleControl and failure to reach the controller when there is no SUC. At least first is solved.
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Hm.. amalysing the log I've

Post by PoltoS »

Hm.. amalysing the log I've found that the new version uses Low Power mode during inclusion. For whatever reason.... We will check this to find why and how was this changed. So, as a recommendation, move devices closer. Instead you can force high power inclusion by running inlusion with API: http://192.168.0.32:8083/ZWaveAPI/Run/A ... twork(1,1)

We will fix this in the next release.
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Please see above

Post by PoltoS »

Please see above
jzapater
Posts: 5
Joined: 06 May 2013 02:00

I can't get include my device

Post by jzapater »

I can't get include my device.

I closed the raspberry to device and probe the url for include. The result the same, nothing :(

How I can install a previous version?

Thanks.
Pitt13
Posts: 41
Joined: 13 Apr 2013 23:52

Update ?

Post by Pitt13 »

Hello, are you working on new RGBW module Fibaro to integrate to the next update ?
When will be liberated next update ?
Thank you in advance
Pitt13
lpreschke
Posts: 5
Joined: 08 Jun 2013 18:54

Previous Version

Post by lpreschke »

Dear jzapater,
I searched for previous versions too. But I couldn't find an archive with older versions. Fortunately I had an sd card with an previous version. Should I zip the z-way-server directory of the previous version and send it to you? How can I contact you directly?
jzapater
Posts: 5
Joined: 06 May 2013 02:00

Send me to: temp1 at jdoscom

Post by jzapater »

Send me to: temp1 at jdoscom.dyndns.org

Thanks.
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

We have not seen the RGBW

Post by PoltoS »

We have not seen the RGBW device yet. Is it available? Or you have pre-samples?

We have refactored Z-Way quite a lot and added new Command Classes. New release will come in two weeks or so.
Pitt13
Posts: 41
Joined: 13 Apr 2013 23:52

Hello,

Post by Pitt13 »

Hello,
yes the module is available (in France : 59.90E) on www.domadoo.fr website but I do not want to buy it right away because I did what exploit this time (LED, sensor, etc ... ). But I think to buy it just before Christmas, I hope that it will be fully supported by Z-way and the mdule "Automation" will be ready, too (even in beta) because I wish I could used to drive the electric garlands of Christmas :D (1 module = 4 garlands controllable RGBW) ;D
mem
Posts: 1
Joined: 03 Jul 2013 19:06

URLs not working for me

Post by mem »

Hi,

I'm new to Z-Wave and this type of home automation. I've been monitoring temperatures, etc using 1-wire for years.

I have a RPi with RazBerry (Z-Way version v1.3.1) and for the moment one Fibaro 500W dimmer and an Everspring AN157 wall plug switch. Both devices works as expected from the Z-Way web application (port 8083).

I was testing NexaHome (nexahome.se) as automation frontend. NexaHome is a Java application accessing the RazBerry using the web interface (port 8083). NexaHome can see both the RazBerry controller and the two devices. NexaHome shows the Z-wave device IDs assigned when I included the deviced using Z-Way web.

I can't read status from NexaHome or send commands to the deviced from NexaHome. It looks like NexaHome uses URLs that Z-Way doesn't like. From my point of view these URLs should work. I can't get then to work either. When I craft the URLs in a much different format I get things working. Not even the example above works.

NexaHome error messages and URLs when trying to set different dimmer levels (device 2 is the Fibaro dimmer):
(In my browser the response are "Uncaught TypeError: Cannot call method 'Set' of undefined")
Server returned HTTP response code: 500 for URL: http://:8083/ZWaveAPI/Run/devices[2].instances[0].commandClasses[32].Set(204)
Server returned HTTP response code: 500 for URL: http://:8083/ZWaveAPI/Run/devices[2].instances[0].commandClasses[32].Set(204)
Server returned HTTP response code: 500 for URL: http://:8083/ZWaveAPI/Run/devices[2].instances[0].commandClasses[32].Set(179)
Server returned HTTP response code: 500 for URL: http://:8083/ZWaveAPI/Run/devices[2].instances[0].commandClasses[32].Set(255)

NexaHome error message and URL when trying to switch on the wall plug:
(In my browser the response are "Uncaught TypeError: Cannot call method 'Set' of undefined")
Server returned HTTP response code: 500 for URL: http://:8083/ZWaveAPI/Run/devices[3].instances[0].commandClasses[32].Set(255)

If I try the example from above in my browser it looks like:
http://:8083/ZWaveAPI/Run/devices[2].instances[0].commandClasses.Basic.Set(150)
Uncaught TypeError: Cannot call method 'Set' of undefined
http://:8083/ZWaveAPI/Run/devices[2].Basic.Set(255)
Uncaught TypeError: Cannot call method 'Set' of undefined
http://:8083/ZWaveAPI/Run/devices[3].Basic.Set(0)
Uncaught TypeError: Cannot call method 'Set' of undefined

But the following URLs works in my browser:
http://:8083/ZWaveAPI/Run/devices[2].instances[0].SwitchMultilevel.Set(255)
http://:8083/ZWaveAPI/Run/devices[2].instances[0].SwitchMultilevel.Set(100)
http://:8083/ZWaveAPI/Run/devices[3].instances[0].SwitchBinary.Set(1)
http://:8083/ZWaveAPI/Run/devices[3].instances[0].SwitchBinary.Set(0)


So why is only the last set of URLs working and none of the two first sets of URLs?

Regards,
// Mem
Post Reply