-
Notifications
You must be signed in to change notification settings - Fork 74
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
Unknown firmware TEMPer2_V3.7 #32
Comments
This worked for me: Change
to
and this if vendorid == 0x0c45 and productid == 0x7401: to if vendorid == 0x0c45 and productid == 0x7401: Results in |
On 2022-03-31 01:13, John H wrote:
This worked for me:
Change
|if info['firmware'][:12] in [ 'TEMPerX_V3.1', 'TEMPerX_V3.3' ]:|
to
|if info['firmware'][:12] in [ 'TEMPerX_V3.1', 'TEMPerX_V3.3',
'TEMPer2_V3.7' ]:|
Results in
***@***.***:~/Downloads/temper $ sudo ./temper.py --force 0424:2514
--verbose Firmware query: b'0186ff0100000000' Firmware value:
b'54454d506572325f56332e3720202020' TEMPer2_V3.7 Data value:
b'80800d544e20000080010af04e200000' Firmware query:
b'0186ff0100000000' Firmware value:
b'54454d506572325f56332e3720202020' TEMPer2_V3.7 Data value:
b'80800d4e4e20000080010ae94e200000' Bus 001 Dev 002 0424:2514
TEMPer2_V3.7 34.12C 93.42F - 28.00C 82.40F - Bus 001 Dev 003 0424:2514
TEMPer2_V3.7 34.06C 93.31F - 27.93C 82.27F -|
Thanks
That did work for me.
… Message ID: ***@***.***>
|
Hi
I tried temper.py but I get this error:
Bus 001 Dev 022 1a86:e025 TEMPer2_V3.7 Error: Unknown firmware TEMPer2_V3.7: b'808009b74e2000008001090e4e200000'
Any idea what I can try?
The text was updated successfully, but these errors were encountered: