Search Results

by lingvo
Mon Aug 08, 2022 1:59 am
Forum: Javascript
Topic: Phidget22 Node-RED Module Released
Replies: 27
Views: 55640

Re: Phidget22 Node-RED Module Released

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...
by lingvo
Mon Mar 21, 2022 6:09 am
Forum: Javascript
Topic: Phidget22 Node-RED Module Released
Replies: 27
Views: 55640

Re: Phidget22 Node-RED Module Released

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...
by lingvo
Tue Mar 08, 2022 12:38 am
Forum: Javascript
Topic: Phidget22 Node-RED Module Released
Replies: 27
Views: 55640

Re: Phidget22 Node-RED Module Released

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...
by lingvo
Mon Mar 07, 2022 5:42 am
Forum: Javascript
Topic: Phidget22 Node-RED Module Released
Replies: 27
Views: 55640

Re: Phidget22 Node-RED Module Released

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...
by lingvo
Tue Nov 23, 2021 3:28 am
Forum: General
Topic: MQTT Support for Wireless Hub
Replies: 2
Views: 7374

Re: MQTT Support for Wireless Hub

Hi guys.

Any update on MQTT feature? Would be very nice to have something similar like other Smart Home devices have.

For example Shellys implementation could be used from here:
https://shelly-api-docs.shelly.cloud/gen1/#mqtt-support
by lingvo
Thu Aug 05, 2021 8:49 am
Forum: Javascript
Topic: Phidget22 Node-RED Module Released
Replies: 27
Views: 55640

Re: Phidget22 Node-RED Module Released

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...
by lingvo
Wed Aug 04, 2021 10:16 am
Forum: Javascript
Topic: Phidget22 Node-RED Module Released
Replies: 27
Views: 55640

Re: Phidget22 Node-RED Module Released

Hello.
One more problem - is it possible to use IP address instead of server name in Connect node? Server name is not always working :(
by lingvo
Tue Aug 03, 2021 10:58 am
Forum: All Other Phidgets
Topic: Wireless VINT Hub loses Wi-Fi network. Signal strength indicator?
Replies: 1
Views: 10587

Wireless VINT Hub loses Wi-Fi network. Signal strength indicator?

Hi.
It seems that my Wireless VINT Hub5000 loses Wifi network frequently.
Is it possible to add signal strength indicator to find better position?

Thanks
by lingvo
Mon Jul 26, 2021 10:21 am
Forum: Javascript
Topic: Phidget22 Node-RED Module Released
Replies: 27
Views: 55640

Re: Phidget22 Node-RED Module Released

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...
by lingvo
Sun Jul 25, 2021 11:22 am
Forum: Javascript
Topic: Phidget22 Node-RED Module Released
Replies: 27
Views: 55640

Re: Phidget22 Node-RED Module Released

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 ...