Search found 20 matches

by Eric
15 Sep 2014 12:16
Forum: RaZberry
Topic: Home Automation - Roller Shutter
Replies: 84
Views: 86756

Re: Home Automation - Roller Shutter

After you do the calibration the device reports that it can do SwitchMultilevel. At that point Z-Way also supports it when you send SwitchMultilevel commands using JavaScript directly. Z-Way just refuses to record the new command class in the configuration file, so it is not shown in the user interf...
by Eric
28 Jul 2014 19:40
Forum: RaZberry
Topic: Razberry and Fibaro RGB
Replies: 5
Views: 9111

Re: Razberry and Fibaro RGB

Mine does the same, I assumed that this was work in progress for new features. I'm intrigued by the SwitchColor class though, the only results on Google seem to all point back to Z-Wave.me. The command class ID 0x33 is already in use for the Advanced Z/IP Server class. This class is indeed supported...
by Eric
28 Jul 2014 00:41
Forum: RaZberry
Topic: http syntax for dimmer switch Razberry
Replies: 2
Views: 4277

Re: http syntax for dimmer switch Razberry

You should use the SwitchMultilevel command class instead of Basic, so:

Code: Select all

http://<ipaddress>/ZWaveAPI/Run/devices[4].instances[0].commandClasses[0x26].Set(78)
by Eric
20 Jun 2014 12:54
Forum: RaZberry
Topic: Home Automation - Roller Shutter
Replies: 84
Views: 86756

Re: Home Automation - Roller Shutter

I agree with dolam that a map view is nice for large setups. But probably it should be re-implemented in the new interface in some way. Now that the old interface is becoming the expert UI it doesn't really belong there anymore.
by Eric
19 Jun 2014 17:31
Forum: Device specific
Topic: Malfunctioning Fibaro dimmer FGD211
Replies: 6
Views: 16573

Re: Malfunctioning Fibaro dimmer FGD211

You can change that by setting parameter 14 to 1 in the configuration of the dimmer.
by Eric
18 Jun 2014 20:00
Forum: RaZberry
Topic: Home Automation - Roller Shutter
Replies: 84
Views: 86756

Re: Home Automation - Roller Shutter

I think I tried requesting a new NIF and it didn't help, but I tried a lot of things and I'm not entirely sure anymore. Unfortunately I won't be in the apartment where I installed the roller shutter until next month, so I cannot test it right now.
by Eric
18 Jun 2014 12:24
Forum: RaZberry
Topic: Home Automation - Roller Shutter
Replies: 84
Views: 86756

Re: Home Automation - Roller Shutter

You're welcome, good to hear that it works!
by Eric
18 Jun 2014 01:37
Forum: Discussioni in italiano
Topic: Alcuni comandi utili
Replies: 22
Views: 92158

Re: Alcuni comandi utili

Scusa, SwitchBinary è 0025/37, non 0027/39 (non è importante). Prova a modificare: <data name="supported" invalidateTime="1402727822" updateTime="1402727823" type="bool" value="false"/> a: <data name="supported" invalidateTime="1402727...
by Eric
18 Jun 2014 00:23
Forum: Discussioni in italiano
Topic: Alcuni comandi utili
Replies: 22
Views: 92158

Re: Alcuni comandi utili

Questo va bene. "null" significa che SwitchMultilevel funziona.

(Capisco italiano, ma scrivere in italiano è molto difficile :).)
by Eric
17 Jun 2014 19:48
Forum: RaZberry
Topic: Home Automation - Roller Shutter
Replies: 84
Views: 86756

Re: Home Automation - Roller Shutter

As promised, here is a step-by-step guide of how I got my FGRM-222 to work. Obviously this comes with no warranty, so do make proper backups. I will assume that the device is already working as a SwitchBinary and that you have fixed the configuration file by doing the constant -> rangemapped replace...