Search found 20 matches

by Eric
16 Jun 2014 12:00
Forum: RaZberry
Topic: Home Automation - Roller Shutter
Replies: 84
Views: 87106

Re: Home Automation - Roller Shutter

There seem to be a lot of people with this problem. If PoltoS doesn't know a better solution, I'll write a step-by-step guide for the hack I described above. I assume SolarFlor can translate this for you.
by Eric
16 Jun 2014 00:20
Forum: RaZberry
Topic: Home Automation - Roller Shutter
Replies: 84
Views: 87106

Re: Home Automation - Roller Shutter

I think that is just to be able to do set the normal configuration options, in my case it didn't seem to help with the supported command classes. But I read that PoltoS also has an FGRM-222 now, so I hope there will be a better solution soon.
by Eric
16 Jun 2014 00:10
Forum: RaZberry
Topic: Home Automation - Roller Shutter
Replies: 84
Views: 87106

Re: Home Automation - Roller Shutter

No, it was a really dirty hack. I had to add a <commandClass> block to the Z-Way configuration file itself. I copied the one from SwitchBinary and changed the class ID.
by Eric
15 Jun 2014 23:53
Forum: RaZberry
Topic: Home Automation - Roller Shutter
Replies: 84
Views: 87106

Re: Home Automation - Roller Shutter

I managed to get mine to do SwitchMultilevel, but it was quite complicated. At the initial interview it does not support this class, but after you do a calibration the class dynamically added to its capabilities. (No idea if this is allowed by the protocol, but it seems to be what happens.) Z-Way st...
by Eric
10 Jun 2014 12:33
Forum: RaZberry
Topic: Lightscene feature request
Replies: 12
Views: 12676

Re: Lightscene feature request

I second this feature request. This would be useful for a leaving home scene that switches off the lights inside, but leaves the outside lights on for another 5 minutes. Your second example might be better suited with a virtual switchMultilevel device, so that it can also remember its position. If y...
by Eric
01 May 2014 12:41
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 103229

Re: New Home Automation engine and New UI

I saw references to a switchRGBW deviceType in the code, nice! Is it possible to use this already or is it still a work in progress? Also, the LightScene bug I mentioned in http://forum.z-wave.me/viewtopic.php?f=3422&t=20282&start=10#p50336 is still there and it is also in BindDevices now. Y...
by Eric
05 Apr 2014 12:22
Forum: RaZberry
Topic: New Home Automation engine and New UI
Replies: 39
Views: 103229

Re: New Home Automation engine and New UI

Hi PoltoS, I'm having some trouble getting LightScene to work with dimmers. First I had to make the change below to make performCommand send what the virtual device expects. But then another problem I find is that I cannot set a dimmer to 0, somewhere along the line 0 seems to be interpreted as null...
by Eric
25 Mar 2014 11:53
Forum: RaZberry
Topic: FGS 211 Parameters appear not editable
Replies: 9
Views: 10591

Re: FGS 211 Parameters appear not editable

I had the same problem with another Fibaro module. It seems that in the Pepper One database a lot of configuration parameters are set to type constant. What I did was just edit the XML file (in your case that would be ZDDX/336-010f-0400-0103-03-03-14-01-03.xml) and search-and-replace type="cons...
by Eric
20 Mar 2014 12:14
Forum: RaZberry
Topic: Error: method_guiInit: values[] size differs from number of parameters!
Replies: 13
Views: 13183

Re: Error: method_guiInit: values[] size differs from number

I've traced back the issue to htdocs/expert/js/pyzw_zwave_tabs.js line 2043 (in 1.5.0-rc3). Apparently node.instances[0].commandClasses[0x75].data.version.value returns 1 shortly after the interview and 2 otherwise. Depending on the version either one or two protection values are sent to the GUI, wh...
by Eric
18 Mar 2014 15:25
Forum: RaZberry
Topic: Error: method_guiInit: values[] size differs from number of parameters!
Replies: 13
Views: 13183

Re: Error: method_guiInit: values[] size differs from number

I have this same issue with a Fibaro FRGM-222 (roller shutter). Interestingly it seems to be fine initially, but after changing some configuration parameters this error shows up. I'm happy to help with debugging, please let me know what info you would need and where I can send it.