Search found 5 matches
- 23 Jun 2014 17:49
- Forum: Discussions in English
- Topic: Integrated new LED lamp Zipato in Z-Way
- Replies: 2
- Views: 38762
Re: Integrated new LED lamp Zipato in Z-Way
I have the integrated LED lamp from Zipato here and managed to get it to work with the Razberry. First thing to note is that if you want to integrate it into the Z-Wave network you have to not tap it gently but more or less slap it once. Once it is included and visible for Razberry you can switch it...
- 24 May 2013 23:23
- Forum: RaZberry
- Topic: razberry range problems
- Replies: 26
- Views: 40589
How to do it?
<r>Dear PoltoS,<br/> <br/> I would like to try it on my own risk.<br/> I just learned that one uses a small UFL connector and then plug a pigtail will the real SMA onto it. The SMA will then get screwed to the case.<br/> There is a little resistor right before the long line of pcb copper. I assume t...
- 24 May 2013 23:23
- Forum: RaZberry
- Topic: razberry range problems
- Replies: 26
- Views: 40589
New Antenna
<t>I just want to let you all know, that I successfully added a new antenna to the razberry. I bought a 868 MHz antenna and added it without an additional capacitor to the two soldering spots next to the build in antenna.<br/> It works like a charme. The range roughly doubled.<br/> Once I wrote a bl...
- 23 May 2013 23:34
- Forum: RaZberry
- Topic: Automation
- Replies: 11
- Views: 14016
Automation
<t>I was just wondering how the automation is coming along?<br/> I am really looking forward to get it, even if it is not perfect.<br/> One already gets some ideas looking at the js scripts provided in the automation folder.<br/> I can also already hook into events triggered from certain devices.<br...
- 23 May 2013 23:34
- Forum: RaZberry
- Topic: Automation
- Replies: 11
- Views: 14016
On the z-way server you can
<t>On the z-way server you can do something like this:<br/> zway.devices[5].instances[0].commandClasses[48].data.level.bind(function() {<br/> try {<br/> debugPrint("It worked, the value is: " + this.value);<br/> system("/usr/bin/python /opt/z-way-server/automation/test.py -c " + this.value);<br/> } ...