Search found 155 matches

by ridewithstyle
12 May 2022 21:43
Forum: Discussions in English
Topic: Stopping Apps via ssh
Replies: 12
Views: 2874

Re: Stopping Apps via ssh

that was tried if I remember correctly. Long or infinite loops were detected but that was removed as it wasn't working as expected. I simply wanted a standby killer for a power plug. As soon as the plug drops under x Watts, switch it off. Works fine, except it instantly shut off after switching it o...
by ridewithstyle
12 May 2022 20:52
Forum: Discussions in English
Topic: Stopping Apps via ssh
Replies: 12
Views: 2874

Re: Stopping Apps via ssh

Excellent, thank you! I figured that the script status must be in the same file as the script itself was embedded into the configjson. Me adding a syntax error was just the lazy way to edit that huge textfile. Haven't seen vim slowing down for quite a long time to be honest. Maybe this helps as docu...
by ridewithstyle
12 May 2022 11:10
Forum: Discussions in English
Topic: Stopping Apps via ssh
Replies: 12
Views: 2874

Re: Stopping Apps via ssh

When the app is active use top and ps to see if you can find it. If you can see it listed, then you can kill it. top only showed the z-way-server at 105% CPU, nothing more. To clarify further what my question was: what is the equivalent to do from the console when I can't click on this "suspen...
by ridewithstyle
07 May 2022 13:41
Forum: Discussions in English
Topic: Stopping Apps via ssh
Replies: 12
Views: 2874

Re: Stopping Apps via ssh

Hi there, I really appreciate the effort, but the app - due to my error - was constantly triggered, so I needed it to be deactivated. I don't know yet where the status is if an app, once I find that out, I'll post it here for reference.
by ridewithstyle
07 May 2022 06:02
Forum: Discussions in English
Topic: Stopping Apps via ssh
Replies: 12
Views: 2874

Re: Stopping Apps via ssh

Thanks, but you misunderstood, I was asking how to suspend APPS in ZWay via ssh. Not how to stop and resume ZWay.
by ridewithstyle
06 May 2022 13:20
Forum: Discussions in English
Topic: Stopping Apps via ssh
Replies: 12
Views: 2874

Re: Stopping Apps via ssh

Hi there, managed to find my culprit, but I had to resort to violence. This is just in case, somebody else has the same problem. Firstly, everything seems to be stored in /opt/z-way-server/automation/storage/configjson-xy.json, I only found that by using find / -type f -exec grep -H 'text-to-find-he...
by ridewithstyle
06 May 2022 12:09
Forum: Discussions in English
Topic: Stopping Apps via ssh
Replies: 12
Views: 2874

Stopping Apps via ssh

Hi there, it seems that I have created an EasyScripting app that kills everything and makes zway ununsable (it was the seconds that I hit "run" I realized that this would result in a royal clustermess. I haven't found any documentation so far how I can stop/kill zway and stop the app via t...
by ridewithstyle
06 Apr 2022 17:13
Forum: Discussions in English
Topic: MQTT App Socket Connection closed
Replies: 7
Views: 2974

Re: MQTT App Socket Connection closed

remote access is enabled, I dm'd you the ID. My ssh log currently shows the issue
by ridewithstyle
31 Mar 2022 21:26
Forum: Discussions in English
Topic: MQTT App Socket Connection closed
Replies: 7
Views: 2974

Re: MQTT App Socket Connection closed

Hi Poltos, sorry for the delay. pi@razberry:/opt/z-way-server $ sudo ./z-way-server Z-Way version v3.2.2 from 2021-11-29 15:40:21 +0300 (build 101045968be0f00797fdc4d1a70e2955271fe4e7) Looking for modules in ./modules Module modzwave.so loaded Module modskininstaller.so loaded Module moddhs.so loade...
by ridewithstyle
25 Jan 2022 12:43
Forum: Discussions in English
Topic: MQTT App Socket Connection closed
Replies: 7
Views: 2974

Re: MQTT App Socket Connection closed

Update: Error persists, so I am still affected

@PoltoS manually from a terminal as in

Code: Select all

start-stop-daemon --start  --pidfile /var/run/z-way-server.pid --make-pidfile  --background --no-close --chdir /opt/z-way-server --exec z-way-server 
Or do you have something other in mind?

thx,
rws