I replaced my USB extender cable with a new âhigh quality shieldedâ USB 2.0 cable (with only 4 pins/cores and external shield), and plugged it into one of the Pi4 USB 2.0 ports.
From our discussions, I think this must be the best possible configuration for minimum interference (best shielding, lowest number of cores, lowest number of Pi4 USB busses touched, and lowest Pi4 touched bus clock rate). Unfortunately it does not solve my original (slowness) problem. So I guess the slowness is not due to interference after all.
My feeling is that the slowness is because the sensorâs âZ-Wave Instantâ transmissions are not getting through, so it is falling back to the âZ-Wave Pollingâ transmissions instead; which obviously take longer.
I donât see anything in the Configuration Parameters that may have changed in the migration from OH2 to OH3 relating to âInstant vs Pollingâ transmissions. Did something change in the OH3 version of the binding that could be causing this?
Sorry if I missed this but how many devices are we talking about here? Also, what is the range they are operating in? (one floor, two floors, just general distance for radios to operate in) How many mains powered devices, how many battery powered devices?
As I read this thread, I thought it isnât any of this stuff with cables or ports. I think you have ghost nodes or something causing a lot of traffic. Could be a node that is reporting every few seconds swamping the network. Maybe the new stick caused a perimeter to be reset??? Guessing, but set log to debug and watch traffic. Supply info on above questions and weâll figure it out
I did already try the trace logging on the z-wave binding but couldnât see much to indicate potential problems. But to be honest I donât know really what messages to search for ??
And I just tried âtopâ and the biggest CPU consumer is the openhab process which is around 30% â so I guess that is not the problem?
On my OH2 system, I had most of the devices polling period set to their (fibaro & aeotec) default values of 24 hours, and I was relying on the âz-wave instantâ transmissions to get the data through. The response times where in the order of seconds.
On my OH3 system the âz-wave instantâ transmissions seem not to be that âinstantâ. The status does come through (and I donât have to wait 24 hours for the poll). But takes ~10 minutes rather than just a few seconds.
Therefore on my OH3 system I am experimenting with reducing the polling period to 30 seconds (at least on the powered devices). That means that I do get the statuses in ~30 seconds again. But still slower than the several seconds I was used to..
Most likely this is the clue! Iâve had similar problems (with OH2). Removing dead nodes helped a lot.
Look here for instructions on how to do that with Aeotec Stick: Remove a ghost Z-Wave Node from HABmin - #8 by devTechi
follow that link, or search this forum, there is software (zentools or something like that, runs on windows) if it canât be done within OpenHAB (sorry donât know OH3 very well yet)
A ghost node will bugger up everything and 99% of the time when folks are saying zwave worked great but now it is slow, it turns out to be a ghost node.
sorry, I miss spelled that, I meant parametersâŚ
What I mean by that is that most zwave devices have various parameters, such as there reporting interval. Iâve seen where several devices have been set to have very short reporting intervals (like every 5 seconds or every 15 seconds) and the shear traffic they generate in a large system can swamp it. I thought maybe when you switched sticks, behaps such an interval got changed back to a default or something. Maybe just check them out and make sure nothing is to crazy
Anyhow, search and find the tools you need to get rid of the ghost node and Iâm sure that will help. If you canât find the software or a method, check back in here and Iâll dig around
ummm⌠watch the timing, watch for if stuff is waiting on other stuff, watch for the controller sending message to node and node not respond or takes a long time to respond. I know general but if you post it, donât filter it and weâll take a look
There is also a newer version called ZWaveControllerUI, which is part of âZ-Wave PC-Controllerâ from SiliconLabs. Unfortunately it is quite tricky to get it: you must to create a free account at SiliconLabs, download and install âSimplicity Studioâ, use Simplicity Studio to download âPC Controllerâ somehow. Very tricky and complicated! Simplicity Studio is everything except simple. If you get the Zensys tool it will do the job.
BTW: Looking into the Z-Wave log will not help. Iâve learned that you can only see the communication between openhab and the stick - which is quite boring, because the delay happens between stick and node. You canât see this in the Z-Wave log. If you want to see the communication between stick and node you need a âZnifferâ. Getting this is complicated too (you need âSimplicity Studioâ ) but it provides a lot on insights on what is going on in your Z-Wave network.
I agree with the suggestion to remove the ghost node. I have done so myself in the past.
It is also a great time to backup the stick, but do it after you remove the node(s).
I would say this is a bit on the high end. My java process on both my x86 system and Pi4 is ~5%.
If I were you, I would start by logging into karaf and post your binding list here. Make sure all versions are release current, and that you are not using any .jar drop-ins:
Then, using the bundle:stop you can check which one is using suspiciously much CPU.
Start it again with bundle:start .
You could also have a look in the event log for clues:
$ tail -F -n 200 /var/log/openhab/events.log
Another clue that this could be ghost-node related is that the Z-Wave retransmit timeout is 5s, so you will see delays in multiples of 5s, which fits the 30s you are seeing.
@Andrew_Rowe@frankb@OMR thank you all for your suggestions about using the ZenSys tool; some initial feedback as follows..
I used the Aeotec version of the ZenSys tool (just to avoid the mentioned hassle with Silicon Labs logins). The Aeotec web page is here, and their direct download here. (note: you need to ignore Windows nag about the installer being unsigned). And just for completeness the Aeotec Z-Stick cloning tool is here.
The ZenSys tool process described here enabled me to successfully remove one âghost nodeâ.
The ZenSys trace logging also identified one device that was flooding the network with power meter reports at ca. 100 milli-second intervals. And in OpenHAB Thing configuration I could change a device parameter to stop that.
I guess that items 2. & 3. above will probably have fixed my problem; but I will let it run for a day and report back with the final answer.
PS I have another question concerning Security Keys: The Aeotec clone tool shows that my Z-Stick has a certain key, and OpenHAB Thing configuration shows a different key. Should these values be the same? Or does it matter if they are different? Indeed are these âkeysâ referring to completely different things?
yes, between the one ghost node (which is itself enough to screw things up) and the one node flooding the network. Am I reading that right that the power meter was reporting ten times a second? Yikes! Glad you found some issues, let us know how it runs
Great job running it down
Thanks for the links to software, I think I should bookmark those for other folks to find - it is a common problem
Yes. There was a parameter to do with timing or sensitivity; and the manual wrongly said âset to 0 means offâ; but in reality it seems that 0 means âas fast as possibleâ. Go figure..