ncd-io / node-red-enterprise-sensors

MIT License
2 stars 1 forks source link

Sending into Wireless Gateway Results in two Xbee Transmissions #18

Open stokes776 opened 3 months ago

stokes776 commented 3 months ago

If I make a very simple node-red flow to Inject into Wireless Gateway, and then watch it with XCTU, I get two transmissions when I would expect there to be one.

I tested this on two seperate devices, each running node-red-enterprise-sensors 1.0.2, and XCTU 6.5.13

Sending flow; image

I then click Inject once, and what is intended to be sent, a single time, is shown in the debug 100 output; image

However in XCTU I get two packets, image

I then changed libraries to the node-red-contrib-xbee library and send a slightly different message using their tutorial and got a single message in XCTU.

It feels like something with the Wireless Gateway is sending any incoming message it receives, twice?

io-Jacob commented 3 months ago

Hi Kyle,

This has been corrected in v1.0.3 which will be released soon and is available from the temp-dev branch of the library.