Search found 6 matches
- 03 Aug 2016 22:46
- Forum: Discussions in English
- Topic: Lags of Zwave device
- Replies: 0
- Views: 2595
Lags of Zwave device
Hello. I do my own visualization of Zwave devices and I have problem with lags. Every second polling device . First: http://192.168.0.103:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_"+nazwa+"/command/update"; Later: http://192.168.0.103:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_...
- 02 Aug 2016 22:04
- Forum: Discussions in English
- Topic: HTTP API Read status of device
- Replies: 1
- Views: 2943
Re: HTTP API Read status of device
If I click button on this device (hardware) than status of device in this ^^^ response dont change. 

- 02 Aug 2016 22:03
- Forum: Discussions in English
- Topic: HTTP API Read status of device
- Replies: 1
- Views: 2943
HTTP API Read status of device
Hello. In another question i asked about how can i send command to device. Know i have got something like this: http://192.168.0.103:8083/ZAutomation/api/v1/devices/ZWayVDev_zway_3-0-37/command/on But i want also read status of this device. I can request: http://192.168.0.103:8083/ZAutomation/api/v1...
- 01 Aug 2016 22:03
- Forum: Discussions in English
- Topic: Http Request
- Replies: 4
- Views: 7026
Re: Http Request
Ok. Thanks U for reply. But i have one question more. How can I do request login if i have in FAQ something like this: curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X POST -d '{"form": true, "login": "admin", "passwo...
- 29 Jul 2016 01:17
- Forum: Discussions in English
- Topic: Http Request
- Replies: 4
- Views: 7026
Re: Http Request
pi@raspberrypi:~ $ curl -v -u admin:admin 192.168.0.103:8083/ZAutomation/ap i/v1/devices/ZWayVDev_zway_6-0-37/command/on * Hostname was NOT found in DNS cache * Trying 192.168.0.103... * Connected to 192.168.0.103 (192.168.0.103) port 8083 (#0) * Server auth using Basic with user 'admin' > GET /ZAut...
- 28 Jul 2016 15:06
- Forum: Discussions in English
- Topic: Http Request
- Replies: 4
- Views: 7026
Http Request
Hello :) Sorry for my English. Its not very well :( Can I start from the beginning. My goal is to visualize (port 80 ), KNX and Z-Wave . I managed to already realize KNX , but I have a problem with the bus Z-Wave . As you know Z-Wave comes on port 8,083th If I am trying to perform query HttpRequest ...