-
Notifications
You must be signed in to change notification settings - Fork 78
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
Support for TEMPerGold (3553:a001) #134
Comments
Thanks @BeyondAeon! Please can you
Thanks for contributing! |
Hi, The cli.py doesn't work for me, gives me a error, added added (0x3553, 0xa001), to VIDPIDS in temper.py Attached zip file with Windows wireshark USB capture and screenshot of windows program. |
I have a new TEMPer2 (also 3553:a001) and I get the exact same issue. (myenv) pi@raspberrypi-stove-v2:~/temper-python $ lsusb I have also made the changes: added (0x3553, 0xa001) to VIDPIDS in temper.py After these changes it finds the device but it fails to read the data. Here the output from temperusb.cli: (myenv) pi@raspberrypi-stove-v2:~/temper-python $ sudo /home/pi/myenv/bin/python -m temperusb.cli -v During handling of the above exception, another exception occurred: Traceback (most recent call last): Any help much appreciated :) |
I do have the very same problem as #134 (comment) with my new TEMPer2V4.1 <DEVICE ID 3553:a001>, this is what I treid: master...by:temper-python:master |
P.S.: Here is the reply of
|
P.S.2: Solved by returning the device. |
Hi I've Picked up 3 Temper sensors & Tried to get them working.
I've added the USB ID to the devices
It Detects the Device and then Raises A Timeout and Dies.
I'm not great with Python or USB Protocol, But I have a Wireshark USB cap of the windows Software talking to the device.
I can provide the capture if it would help....
The text was updated successfully, but these errors were encountered: