Home Automation - Roller Shutter

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

Re: Home Automation - Roller Shutter

Post by PoltoS »

@flomuson: it's a hack to make this device work. If we would include all hacks in Z-Way, it would work really unpredictable ;)

@jayce: Where do you run it? In 2.0 Z-Wave object (called zway) is loaded after main engine start (before it was vice versa). So, you need to hook zway.register event and execute your code from there or do it manually after the engine started.
manu
Posts: 3
Joined: 26 Jan 2015 23:45

Re: Home Automation - Roller Shutter

Post by manu »

Hello,
i've tried everything in this thread and i can't get my FGRM-222 to work as a dimmer.
with version 1.7.2, after doing this:
http://ip:8083/JS/Run/zway.devices[x].d ... ncat(0x26)

http://ip:8083/JS/Run/zway.devices[x].S ... orted=true

i can see the slider in device control but it has no effect, neither http request like http://ip:8083/ZWaveAPI/Run/devices[x]. ... 6].Set(50)

if i do a force re-interview i get error "method_guilnit: values[] size differs from number of parameters!

now i've updated my version to 2.0.0 and the command http://ip:8083/JS/Run/zway.devices[x].d ... ncat(0x26)
doesn't work anymore.

Please could someone tell me step by step how to make this device work with version 2.0.0 ?
i have 4 dimmer to install and i'm really in trouble thank you.
jayce
Posts: 25
Joined: 21 Aug 2014 23:11

Re: Home Automation - Roller Shutter

Post by jayce »

First you must do a complete calibration after that launch this command (x is your device number)
http://ip:8083/JS/Run/zway.devices[x].S ... orted=true
http://ip:8083/JS/Run/zway.devices.SaveData()

But it won't survive force re-interview for device.
manu
Posts: 3
Joined: 26 Jan 2015 23:45

Re: Home Automation - Roller Shutter

Post by manu »

jayce wrote:First you must do a complete calibration after that launch this command (x is your device number)
http://ip:8083/JS/Run/zway.devices[x].S ... orted=true
http://ip:8083/JS/Run/zway.devices.SaveData()

But it won't survive force re-interview for device.
Excellent ! thanks a lot it now works like a charm !
ridewithstyle
Posts: 155
Joined: 02 Jan 2016 01:20

Re: Home Automation - Roller Shutter

Post by ridewithstyle »

Hi Guys/Gals,

thanks a lot for this thread.

I just included 6 roller shutters with application version 24.24 into my network, all went like a charm. Then I had a 22.22 and all went bollocks. It only reported as switch and my beautiful positioning didn't work anymore. But thanks to you, I worked around that and fixed it. Kind remark on my side though: after modifying settings and saving them it requires (at least on my side) a restart of the razberry, then it showed up as shutter control with positioning.

Much obliged, may thanks! I already questioned my ablities as noobie to z-wave.

Thanks, ridewithstyle

[update]
Dimming works in the opposite direction as it should. Quite annoying.
Post Reply