Search found 7575 matches

by PoltoS
08 Mar 2017 21:20
Forum: Z-Uno
Topic: Compatibility with Fibaro HC2 - Problem Corrected
Replies: 27
Views: 25159

Re: Compatibility with Fibaro HC2 - Problem Corrected

Great to know! Have you changed the config param 12 for this or it worked with default config?
http://z-uno.z-wave.me/z-wave/configuration-parameters/
by PoltoS
08 Mar 2017 21:19
Forum: RaZberry
Topic: z-way-server shuts down in the middle of the night
Replies: 20
Views: 19344

Re: z-way-server shuts down in the middle of the night

In Z-Way there is a Cron app - some modules can use it. This should help. In brief: 1. edit config.xml to set debug port to 8183, restart Z-Way 2. run node inspector (I suggest to run it on your machine and use ssh port-forward as described - on Pi it might be slower; you can try on Pi too): # node-...
by PoltoS
08 Mar 2017 19:53
Forum: RaZberry
Topic: z-way-server shuts down in the middle of the night
Replies: 20
Views: 19344

Re: z-way-server shuts down in the middle of the night

Indeed (skipped it as a header ;)

Ok, if it goes so fast, this is not a leak but intentional allocation. Certainly by JS code. Please enable JS debugger and look what is going on. You can change time and restart Z-Way to look what happens at 3:00. Also you can search for tasks scheduled for 3:00
by PoltoS
08 Mar 2017 19:31
Forum: Discussions in English
Topic: Z-Way-Server log file
Replies: 16
Views: 24317

Re: Z-Way-Server log file

2.3.0 have less logs than before (than 2.2.*). So it looks strange.... May be your network grew?
by PoltoS
08 Mar 2017 19:29
Forum: RaZberry
Topic: z-way-server shuts down in the middle of the night
Replies: 20
Views: 19344

Re: z-way-server shuts down in the middle of the night

I don't see z-way-server in htop. Sure it is eating the memory? Which thread is allocating it?
by PoltoS
08 Mar 2017 02:49
Forum: Z-Uno
Topic: Reboot board
Replies: 38
Views: 31180

Re: Reboot board

We can dig in it. Please provide us a very detailed example how to reproduce it:
- sketch
- environment (included in controller? what config were changes? association made?...)
- whta are sypthoms?
by PoltoS
08 Mar 2017 02:47
Forum: RaZberry
Topic: z-way-server shuts down in the middle of the night
Replies: 20
Views: 19344

Re: z-way-server shuts down in the middle of the night

sure you have not kept the original file (under any name) in the folder? if so, move it out! Z-Way loads all files in /modules (even if not .so)
by PoltoS
07 Mar 2017 02:13
Forum: RaZberry
Topic: z-way-server shuts down in the middle of the night
Replies: 20
Views: 19344

Re: z-way-server shuts down in the middle of the night

We have not yet purified the UI part. The JS backend + C are fine
by PoltoS
07 Mar 2017 00:05
Forum: RaZberry
Topic: z-way-server shuts down in the middle of the night
Replies: 20
Views: 19344

Re: z-way-server shuts down in the middle of the night

I think it was a chance ;)

BTW, you can take modzwave.so from the v2.3.1-rc3 build and use with your current release to fix the problem. just substitute it (in modules/ folder)