Search found 16 matches
- 14 May 2013 16:57
- Forum: RaZberry
- Topic: service died after update?
- Replies: 6
- Views: 7805
service died after update?
<r>Hello, everything was working fine until unsurprisingly I managed to fu**ed things up.<br/> <br/> - This is what I did, update the z-way-server<br/> - Unplug the USB power cable<br/> - Unplug every peripheral attached to the rPi including the RaZberry (don't ask me why, I'm an idiot)<br/> - Plug ...
- 14 May 2013 16:57
- Forum: RaZberry
- Topic: service died after update?
- Replies: 6
- Views: 7805
IP is the same
Thanks Pitt13, the IP is still the same. I can SSH into it and my secondary apache server is still working.
- 14 May 2013 16:57
- Forum: RaZberry
- Topic: service died after update?
- Replies: 6
- Views: 7805
dead
<t> killall z-way-server<br/> z-way-server: no process found<br/> <br/> ./z-way-server<br/> Z-Way release 2013-03-29 02:09:39 +0400 5d3085259a6f9c9a3305d383d535be645c04bc5e<br/> Using default configuration file config.xml<br/> Starting Z-Way for device /dev/ttyAMA0...<br/> [2013-05-17 13:21:28.037] ...
- 07 May 2013 22:02
- Forum: Discussions in English
- Topic: GE Thermostat
- Replies: 2
- Views: 3288
GE Thermostat
<r>Hello, I'm working on getting my thermostat to change the set temperature but all my efforts have gone in vain.<br/> <br/> This is what it looks like<br/> <URL url="http://i.imgur.com/fT6wl3J.png">http://i.imgur.com/fT6wl3J.png</URL><br/> <br/> This is the info I have<br/> <URL url="http://i.imgu...
- 25 Apr 2013 15:12
- Forum: Discussions in English
- Topic: .htaccess or alike
- Replies: 2
- Views: 3263
.htaccess or alike
<t>I have the RaZberry open to the internet so that I can control it thru my iPhone from anywhere, this was fine while I was just controlling my lights, but now I have added a kwikset deadbolt and I'm afraid this is a huge hole in security.<br/> I need a way to encrypt the connection, password prote...
- 16 Apr 2013 00:51
- Forum: RaZberry
- Topic: Z-Way iOS App available on GitHub
- Replies: 11
- Views: 13846
geofence
geofence would be nice, so it could turn on the lights when you get home, etc.
- 05 Apr 2013 20:25
- Forum: Discussions in English
- Topic: Turning off LED from JASCO wall switch
- Replies: 7
- Views: 8513
Turning off LED from JASCO wall switch
Hello, I have a Raspberry Pi (RaZberry) and a JASCO on/off relay wall switch (GE binary switch)
it has a LED indicator which the manual says can be set to 0, 1 or 2 on parameter No. 3.
I want to set it to 2 (Off at all times)
How do I do that?
thanks
it has a LED indicator which the manual says can be set to 0, 1 or 2 on parameter No. 3.
I want to set it to 2 (Off at all times)
How do I do that?
thanks
- 05 Apr 2013 20:25
- Forum: Discussions in English
- Topic: Turning off LED from JASCO wall switch
- Replies: 7
- Views: 8513
error
tried with, /ZWaveAPI/Run/devices[2].Configuration.Set(3,2,1)
Uncaught TypeError: Cannot call method 'Set' of undefined
any ideas?
thanks for the help!
Uncaught TypeError: Cannot call method 'Set' of undefined
any ideas?
thanks for the help!
- 05 Apr 2013 20:25
- Forum: Discussions in English
- Topic: Turning off LED from JASCO wall switch
- Replies: 7
- Views: 8513
thanks
I was able to make it work with this
/ZWaveAPI/Run/devices[2].instances[0].commandClasses[0x70].Set(3,2,1)
/ZWaveAPI/Run/devices[2].instances[0].commandClasses[0x70].Set(3,2,1)
- 05 Apr 2013 20:25
- Forum: Discussions in English
- Topic: Turning off LED from JASCO wall switch
- Replies: 7
- Views: 8513
version
where do I check the version? and how do I update?