DPIclimate / enviro-node

Agriculture node for SDI-12 (and other) sensors.
https://DPIclimate.github.io/enviro-node
MIT License
4 stars 0 forks source link

Do not assume digital and analogue inputs are enabled #8

Open dajtxx opened 2 years ago

dajtxx commented 2 years ago

Don't send values for digital and analogue inputs that are not in use.

HarveyBates commented 1 year ago

this for the kangaroo?

dajtxx commented 1 year ago

No, it was a general point made early on to say if possible the firmware shouldn't send say 4 values if there are 4 A2D ports, but only one of them is in use.

The ICT node sends values for all A2D & digital inputs and it's up to the decoder to know whether the values are useful or not.

I'm not sure how viable this is.