Search Results

by berkinet
Tue Aug 03, 2021 5:30 pm
Forum: Python
Topic: Get sensor info from libs
Replies: 6
Views: 18802

Re: Get sensor info from libs

I am writing a plug-in for the Indigo home automation system. https://www.indigodomo.com/

I did one for Phidgets21 several years ago and am finally getting around to doing one for P22.
by berkinet
Tue Aug 03, 2021 12:17 pm
Forum: Python
Topic: getParent()
Replies: 3
Views: 16108

Re: getParent()

A follow-up question. In Python, do you have an example of walking up the device tree?

Thanks.
by berkinet
Tue Aug 03, 2021 11:04 am
Forum: Python
Topic: Get sensor info from libs
Replies: 6
Views: 18802

Get sensor info from libs

Is there a way to get basic product info from the libs for a given Phidget product? For example, min & max allowed data interval, min and max allowed sensor values, formula, etc. So for example, for a 3502 Current sensor, I would get back something like: Product: SENSOR_TYPE_3502 Formula: (volta...
by berkinet
Mon Aug 02, 2021 3:59 am
Forum: General
Topic: Bug in Phidget22 lib?
Replies: 2
Views: 4555

Bug in Phidget22 lib?

The 1124 Precision Temperature Sensor board states a range of "-50 To + 150 C" though, the product description specifications state -30 to +80 . However, the product description does say In a fast prototyping environment the temperature sensor board can be pushed to the ratings of the sens...
by berkinet
Wed Jul 28, 2021 2:38 pm
Forum: All Other Phidgets
Topic: Defective HUM1001_0?
Replies: 3
Views: 8589

Re: Defective HUM1001_0?

Yes, current libs. And also yes, in my own program. The control panel only sees the default, di, do, vi, & vri.

So, it really looks like a standard dumb sensor hooked up to the hub.
by berkinet
Wed Jul 28, 2021 7:19 am
Forum: All Other Phidgets
Topic: Defective HUM1001_0?
Replies: 3
Views: 8589

Defective HUM1001_0?

I just received a new HUM1001_0 and it appears to be defective. I can see values from it in the Phidget Control Panel as a basic VolageRation device. But, it does not identify itself as a VINT device. I have tried swapping cords, ports and using other devices with the same cords and ports. It all po...
by berkinet
Tue Jul 27, 2021 3:08 pm
Forum: General
Topic: voltage and voltageRation Phidgets info base?
Replies: 2
Views: 4484

Re: voltage and voltageRation Phidgets info base?

Thanks Patrick.
by berkinet
Tue Jul 27, 2021 2:07 am
Forum: General
Topic: voltage and voltageRation Phidgets info base?
Replies: 2
Views: 4484

voltage and voltageRation Phidgets info base?

For the "classic" Phidget sensors that connect to an analog (voltage or voltageRatio) input, is there a database, header file, json file, etc, showing the measurement represented by the sensor value output from each sensor device (I.e. temperature, volts, amps, ph, humidity, etc)?
by berkinet
Mon Jul 26, 2021 8:53 am
Forum: Python
Topic: getParent()
Replies: 3
Views: 16108

Re: getParent()

Thanks!
by berkinet
Mon Jul 26, 2021 8:36 am
Forum: Python
Topic: Sensor value is ouside the valid range...
Replies: 13
Views: 31486

Re: Sensor value is ouside the valid range...

I now have a real world problem. A 3501 AC 0-25 amp current sensor. When the circuit being measured is off, I get a constant stream of out-of-range errors.