Search Results

by sinman
Thu Sep 28, 2023 1:52 pm
Forum: Python
Topic: Detecting sensors attached to VINT hub
Replies: 2
Views: 14757

Re: Detecting sensors attached to VINT hub

ok, I think I found it. there was a lot of duplicates in the attach_handler, so I missed that the getDeviceID() would actually get the real deviceID of the attached sensor, and not just the vint hub. For anyone else coming across this problem, here's the code that discovers everything attached and r...
by sinman
Wed Sep 27, 2023 5:44 pm
Forum: Python
Topic: Detecting sensors attached to VINT hub
Replies: 2
Views: 14757

Detecting sensors attached to VINT hub

How can we detect the port and type of sensor and attached to a VINT hub? We have a TON of devices with sensors attached to VINT hubs. And we have to manually write down which sensor is attached to which port on the hub to do the configuration. What I want to do is connect to the vint hub, and have ...