Answered: Help with Python classes
Digi Forum » Python
by
1y ago
I don't know what Digi product you are working with, but the product may not support the class function or it could be that the version of Python supported by the device uses a different call for Class ..read more
Visit website
Answered: How to read Basic information (Model, Manufacturer) of Home Automation compliant devices
Digi Forum » Python
by
1y ago
The software you are working with is not a finished application for working with the Home Automation profile. It is a general library for communicating with the Digi XBee modules. You will need to look at the profile you are working with to determine how to connect to it and what is needed to send data over it ..read more
Visit website
Answered: How to discover/pair ZHA compliant Zigbee devices with Xbee python library
Digi Forum » Python
by
1y ago
You are going to need to do a mixture of https://xbplib.readthedocs.io/en/latest/user_doc/discovering_the_xbee_network.html?highlight=Zigbee%20device%20object%20discovery#configure-the-standard-discovery-process and https://xbplib.readthedocs.io/en/latest/_modules/digi/xbee/models/zdo.html?highlight=Zigbee%20device%20object%20discovery ..read more
Visit website
Answered: Remotely update python file when Xbee3 in micropython mode
Digi Forum » Python
by
1y ago
Yes there is but you do need to follow the steps outlined at https://www.digi.com/resources/documentation/digidocs/90001539/#containers/cont_ota_upgrade.htm?TocPath=OTA%2520firmware%252Ffile%2520system%2520upgrades%257C_____0 ..read more
Visit website
Answered: connectport x2 upload file
Digi Forum » Python
by
1y ago
You can upload via a Telnet connection or an FTP client ..read more
Visit website
Xbee3 Resetting Each Loop
Digi Forum » Python
by
1y ago
Hi, I screwed up with a if statement in micropython and now my Xbee3 module is executing the machine.reset() line each loop with no delay. I have tried to write to the module to resolve the mistake, but because it is in this reset loop it is unreachable. I went to the XCTU level and it will not even find the module. Any recommendations on how to break out of this rest loop so I can push the correct code to it, or is the module toast forever? Thank you ..read more
Visit website
ImportError: no module named ????
Digi Forum » Python
by
1y ago
Hello, i am trying to test the UART connection in the xbee grove board, but when I am trying to import the UART LIBRARY i have this error "ImportError: cannot import name UART". I have this error with many other libraries like digi so I need a way to import the class or the library to the lib file in the file manager of XBee or if there is another good solution for my problem. i need this lib to make the connection between xbee3 and esp32 so it is very important to use this library. Thanks ..read more
Visit website
Answered: Python Setup with SX modules
Digi Forum » Python
by
1y ago
what is your actual module? XB9X something? I do not see those having on-board python support. So you would be developing a python project on a pc that would communicate with a connected module? The part of python instructions I looked at that had the CAFE and CH instructions were not for the SX chips. I think they fall under the "DigiPoint devices" section. Also, I don't believe specifically having it be CAFE is a requirement for the python programs, it looks more like a convenient testing name. Like naming your wifi "TEST_WIFI". As long as all your modules use the same ID and HP values th ..read more
Visit website
Answered: Python Setup with SX modules
Digi Forum » Python
by
1y ago
Even the 900MHz units have different channels. Page 72 might be of use: https://www.digi.com/resources/documentation/digidocs/pdfs/90001477.pdf In my usage of the the 2.5ghz units, I usually leave those 2 settings at the default. I believe they have to match through all your units for them to communicate with each other ..read more
Visit website
Connectport x2 upload file
Digi Forum » Python
by
1y ago
Hello all, I would like yo know if there is any possibility to upload a file to /WEB/python without the connectprog.exe application? Is there any kind of REST service so I can POST the file? Many thanks ..read more
Visit website

Follow Digi Forum » Python on FeedSpot

Continue with Google
Continue with Apple
OR