-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade error #103
Comments
Could you tell us which XBee are you using? Firmware and hardware version? |
Hello, Thanks |
Same error for me using XBee S2C with firmware 9002. Had to downgrade to version |
This is a bug, the problem is the synchronous sleep is not supported in DigiMesh S2C modules nor in XBee 3 3001 firmware version. This means the I will open a PR to fix this in master. It will be released in the next version of the library. Thank you @aleism2007 and @rasaffie. |
DigiMesh XBee S2C and XBee 3 3001 firmware versions does not support synchronous sleep, so 'SS' command fails because it is not included. #103 Signed-off-by: Tatiana Leon <tatiana.leon@digi.com>
Hi @aleism2007 and @rasaffie, Thanks for reporting this issue. We fixed it in In the meantime, you can download the source code from the master branch and install the library from there (see instructions at https://github.com/digidotcom/python-xbee/blob/master/README.rst#install-from-source). Sorry for the inconvenience. Best regards. |
hello, update to version 1.3 and now I can't run any examples
i have this error:
Traceback (most recent call last):
File "DiscoverDevicesSample.py", line 70, in
main()
File "DiscoverDevicesSample.py", line 34, in main
device.open()
File "D:\Users\Alejandro\AppData\Local\Programs\Python\Python37-32\lib\site-packages\digi_xbee-1.3.0-py3.7.egg\digi\xbee\devices.py", line 2043, in open
File "D:\Users\Alejandro\AppData\Local\Programs\Python\Python37-32\lib\site-packages\digi_xbee-1.3.0-py3.7.egg\digi\xbee\devices.py", line 2065, in _do_open
File "D:\Users\Alejandro\AppData\Local\Programs\Python\Python37-32\lib\site-packages\digi_xbee-1.3.0-py3.7.egg\digi\xbee\devices.py", line 509, in read_device_info
File "D:\Users\Alejandro\AppData\Local\Programs\Python\Python37-32\lib\site-packages\digi_xbee-1.3.0-py3.7.egg\digi\xbee\devices.py", line 528, in _determine_role
File "D:\Users\Alejandro\AppData\Local\Programs\Python\Python37-32\lib\site-packages\digi_xbee-1.3.0-py3.7.egg\digi\xbee\devices.py", line 1584, in dec_function
File "D:\Users\Alejandro\AppData\Local\Programs\Python\Python37-32\lib\site-packages\digi_xbee-1.3.0-py3.7.egg\digi\xbee\devices.py", line 2121, in get_parameter
File "D:\Users\Alejandro\AppData\Local\Programs\Python\Python37-32\lib\site-packages\digi_xbee-1.3.0-py3.7.egg\digi\xbee\devices.py", line 225, in get_parameter
File "D:\Users\Alejandro\AppData\Local\Programs\Python\Python37-32\lib\site-packages\digi_xbee-1.3.0-py3.7.egg\digi\xbee\devices.py", line 315, in __send_parameter
File "D:\Users\Alejandro\AppData\Local\Programs\Python\Python37-32\lib\site-packages\digi_xbee-1.3.0-py3.7.egg\digi\xbee\devices.py", line 334, in _check_at_cmd_response_is_valid
digi.xbee.exception.ATCommandException: There was a problem sending the AT command packet.
The text was updated successfully, but these errors were encountered: