Search found 23 matches

by the wife
25 Jul 2016 23:15
Forum: Discussions in English
Topic: [Export UI] Incorrect routing tables
Replies: 4
Views: 5529

Re: [Export UI] Incorrect routing tables

I am seeing something similar. I cut my network down to the rPi, an Aeotec smart switch and a TKB switch. All mains powered. With the switches both close to the rPi the routing table looks like this: https://s25.postimg.org/4fckajj5b/zwave_both_close.png But when I move switch 22 just about out of t...
by the wife
29 May 2016 22:11
Forum: Discussions in English
Topic: JSON login
Replies: 1
Views: 3328

Re: JSON login

Not sure this is what you are after, but here is a simple python script (python 3.5.1) that logs into my razberry pi (locally) running zway 2.1.1 and requests a list of locations and prints them out. Hope it helps. import requests import json # ip address of my raspberry pi myip="192.168.1.154&...
by the wife
10 Feb 2016 12:02
Forum: Discussions in English
Topic: Remote Control with MIT AppInvertor2
Replies: 4
Views: 5196

Re: Remote Control with MIT AppInvertor2

I have the beginnings of an Android app which successfully logs in and retrieves devices etc. I have only done this through my local network so far. I used the Android SDK rather than AppInventor but hopefully what follows will help you. I had some issues initially because I misinterpreted the docum...