Search found 5 matches

by kbs
19 Sep 2015 10:43
Forum: Discussions in English
Topic: Where are the Full Android UI sources?
Replies: 6
Views: 8679

Re: Where are the Full Android UI sources?

Hello!

Tried to obtain and compile available source from here: https://github.com/Z-Wave-Me/Z-Way-Android
It turned out it is just an empty project - there is nothing int there, just an empty hello world screen!

Best regards
by kbs
18 Sep 2015 13:00
Forum: Discussions in English
Topic: Binding to value change fires multiple times / bug ?
Replies: 4
Views: 6513

Re: Binding to value change fires multiple times / bug ?

Thank you for the answer. Example was just for testing purposes. What I actually need to do, is to switch GPIOs on/off based on sensor value and my custom logic, and I would like to do that each time when sensor value changes. If I understood correctly, the correct way of doing this is to develop cu...
by kbs
18 Sep 2015 11:05
Forum: RaZberry
Topic: razberry android app stopped working
Replies: 3
Views: 5992

razberry android app stopped working

Hello! After upgrading to firmware v2.1.1 , android app stopped working. It actually kind-of works (doesn't crash) but "Dashboard" and "All Widgets" menu items are empty - there is nothing in those. Needless to say that they appear in WEB interface. Anyone encountered the same ba...
by kbs
18 Sep 2015 10:40
Forum: Discussions in English
Topic: Binding to value change fires multiple times / bug ?
Replies: 4
Views: 6513

Binding to value change fires multiple times / bug ?

Hello! I Activated app "Load custom JavaScript file" and wrote very simple js file with code that binds to sensor value change like this: zway.devices[6].instances[3].SensorMultilevel.data[1].val.bind(function () { var val = this.value; http.request({ url : "http://myserver/temperatur...