Search found 172 matches

by seattleneil
17 Feb 2024 20:56
Forum: Discussions in English
Topic: Bindings fail after Pi general software upgrade
Replies: 1
Views: 857

Re: Bindings fail after Pi general software upgrade

It sounds like you have a complicated configuration. You may want to use the Easy Scripting app instead of adding your own bindings. This is a very useful app for creating complicated rules in JavaScript. Assuming your heater is a virtual device within Z-Way, you could have Easy Scripting logic that...
by seattleneil
07 Feb 2024 19:41
Forum: RaZberry
Topic: Migrate from UZB -> RaZberry PRO 7
Replies: 10
Views: 1377

Re: Migrate from UZB -> RaZberry PRO 7

The logs you provided show 2 different issues. For the issue related to RaZberry PRO 7 reliability, follow the instructions in this post: https://forum.z-wave.me/viewtopic.php?p=98974#p98974 For the issue related to JavaScript errors ("at automation/ userModules /SwitchPollingSelect/index.js:60...
by seattleneil
08 Jan 2024 20:12
Forum: Discussions in English
Topic: Virtual switch doesn't create events
Replies: 1
Views: 1025

Re: Virtual switch doesn't create events

You are correct, a device created using the "Dummy Device" app has very limited functionality. It will not do what you want. A binary switch created using the “Virtual Device (JavaScript)” app will do what you want. Here's a screenshot that shows you how to create a binary switch using the...
by seattleneil
23 Dec 2023 06:30
Forum: Discussions in English
Topic: V4.1.2: steadily increasing cpu load
Replies: 28
Views: 26053

Re: V4.1.2: steadily increasing cpu load

PoltoS wrote: Thanks to @aLiEnHeAd, let's add a few more:
The HTTP Device app index.js sets async=true. This is not configurable from the app's web UI.

Parser for on/off status: JSON.stringify($$).split('"')[3] === 'ON' ? 'on' : 'off'
by seattleneil
21 Dec 2023 06:14
Forum: Discussions in English
Topic: V4.1.2: steadily increasing cpu load
Replies: 28
Views: 26053

Re: V4.1.2: steadily increasing cpu load

Please help us to collect more info: users who do and don't experience it, what are your HTTP requests: - I do / don't experience the issue - IP or DNS - HTTP / HTTPS / WS / WSS - to a service at localhost, LAN, Internet I do experience the issue, URL uses DNS, request is HTTP GET with no auth, LAN...
by seattleneil
20 Dec 2023 21:05
Forum: Discussions in English
Topic: V4.1.2: steadily increasing cpu load
Replies: 28
Views: 26053

Re: V4.1.2: steadily increasing cpu load

Now I have a question of understanding: do you think, that the http.request() command is buggy? Yes. The code for http.request() is in /opt/z-way-server/modules/modhttp.so. Since it is compiled code and Z-Wave.Me has not made the source code available on github (see: https://github.com/Z-Wave-Me), ...
by seattleneil
20 Dec 2023 04:10
Forum: Discussions in English
Topic: V4.1.2: steadily increasing cpu load
Replies: 28
Views: 26053

Re: V4.1.2: steadily increasing cpu load

Eureka! Based on the information provided by @aLiEnHeAd, I replaced the HTTP devices with instances of the app called "Virtual Device (JavaScript)". As a result, the z-way-server process on my Raspberry Pi has a CPU load of 4% instead of 12%. Here's what I did: 1. Added the following line ...
by seattleneil
19 Dec 2023 19:01
Forum: Discussions in English
Topic: V4.1.2: steadily increasing cpu load
Replies: 28
Views: 26053

Re: V4.1.2: steadily increasing cpu load

You can also use the top command to see similar info, as follows: $ top -b -n 1 -H -p `pidof z-way-server` top - 17:11:34 up 36 days, 5:27, 1 user, load average: 0.13, 0.11, 0.09 Threads: 10 total, 0 running, 10 sleeping, 0 stopped, 0 zombie %Cpu(s): 3.2 us, 0.0 sy, 0.0 ni, 96.8 id, 0.0 wa, 0.0 hi, ...
by seattleneil
15 Dec 2023 20:39
Forum: Discussions in English
Topic: V4.1.2: steadily increasing cpu load
Replies: 28
Views: 26053

Re: V4.1.2: steadily increasing cpu load

Sigh, increasing CPU load in the zway/core thread has been an ongoing problem. Although my having the same problem as you does nothing to fix the problem, I'm hoping that having multiple users reporting this problem will cause @PoltoS to pay more attention to the problem and provide a fix, as he did...
by seattleneil
26 Nov 2023 04:11
Forum: Discussions in English
Topic: Change accessory Type manually from light to door
Replies: 4
Views: 19808

Re: Change accessory Type manually from light to door

Your post has me confused. To the best of my knowledge, only the developers of the Nice module can change the device type value that's being reported by the Nice module. Your post stated the device type was changed from switch to motor by z-wave.me support. Please explain how z-wave.me support chang...