Search found 3 matches
- 18 Aug 2013 18:25
- Forum: RaZberry
- Topic: Controlling Razberry from python with urllib2 much slower than through browser
- Replies: 3
- Views: 4689
Controlling Razberry from python with urllib2 much slower than through browser
<r>Hi all,<br/> <br/> I have created a python web app to control my zwave devices through the Razberry. It works but I noticed that the calls to the REST API take much longer (4 to 5 seconds) than when entered directly into the browser (instant). Note that in both cases the identical command is issu...
- 18 Aug 2013 18:25
- Forum: RaZberry
- Topic: Controlling Razberry from python with urllib2 much slower than through browser
- Replies: 3
- Views: 4689
I'm afraid that's beyond my
I'm afraid that's beyond my expertise. Any pointers on how to proceed with that (on OSX)?
- 18 Aug 2013 18:25
- Forum: RaZberry
- Topic: Controlling Razberry from python with urllib2 much slower than through browser
- Replies: 3
- Views: 4689
Found it!
<t>I was using Bonjour/Avahi naming like "picam02.local" instead of a fixed IP address for my raspberry pi. This works fine usually. But with access to the Razberry it made the requests take about 5 secs instead of about 0.2 secs! <br/> I don't know why when accessing the razberry through Safari thi...