Page 1 of 2

Very slow response after 3.2.0/1

Posted: 21 Sep 2021 21:10
by Tom01
Hello,

I'm upgraded from 3.1.4 to 3.2.0, next 3.2.1. It's problem with very, very slow response while reading nodes Z-Way. Im tested OH3, Node Red, two instances on different computers. States is changes with few minutes delay! In Z-Way server states is changes immediately, but over remote access not. Please help.

Re: Very slow response after 3.2.0/1

Posted: 21 Sep 2021 22:26
by vinisz
Exact same issue I had with 3.2.0 and node-red.
Made me roll-back to 3.1.4

Re: Very slow response after 3.2.0/1

Posted: 21 Sep 2021 22:37
by Tom01
@PoltoS, have you any advice, please? I'm can't rollback to earlier version now, and it's big problem for me.

Re: Very slow response after 3.2.0/1

Posted: 21 Sep 2021 23:05
by ZiporaTilda
vinisz wrote:
21 Sep 2021 22:26
Exact same issue I had with 3.2.0 and node-red.
Made me roll-back to 3.1.4
I know right, its getting on my nerves.

Re: Very slow response after 3.2.0/1

Posted: 22 Sep 2021 02:06
by PoltoS
Please give me more details.
  • Is it slow if operated from Z-Way UI?
  • How have you integrated OH3 or node-red? Have you seen that a fix of their plugin is needed for Z-Way WebSockets API?
Need more info, may be even a video and a connection to you to check it.

Re: Very slow response after 3.2.0/1

Posted: 22 Sep 2021 02:26
by Tom01
PoltoS wrote:
22 Sep 2021 02:06
[*]Is it slow if operated from Z-Way UI?
No. On web interface Z-Way (default or expert) states refresh instantly.
PoltoS wrote:
22 Sep 2021 02:06
[*]How have you integrated OH3 or node-red? Have you seen that a fix of their plugin is needed for Z-Way WebSockets API?
In OH3 I install Z-Way Binding (binding-zway) 3.1.0. I'm dont install any additional fixes. I didn't know they were. Earlier, on 3.1.4 version Z-Way, everything was fine. I have another Node Red on second computer, standalone instance, not with OH3, which comunicate with Z-Way Server through module node-red-contrib-zway 0.2.3, and identical symptoms. Before update ok, now not.

Re: Very slow response after 3.2.0/1

Posted: 22 Sep 2021 02:51
by Tom01
Maybe important: When I manualy deployed flows in Node Red, states/values refreshes, but only nodes through node-red-contrib-zway, nodes mappings through OH3 - not.

Re: Very slow response after 3.2.0/1

Posted: 23 Sep 2021 15:03
by vinisz
Tom01 wrote:
22 Sep 2021 02:51
Maybe important: When I manualy deployed flows in Node Red, states/values refreshes, but only nodes through node-red-contrib-zway, nodes mappings through OH3 - not.
Yep, exactly the same... refresh only when deploying, I also use node-red-contrib-zway node.. contacted developer of that node also but he says he has no device to test on or change things.. but, I think problem is more on zway side.
Maybe suggestion for future, switch to MQTT, as it is more generix and will remove depency on one developper.

Re: Very slow response after 3.2.0/1

Posted: 24 Sep 2021 01:46
by PoltoS
@vinisz Can you test the pull request I made two weeks ago?
https://github.com/bkorda/node-red-contrib-zway/pull/11

@Tom01 Can you check what traffic is flowing over TCP on port 8083 from OH3? If they use WebSockets, they will need the same change as for node-red. Otherwise show us the problem - we can do remote support

Re: Very slow response after 3.2.0/1

Posted: 29 Sep 2021 08:57
by vinisz
@poltos, you have to help me out "how" here, I have no idea what to do with a pull request and how to test it