Search found 112 matches

by Provo
26 Feb 2018 09:12
Forum: Recipes
Topic: [userModule] Network Presence
Replies: 24
Views: 37086

Re: [userModule] Network Presence

Thanks for reporting this. Ok, a laggy system is a bit surprising. The pinging is supposed to be asynchronous, so the system calls shouldn't hold up the thread (unless Z-Way is doing something strange internally). But you are also saying that you only have the laggy system when using ping, and not w...
by Provo
19 Feb 2018 08:31
Forum: Discussions in English
Topic: API login
Replies: 5
Views: 5569

Re: API login

Ok, if you are sure your credentials exist and are correct (you might want to double check this – easy to forget when reinstalling), then I suppose php curl doesn't support that kind of basic auth syntax. Try adding this instead, grouped with your other curl_setopt() calls: curl_setopt($ch, CURLOPT_...
by Provo
17 Feb 2018 09:38
Forum: Discussions in English
Topic: API login
Replies: 5
Views: 5569

Re: API login

Add your username and password separated with a colon into your url, like this:

http://username:password@192.168.1.69:8083/
by Provo
14 Feb 2018 11:35
Forum: Discussions in English
Topic: z-way-server does not start in Stretch
Replies: 37
Views: 46388

Re: z-way-server does not start in Stretch

:-) Wow, amazing! They need logs. And often, this is not provided by the ones complaining about the crashing. But often, the log will not give a very good idea of what went wrong. Interesting to see that these two sentences came from the same person. In what way are the two sentences incompatible? ...
by Provo
13 Feb 2018 14:30
Forum: RaZberry
Topic: Zway remote access cant log in
Replies: 12
Views: 18012

Re: Zway remote access cant log in

When i tried to log in locally with Chromium i got this message: … I'm really tired of Zway.me :evil: Why are you complaining about remote access when you can't log in locally? I understand your frustration, but these are different things. I would guess your problem is that you are trying to instal...
by Provo
13 Feb 2018 14:24
Forum: Discussions in English
Topic: z-way-server does not start in Stretch
Replies: 37
Views: 46388

Re: z-way-server does not start in Stretch

But I, like you, run Z-Way for years, and I'm far from being satisfied. I have zero issues with that. I disagreed with you on whether not supporting Stretch is a security issue. Regarding automatic sending of log on crash, there is clearly room for improvement there. But often, the log will not giv...
by Provo
06 Feb 2018 12:21
Forum: Recipes
Topic: [userModule] Network Presence
Replies: 24
Views: 37086

Re: [userModule] Network Presence

Just uploaded version 0.4. The most significant change from 0.3 is that it now supports using netcat – and will even use netcat as default, though ping is still available under Advanced configuration. To use this feature, remember to add "netcat" to .syscommands as well. The module uses ne...
by Provo
01 Feb 2018 10:10
Forum: Discussions in English
Topic: Websocket error handling
Replies: 1
Views: 2522

Websocket error handling

From what I can read out of the developer's manual and my own experiments, the websocket implementation seems a bit lacking. In my application, I need to differentiate between different kinds of errors – timeout, no route to host and connection refused, specifically. The event passed to the onerror ...
by Provo
30 Jan 2018 10:03
Forum: Discussions in English
Topic: find.z-way.me working?
Replies: 76
Views: 66822

Re: find.z-way.me working?

It isn't working for me either. When I enter my remote id and password at the first screen, after a while it goes further to the login screen to my system, but then it goes back to the first login screen where it wants me to enter the remote id again. It never stays at the login screen for my syste...
by Provo
29 Jan 2018 16:37
Forum: RaZberry
Topic: Offline installation/use?
Replies: 4
Views: 4222

Re: Offline installation/use?

When I installed, everything went smooth, so I can't really tell you. But are you sure it's not actually running? Check if the z-way-server service is up, and/or try entering 127.0.0.1:8083 in the address field on a web browser on your rpi.