-
Notifications
You must be signed in to change notification settings - Fork 7
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
"Found device", then no output #2
Comments
Just now an output happend:
But the values don't seem quite right. The device was built on 03/21, maybe they changed the encryption? |
Quiet possible - my device is a few years older, so maybe something changed. |
The first output appeared instantly ("Found device"), the output with values appeared after around 30 seconds. If i find something out, i will report back. |
Same issue with the replaced device. They seem to have updated the firmware. |
Henryk Plötz used the ZG application for windows in his blog. The software he linked (v1.0.0) doesn't work with my device, but the latest version 2.4.4.7 does work. So they must have changed something. |
Similar for me - bought an TFA CO2Monitor 2021-11, plugged it in, installed
The hardware info returned by sysinfo on the Mac about the CO2Monitor USB device is:
|
Sorry to hear that :-( If I find some time I might decompile the latest windows binaries and try to figure out what's going on. I don't own a newer device, so this issue is hard to track down... |
No reason to be worried, you provided it kindly, it’s open source. Any way I can help debugging this? Unexperienced with USB debugging but I have basic tech skills and with sufficient thrust I can do some gdb … |
It could help to capture the traffic between the windows binary and the device. If you want to have a go at it, see https://desowin.org/usbpcap/ |
Contacted you via email. |
Interesting... the captured data looks very familiar.
So I guess they only changed the sensor/controller and it is sending data that we can't decode. |
The newer units report different values for iSerial and bcdDevice ...
There's no change in the data format but it turned out that the newer units do not longer "encrypt" the data.
|
@mnhauke, just tried your changes and they work with my device. Thank you!
|
Ah, great catch - I'll try to come up with a version that conditionally decrypts depending on the usb meta data |
Hello,
when i start the binary, the only output i get is "Found device", then nothing happens.
Any idea why it doesn't work?
Thanks!
Best regards,
Kevin
The text was updated successfully, but these errors were encountered: