-
Notifications
You must be signed in to change notification settings - Fork 10
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
SwitchBot Blind Tilt #16
Comments
There is a PR in progress sblibs/pySwitchbot#181 that might be helpful to provide some insight |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there a reason why the position information is now only available by BLE request instead of being sent in the Service Data section of the Advertisement, like it is for the curtains? Would it be possible to make it the same a the Curtain device as that works so well? |
Could we get some documentation on packet of the basic information response? pySwitchbot is currently reporting incorrect tilt data from a |
So, are you saying that you are seeing the blind tilt position in the advertisement data? |
OK, so update my Blind Tilt to version 2 firmware and I now see the position data in the Manufacturer data. So, no longer need a time consuming BLE command to get the position. Thanks to the SwitchBot team for doing that. Could the format of the Manufacturer data be published to make it easier to decode all the information? |
@AdyRock here's code documentation from pySwitchbot of the advertisement data: https://github.com/Danielhiversen/pySwitchbot/blob/34125596d12a94a052cbcb6701778c48a20f8a83/switchbot/adv_parsers/blind_tilt.py#L5 |
If someone builds the doc, I will accept it as a PR on here. |
Is that a joke? How is anyone going to build the doc without the needed documentation about the Bluetooth commands and data structures that only SwitchBot, your employer, has? |
@ndbeals I don't work for SwitchBot. I just maintain these repos for them. |
I see, that's nice of you, thanks for the community contributions. Am I understanding correctly that this organization, OpenWonderLabs, is not affiliated with switchbot? The 2.0 firmware possibly has a bug (#23) and there not being any official info, I'm not sure how feasible it is for anyone to make documentation. FWIW I don't even know how the guy over at pySwitchBot even came up with the code he does have. Was he just attempting trial and error to figure out the binary format of the Bluetooth messages? Or maybe he has access to switchbot documentation. |
Possibly trial and error as that is how I decoded the position information. Basically just moved the blinds to different known positions and watched the data to spot the patterns. |
@ndbeals This is the official SwitchBot organization, but they only monitor when the have updates from what I have experienced. |
Current Situation
Add support for SwitchBot Blind Tilt
Proposed Change
Add support for SwitchBot Blind Tilt
Additional Context
No response
The text was updated successfully, but these errors were encountered: