Search found 14 matches

by melchoir55
21 May 2015 07:56
Forum: RaZberry
Topic: Cannot get rc versions for 2.0.1
Replies: 2
Views: 3717

Re: Cannot get rc versions for 2.0.1

This is super frustrating. We use that rc in a production environment. It is stable for our purposes (we know, because we went through extensive testing to make sure it is). It is shocking to me that a company would bring down an RC without releasing the next stable iteration.
by melchoir55
21 May 2015 07:12
Forum: RaZberry
Topic: Cannot get rc versions for 2.0.1
Replies: 2
Views: 3717

Cannot get rc versions for 2.0.1

I can no longer download the rc version of 2.0.1. This is a serious problem for us, because we require it to create production versions of our devices. This is the command we were using: wget -q -O - razberry.z-wave.me/install/v2.0.1-rc25 | sudo bash As of today, this command no longer works for us ...
by melchoir55
18 May 2015 23:05
Forum: Discussions in English
Topic: Programmaticaly activate a user module
Replies: 4
Views: 5797

Programmaticaly activate a user module

We have a user module we want to automatically be active when a user brings the zway server online. I.E, we don't want the user to have to go manually activate the module. This already happens with the built in cron module. Does anyone know how to customize which modules get this behavior? Edit: I f...
by melchoir55
28 Mar 2015 04:07
Forum: Discussions in English
Topic: Logging all state changes
Replies: 3
Views: 5772

Re: Logging all state changes

Thanks for pointing this out. The plugin is a great start, but it doesn't actually forward all state changes. It seems to be forwarding thermostat changes fine, but manual lock and dimmer state changes are ignored (even though we see them in the zway server log file). We'll try to mess around with i...
by melchoir55
22 Mar 2015 09:26
Forum: Device specific
Topic: schlage lock pin code not setting
Replies: 6
Views: 9197

Re: schlage lock pin code not setting

So these gets return null for me. I should point out that *any* get method I run on a command class like this always returns null.
by melchoir55
22 Mar 2015 00:24
Forum: Device specific
Topic: Schlage Model BE469 support
Replies: 4
Views: 9055

Re: Schlage Model BE469 support

Does zway not support the Alarm class? They have listed it in in their documentation. I didn't notice this at first, but now that I check my interview results, I do notice that the interview of the alarm class doesn't complete. Is the manual lock update notification sent via this class? UPDATE: I th...
by melchoir55
16 Mar 2015 22:49
Forum: Device specific
Topic: schlage lock pin code not setting
Replies: 6
Views: 9197

Re: schlage lock pin code not setting

Thanks for the tip. So my friend and I both have this lock. The api call didn't work for my lock no matter what number I place in the first argument (0,1,2,3,etc). It returns 'invalid argument for all numbers other than '0'. For '0' I get the expected null return value, but the code doesn't actually...
by melchoir55
16 Mar 2015 03:27
Forum: Device specific
Topic: schlage lock pin code not setting
Replies: 6
Views: 9197

schlage lock pin code not setting

Has anyone used zway with a schlage lock? I'm trying to set the pin codes using the REST api. For example, setting the code 1234: http://192.168.1.169:8083/ZWaveAPI/Run/devices[4].instances[0].commandClasses[99].Set(0,1234,1) deleting a code: http://192.168.1.169:8083/ZWaveAPI/Run/devices[4].instanc...
by melchoir55
16 Mar 2015 02:44
Forum: Device specific
Topic: 2gig ct100 set point and read temp with F
Replies: 4
Views: 6712

Re: 2gig ct100 set point and read temp with F

Thank you, this resolved the problem.
by melchoir55
14 Mar 2015 02:52
Forum: Device specific
Topic: 2gig ct100 set point and read temp with F
Replies: 4
Views: 6712

Re: 2gig ct100 set point and read temp with F

I made changes to the file at /opt/z-way-server/config/Defaults.xml and then rebooted the machine. Unfortunately, this doesn't seem to have had any effect. You'll note in the screenshots that although the setting was changed, the return value from the server is still C. I have attached screenshots b...