Search found 3 matches

by raspi-mech
21 Jan 2019 13:27
Forum: Discussions in English
Topic: API Command for getting the Device ID
Replies: 0
Views: 2668

API Command for getting the Device ID

By using the http comman: "http://IP_ADDR/ZAutomation/api/v1/system/remote-id" you can get the device specific remote id, but how to translate that into code? I want to use it for a z-way module. I already tried something like: for (var name in global.ZWave) { var zway = global.ZWave &...
by raspi-mech
14 Sep 2018 16:09
Forum: Discussions in English
Topic: Razberry Image and UZB not working
Replies: 2
Views: 2661

Razberry Image and UZB not working

Hi all, I just installed the Razberry Image provided by Z-Wave. The problem is, I can't connect to the internet, which normally should be straight forward. Neither Wifi, nor Ethernet is working. Then I installed the classic Raspbian Image and after that installed the z-way-server using wget. It work...
by raspi-mech
14 Sep 2018 15:56
Forum: RaZberry
Topic: HTTP Request in Z-Wave App
Replies: 1
Views: 2264

HTTP Request in Z-Wave App

Hi, sorry, I'm very new to Z-Way App Development and want to know how to make a http POST Request from an App, for example to send sensor data via http. I thought f.e. about the following: system("curl --data 'bla' http://...") Is this going to work? Or is there a better solution? Thanks i...