Search found 56 matches

by Tiptop
19 Mar 2013 02:59
Forum: RaZberry
Topic: Access ZWaveAPI through Python script on Raspberry
Replies: 19
Views: 22373

Easy... here is a simplistic example...

<t><br/> import httplib<br/> <br/> class ZWay:<br/> def __init__(self, address):<br/> self.address = address<br/> <br/> def __performGetRequest(self, requestString):<br/> response = None<br/> try:<br/> self.conn = httplib.HTTPConnection(self.address)<br/> self.conn.request('GET', requestString)<br/>...
by Tiptop
11 Mar 2013 13:42
Forum: RaZberry
Topic: About z-wave alliance
Replies: 1
Views: 3493

Ask the experts... ;-)

Hi,

I would recommend to ask here:
http://www.z-wavealliance.org/services
and
http://www.pepper1.net/en/

Greets,

Stefan
by Tiptop
09 Mar 2013 15:56
Forum: RaZberry
Topic: Sorry, server has not completely started yet...
Replies: 22
Views: 21842

I have the same problem... :-(((

<r>I have the same problem. Worked all afternoon on m Z-Wave network (added around 6 more devices)...<br/> Everything worked fine, so far.<br/> However, when I wanted to reach the web interface to add another device, I got the same error...<br/> I have tried a lot of things, nothing helped.<br/> <br...
by Tiptop
09 Mar 2013 15:56
Forum: RaZberry
Topic: Sorry, server has not completely started yet...
Replies: 22
Views: 21842

Temporary solution - hack!

<t>I've searched a little bit for the reason of the problem as the RaZberry developers didn't respond, yet.<br/> I guess the server as a servere problem in its XML configuration file handling.<br/> I have discovered, that one of my config files seemed to contain garbage.<br/> <br/> One section looke...
by Tiptop
09 Mar 2013 15:56
Forum: RaZberry
Topic: Sorry, server has not completely started yet...
Replies: 22
Views: 21842

Fine!

I am happy to hear that my hack is at least a temporary solution until we get a fixed server software from the RaZberry team...
BTW: I mentioned several times HTML... of course I meant XML... ;-)

Greets,
Stefan
by Tiptop
08 Mar 2013 16:55
Forum: RaZberry
Topic: Everspring AN157 interview fails
Replies: 1
Views: 4673

Works here...

<t>Hmm... I have two AN175 in my setup, as well. The interview state is "+ +++ +++" in my case ("Interview complete").<br/> Try the following:<br/> 1. Activate expert mode<br/> 2. Go to "Devices configuration"<br/> 3. Select your AN157 device<br/> 4. Click "Select Z-Wave Device Description Record"<b...
by Tiptop
08 Mar 2013 02:26
Forum: RaZberry
Topic: Beginners problem, cannot start RaZberry
Replies: 13
Views: 19227

Check...

<t>Please enter "top" your terminal.<br/> You should see an output like this:<br/> ...<br/> PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND <br/> 1663 root 20 0 175m 19m 5352 S 2.9 10.8 71:20.72 z-way-server <br/> 3815 pi 20 0 4672 1404 1024 R 1.3 0.7 0:00.09 top <br/> ...<br/> <br/> Please no...
by Tiptop
06 Mar 2013 00:23
Forum: RaZberry
Topic: Help: All my *actors* suddenly stopped working!!
Replies: 4
Views: 5315

Help: All my *actors* suddenly stopped working!!

<r>I have a serious problem in my RaZberry setup.<br/> <br/> All of a sudden, all (!!!) of my actors stopped working without any of my intervention.<br/> Some hours ago, everything worked fine.<br/> Then, I wanted to switch on a light using the Web interface but nothing happened...<br/> Next, I've t...
by Tiptop
06 Mar 2013 00:23
Forum: RaZberry
Topic: Help: All my *actors* suddenly stopped working!!
Replies: 4
Views: 5315

A night later...

<t>This morning I checked my broken installation, again and there was a difference:<br/> All battery powered devices showed now the "sun" icon (which was confusing).<br/> When I checked the "Devices configuration" tab, I clicked through all my devices and surprisingly saw that the devices YET AGAIN ...
by Tiptop
06 Mar 2013 00:23
Forum: RaZberry
Topic: Help: All my *actors* suddenly stopped working!!
Replies: 4
Views: 5315

I am completely frustrated!

<r>Sorry, the topic says all... <E>:-(</E><br/> <br/> About an hour ago after sending my previous reply, the system failed yet again!<br/> <br/> I have tried rebooting, re-requesting NIFs, re-interviews etc. pp.<br/> NOTHING (!) helps to bring ANY actor active, again.<br/> All sensors work still com...