ncd-io / node-red-enterprise-sensors

MIT License
2 stars 1 forks source link

Add FFT response Error #2

Open telliottosceola opened 11 months ago

telliottosceola commented 11 months ago

We need to output an error if FFT is requested on a sensor but the full FFT response is not received back from the sensor. For instance if a few packets are received back but some are lost resulting in bad data. Right now there is no way to know that this failed. It is important to know as it can lead to FFT requests being sent to sensors on every cycle leading to depletion of the batteries. Knowing that the FFT response is failing will notify the user of poor wireless connectivity which can be addressed through moving the sensor, adding repeaters, etc.

stokes776 commented 10 months ago

I vote for this feature as well!

telliottosceola commented 10 months ago

@io-Jacob Do you know how complicated it would be to add this? Timeframe?