I've got an ORP Probe connected to an ADP1000 and VINT Hub on a Raspberry Pi running Jessie. I query the probe using the Python Voltage input example.
I have added "attached.setVoltageRange(7)" as the second item in the "attached" section of the example voltage input script to change the ADP1000 into ORP mode, but "Saturation Error" usually appears once before valid readings appear in the console screen. This happens every time the script is ran, so the device must reset to PH Mode once the script is closed.
Is there a way of fixing this or is it a bug? I can work around it by commenting out the error report console statement but it doesn't seem like an ideal thing to do