Found another problem with Node-RED module: If wireless VINT hub (I use HUB5000) drops off the network (for example loss of power) and then returns back, node-RED module doesn't re-establish connection to it automatically. I have to manually restart Node-RED instance, which is annoying. Is it possib...
If you get "Open failed:PhidgetError: Open Timed out" then it probably means the channel is being held by another program. Sometimes I've found that node-red itself can somehow lock up a channel at which point terminating the node-red process and restarting it can sometimes help. Yes I ge...
Hi mparadis Thanks for quick reply. In my case changing the Voltage Range in VoltageInput Node and restarting the flow doesn't have any effect for some reason. But I remember it did work at start when I was making the flow. I did FW upgrade of HUB5000 couple of times since then. Any ways to debug th...
Hello I started to get strange problem in Nodered Phidget Module with HUB5000+ADP1000 Adapter: At some point VoltageInput Node starts to output {"code":4105,"description":"Saturation Detected."} while in +-2V Mode (ORP Electrode connected) The VoltageInput node settings...
The problem with ADP1000 2V range selection has gone somehow by itself. I couldn't track when it started to work. But typing IP address in Server name was a first thing I tried to do and it didn't work. Thus is the question. I will give it another try. But anyway Node-Red module looks a bit buggy. I...
I'm using this Platinum ORP Electrode: https://www.gemke-shop.de/dosiertechnik/schwimmbad/elektroden/102/gt-rx-redox-platin-elektrode/einstabmesskette/sonde?c=50 It is a standard 12mm Probe with BNC connector and +-2000mv measuring range. As I said it is quite clearly visible that if ADP1000 input v...
Hi I need some help with setting up ADP1000 in Node-Red in ORP measurement mode. I have a setup where ADP1000 is connected to HUB5000 on Port 1. I have a REDOX/ORP Sensor connected to ADP1000. I have following flow: flow.png The parameters of VoltageInput Node are: Voltage_params.png The parameters ...