Search found 112 matches

by Provo
21 Mar 2018 17:27
Forum: Official announcements
Topic: v.2.3.7 is out!
Replies: 25
Views: 101673

Re: v.2.3.7 is out!

ronie wrote:
21 Mar 2018 11:58
https://developer.z-wave.me offers you also the possibility to upload your home automation apps and to share them with all other users.
I'm having issues with exactly that: https://forum.z-wave.me/viewtopic.php?f=3419&t=26243

It won't let me update a module.
by Provo
16 Mar 2018 08:51
Forum: Discussions in English
Topic: Something wrong with module upload in developer console?
Replies: 1
Views: 3486

Something wrong with module upload in developer console?

I'm trying to upload an update of a module in developer console, but I keep getting the error "An error has occurred! Unable to upload module!". The file I'm trying to upload is a tar.gz of the root folder of the module, just like every other module I have uploaded. Comparing this tarball ...
by Provo
12 Mar 2018 17:30
Forum: Recipes
Topic: [userModule] Network Presence
Replies: 24
Views: 36673

Re: [userModule] Network Presence

grep: unrecognized option '--color=auto' You have an alias for grep that doesn't work on your system. Run "unalias grep" and try again. But note that "unalias" will only have effect for the current session. I'm sure you can find out how to remove it permanently on your system (i...
by Provo
12 Mar 2018 16:57
Forum: Recipes
Topic: [userModule] Network Presence
Replies: 24
Views: 36673

Re: [userModule] Network Presence

i tried the grep command you suggested, but this only outputs a usage info for grep. That's weird. I see that I forgot to escape the brackets, but it shouldn't output usage info nonetheless. I mean, I'm doing it right now. Are you sure you copied the exact text? Here's the version escaping the brac...
by Provo
12 Mar 2018 15:57
Forum: Recipes
Topic: [userModule] Network Presence
Replies: 24
Views: 36673

Re: [userModule] Network Presence

It outputs in the normal Z-Way log file. /var/log/z-way-server.log normally.

Try for instance to grep with:

Code: Select all

grep -A 3 "[NetworkPresence]" /var/log/z-way-server.log
by Provo
12 Mar 2018 14:38
Forum: Recipes
Topic: [userModule] Network Presence
Replies: 24
Views: 36673

Re: [userModule] Network Presence

Sorry for my late reply but i was not at home. I tried to install the new version by cloning it with git into UserModules. This created a folder named zway-network-presence. Before i uninstalled NetworkPresence in zway, but there is no new app showing up? Then i installed Network Presence again (Ap...
by Provo
04 Mar 2018 15:01
Forum: Recipes
Topic: [userModule] Network Presence
Replies: 24
Views: 36673

Re: [userModule] Network Presence

I have just now pushed a fix for the cron job bug and an added feature of optional logging. But I would like to include a fix for your Netcat issues in the same version upgrade if possible, so I haven't uploaded this to the app store yet. Try to uninstall your current version and install the latest ...
by Provo
02 Mar 2018 08:52
Forum: Recipes
Topic: [userModule] Network Presence
Replies: 24
Views: 36673

Re: [userModule] Network Presence

Youre right, i restarted zway to clear cron jobs, added a new Ping Presence State App with my IP being absent and a timout of 30 seconds. => The Lag was exactly 30 seconds long => The Ping Presence State App shows the same behavior as your app Ok, without knowing for sure, that points towards this ...
by Provo
27 Feb 2018 13:32
Forum: Recipes
Topic: [userModule] Network Presence
Replies: 24
Views: 36673

Re: [userModule] Network Presence

I noticed several things while trying the ping method with !default! settings: Lag seems to happen on every full minute (xx:xx:00), after the 2 to 30 seconds the system is full responsive again. When both IPs are connected there is NO lag!! (maybe thats the case with the other app too, but i only t...
by Provo
26 Feb 2018 21:11
Forum: Recipes
Topic: [userModule] Network Presence
Replies: 24
Views: 36673

Re: [userModule] Network Presence

yes, the system is only lagging, when i use ping and i track only two ips (2 phones). i also tried to restart zway and reboot the NAS. That is very strange. There is no difference in the ping command used by this module and the one used by the other Ping Presence module. That seems to point to the ...