-
Notifications
You must be signed in to change notification settings - Fork 15
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
Doesn't work for new Cync accounts #7
Comments
I do not have a Cync account. I am not sure how the new 2FA is implemented. |
Have a look at https://github.com/unixpickle/cbyge/. By the way, do you have a Discord or Home Assistant forums account? I was able to obtain a JSON string from that project, but I'm not sure how to use it, and I don't want to send my token in public. |
Hi --- I've been working on a script which bridges the Cync bluetooth mesh to mqtt. I converted the 2FA login procedure from the above Go code to python. I've made the early script public here: https://github.com/juanboro/cync2mqtt -- you can find the procedure in src/acync/init.py -- app_meshinfo_to_json. |
That's great, now I just need to figure out how to use it for my Direct Connect bulbs. |
Even the direct connect bulbs are able to be controlled by BTLE light switches. I wonder if there is a way to simulate the way those switches interact with the bulbs? They are able to do on/off, brightness, and white point tuning. |
So... any update on this? It's annoying to have my smart lights being dumb, and I know it is possible. |
Cync accounts need 2fa, which hasn't been implemented here yet. Either it should support 2fa, or accept tokens obtainable from https://github.com/unixpickle/cbyge.
The text was updated successfully, but these errors were encountered: