Search found 59 matches

by GokMasE
06 Jan 2020 16:38
Forum: Discussions in English
Topic: Z-way server goes down spontaneously
Replies: 91
Views: 125218

Re: Z-way server goes down spontaneously

Plain http should not be affected. In fact, Z-Way code has not changed at all - we have just rebuilt it with the new cURL built against OpenSSL 1.1.0 as the current cURL in Raspbian still depends on the old 1.0.2 which is not very thread safe Ok, so I guess it should not affect the crashes I have b...
by GokMasE
06 Jan 2020 00:58
Forum: Discussions in English
Topic: Z-way server goes down spontaneously
Replies: 91
Views: 125218

Re: Z-way server goes down spontaneously

Please do in gdb "info thr" and "bt". But for me it looks like the reason is memory exhausted. Can you run top from time to time to monitor how much Z-Way is using? I will keep gdb running and make sure to include log data through "info thr" and "bt" on any f...
by GokMasE
01 Jan 2020 03:47
Forum: Discussions in English
Topic: Z-way server goes down spontaneously
Replies: 91
Views: 125218

Re: Z-way server goes down spontaneously

Sorry for another late reply... If you don't use HTTPDevice module, how do you execute the HTTP Get request? Via some piece of code made by yourself? Can you share it? Yes, the HTTP Get request is handled within my own application. My application is basically doing two things: 1) Keeping one listeni...
by GokMasE
03 Nov 2019 23:46
Forum: Discussions in English
Topic: Z-way server goes down spontaneously
Replies: 91
Views: 125218

Re: Z-way server goes down spontaneously

Firstly, many thanks for your reply and apologies for my late reply - it has been a busy week. We have made many long-term tests with HTTPGet and were not able so far to make it crash. Few things to know: - is the remote HTTP server you send Get to is on the same Pi or on another machine in your LAN...
by GokMasE
28 Oct 2019 01:36
Forum: Discussions in English
Topic: Z-way server goes down spontaneously
Replies: 91
Views: 125218

Re: Z-way server goes down spontaneously

I am using 3.0.0 and think I am seeing this exact problem as well. When performing rather frequent polling (JSON, every 5th seconds) for status updates, things seems to run continuously stable. However, when enabling the HTTPGet module to allow pushing the status updates to the client, the Z-way ser...
by GokMasE
31 Aug 2017 22:52
Forum: RaZberry
Topic: updateTime for virtual devices data tree
Replies: 2
Views: 3736

Re: updateTime for virtual devices data tree

Somehow I missed the info that ?since=<timestamp> approach was possible in this example.
It seems like this provides exactly the information / filtering I need!

Thanks for your help :)
by GokMasE
30 Aug 2017 21:55
Forum: RaZberry
Topic: updateTime for virtual devices data tree
Replies: 2
Views: 3736

updateTime for virtual devices data tree

Hi, I am curious regarding the json tree for the virtual devices, fetched through http://YOURIP:8083/ZAutomation/api/v1/devices My thought was to poll this URL for datam specifically to extract the updateTime value, to find out if the tree contents had been updated since last poll time. However, it ...
by GokMasE
25 May 2016 01:25
Forum: RaZberry
Topic: Requirements for HTTP/JSON API
Replies: 2
Views: 4239

Re: Requirements for HTTP/JSON API

Thanks for the reply! Are you using 2.2.2 or an older version? Basic authentication should indeed not cause any problems, I already made some tests with that to communicate with Domotizc. Basic authentication should work the same anywhere I assume, so this make me a bit more confident that I can get...
by GokMasE
13 Mar 2016 03:14
Forum: RaZberry
Topic: Requirements for HTTP/JSON API
Replies: 2
Views: 4239

Requirements for HTTP/JSON API

Hi, I am not a RaZberry owner (yet) and the bottom line is this: I am seeking to use a retro computer (a non PC/Mac computer, with ethernet card but without possibility to use SSL) to control a Z-Wave network through the Raspberry Pi/RaZberry by using the HTTP/JSON API. However, seeing some worrying...