Search found 53 matches

by jet11x
06 Feb 2018 23:42
Forum: RaZberry
Topic: Server is constantly crashing
Replies: 44
Views: 43050

Re: Server is constantly crashing

@PoltoS - my apologies for taking so long to response to you request for examples. I've put together all the details I think you'll need in the attached. Of course I don't know if a different format of response is what's causing the crash - let me know if you have a debug version with extra logging ...
by jet11x
23 Jan 2018 23:46
Forum: RaZberry
Topic: Server is constantly crashing
Replies: 44
Views: 43050

Re: Server is constantly crashing

And died again - I've disable my HTTPDevice plugin as that's almost certainly causing the crashes. Shame about that - if you can fix this that's great, otherwise I'll have to consider checking alarm status in another process and then changing a device in z-wave.me process. Won't have time for the re...
by jet11x
22 Jan 2018 09:24
Forum: RaZberry
Topic: Server is constantly crashing
Replies: 44
Views: 43050

Re: Server is constantly crashing

If just crashed again, but last time it took a few days before crashing.
The request and response is running every minute - capturing the state of my alarm (home/away)
by jet11x
22 Jan 2018 00:21
Forum: RaZberry
Topic: Server is constantly crashing
Replies: 44
Views: 43050

Re: Server is constantly crashing

I attach the details of the crash that I've just caught on my system, with gdb running as suggested. I'm using version v2.3.6, build 28-09-2017 15:29:18. I've had a few crashes since moving to v2.3.6, for this one and the other crash where I've checked the log file, the last line was an http request...
by jet11x
17 Jan 2018 00:09
Forum: RaZberry
Topic: z-way-server stopped randomly v2.3.6 from v2.2.5
Replies: 13
Views: 14936

Re: z-way-server stopped randomly v2.3.6 from v2.2.5

That's very interesting. I've been having crashes too and I'm using a module based on HTTPDevice which includes dynamically generated URLs based on previous messages.
by jet11x
20 Dec 2017 09:38
Forum: RaZberry
Topic: http.request appears to lack ability to deal with chunking
Replies: 6
Views: 6316

Re: http.request appears to lack ability to deal with chunking

Upgrading to 2.3.6 did the trick. Thanks for the advice.
by jet11x
17 Dec 2017 19:56
Forum: RaZberry
Topic: http.request appears to lack ability to deal with chunking
Replies: 6
Views: 6316

Re: http.request appears to lack ability to deal with chunking

I don't have a public example. But here's some more information: - Wikipedia article on chunking in http 1.1. https://en.wikipedia.org/wiki/Chunked_transfer_encoding - Example using node js and http.request with chunking, search for chunk on https://nodejs.org/en/docs/guides/anatomy-of-an-http-trans...
by jet11x
17 Dec 2017 14:57
Forum: RaZberry
Topic: http.request appears to lack ability to deal with chunking
Replies: 6
Views: 6316

Re: http.request appears to lack ability to deal with chunking

Any thoughts on this?
I'm now part way into writing code for an intermediate web server.
by jet11x
03 Dec 2017 12:21
Forum: RaZberry
Topic: http.request appears to lack ability to deal with chunking
Replies: 6
Views: 6316

http.request appears to lack ability to deal with chunking

I'm trying to use http.request to get status information from an alarm system. After some fiddling I managed to get the first part of the response, but not the details I required. Doing the same query from a small node.js application I believe the problem is that the data is coming back in chunks an...
by jet11x
19 Nov 2017 11:49
Forum: Recipes
Topic: [userModule] TabularScheduler
Replies: 3
Views: 12813

Re: [userModule] TabularScheduler

Some more fixes in version 0.0.4 at https://developer.z-wave.me/. Fixed scheduling bugs for sunrise/sunset and randomisation. Also improved logging.
Details at github