-
Notifications
You must be signed in to change notification settings - Fork 24
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
I cannot read characteristics. #4
Comments
I could not compile easily the dependencies of this library, but by attempting to use the the thermostat with gatttool as described here http://torsten-traenkner.de/wissen/smarthome/heizung.php ...it looks like I cannot even authenticate with the PIN. It might be that the newer firmware has slightly different characteristics. |
And I confirm. I used the HCI snooping as described in the link above and I realized that to write the PIN it writes 0x0048 instead of 0x0047 The expect script in the link above (once amended to use 0x0048 for the PIN) then has a way of reading and setting the current temperature, but that fails too (well, it succeeds in reading something that is not my set temperature). I assume that address is changed too. The naive "+1" on the address did not work (it reads something else). |
Hi, |
Hello, I can set the temperature and read the temperature perceived by the thermostat (not very useful, it's naturally higher than ambient temp) with some changes to the expect script in the link a few posts up I published the version I am using here: |
char-read-hnd 0x003f I don't know what's wrong. Maybe the characteristics are different? |
It could be that you have a different firmware. |
Mobile app is working good on my iphone. |
Sorry, I never came back to this, but now that GATT support on python seems to be improving I am playing with the idea of making a little library. |
Hi,
Looks that I cannot read characteristics from cometblue device from Lidl FW 0.0.9.silvercres.
Via gatttoll I'm able read all characteristics.
So I don't know, if I'm using some bad library or where is problem. How can I test reading characteristics by pygattlib?
OS: raspbian jessie 8.0
HW: Raspberry PI zero W
The text was updated successfully, but these errors were encountered: