Search found 3 matches

by boomhauser
22 Apr 2014 22:03
Forum: RaZberry
Topic: HTTP Request
Replies: 13
Views: 18784

Re: HTTP Request

I found what I needed in the "Z-Way Developers Documentation". There is a section on JSON API that somewhat describes the HTTP interface. You could start there. It is also clear by inspecting the GUI code what some of the capabilities are. I have no idea if that HTTP server supports HTTPS ...
by boomhauser
21 Apr 2014 22:10
Forum: RaZberry
Topic: RaZberry locks up including Cooper Aspire switch
Replies: 5
Views: 6087

Re: RaZberry locks up including Cooper Aspire switch

This is definitely a problem also with Z-Way 1.4 as well. I have 3 Cooper Aspire switches and all of them locked up during inclusion in a similar way. My quick and dirty solution is: 1. Include Aspire switch 2. Wait for the infinite loop problem to occur (60 seconds) 3. ssh to Raspberry and: 'sudo s...
by boomhauser
21 Apr 2014 21:59
Forum: RaZberry
Topic: Device names
Replies: 3
Views: 4605

Re: Device names

I extended the UI to do this very thing because it was a limitation on usability when the users could not tell which device did what. The source code is provided so you can extend it too. I made a very nice addition that allows me to give friendly names to devices and customize the icons and even ma...