Great. but what was the raw analog value you get from ads?
Believe it was voltage. It sends 5 volts out and we were getting .5 to 4.5 volts back. Is that what you mean?
use this code ADS1015 / ADS1115 | Raspberry Pi Analog to Digital Converters | Adafruit Learning System
in the cayenne_ads1xxx.plugin
can you change read_args={"channel":$channel, "value_type":"float"}
to read_args={"channel":$channel, "value_type":"volt"}
Ok, but we need the pressure to read, not the voltage. Will Cayenne give an option to change to pressure?
OK,
Made the changes to the ADS plugin file.
Still reads 0.0 on the dashboard.
ADS not registering on the dashboard still…
you can continue with BYOT and python code. we will look into the issue.