Page 9 of 9

Re: Home Automation - Roller Shutter

Posted: 25 Dec 2014 03:32
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.

Re: Home Automation - Roller Shutter

Posted: 27 Jan 2015 00:37
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.

Re: Home Automation - Roller Shutter

Posted: 27 Jan 2015 10:57
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.

Re: Home Automation - Roller Shutter

Posted: 27 Jan 2015 11:32
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 !

Re: Home Automation - Roller Shutter

Posted: 09 Jan 2016 00:28
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.