fabiobui / node-red-contrib-myhome-bticino

MIT License
3 stars 0 forks source link

Commands sent by node-RED are de-duplicated #5

Open FredBlo opened 3 years ago

FredBlo commented 3 years ago

When I have node which send requests, I see the initial 'payload' gets de-duplicated.

Sample

I get 5 updates on the debug node and 4 requests when tracking activity on the bus (using OpenWebNet client form Legrand/Bticino, found here https://developer.legrand.com/documentation/client-download/)

As far as I understood it:

Is there a kind of internal response (in the Submit + ACK process) which also gets re-processed 1 time more for each bus command? Aware of this ?

FredBlo commented 3 years ago

Fyi, I refactored a new node-red nodes set 'node-red-contrib-myhome-bticino-v2' based on this one. In this v2, this issue is solved, and new functionalities have been added too. See detailed Node-RED info page for more info about improvements, bug fixes & upgrade info/procedure. Feel free to discuss about it directly on GitHub (either issues or discussions)