-
Notifications
You must be signed in to change notification settings - Fork 22
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
Binding does not work with Gree Clivia #76
Comments
Could you show the full debug logs please. @gliter . |
This may be solved in #92 |
@cmroche sorry for late response. There is really nothing to share.
but when you send the bind package there is no data received back on socket. Thats great about #92 personally I am using OpenHab with Java binding but if this is work I hope you dont mind me or someone porting it there. |
@cmroche Hi!, i have tested PR #92, but discovery is not working there.
Throws greeclimate.network - ERROR - Cipher object not set, cannot decrypt data. During testing i discovered that the discovery process should be processed as before. But using bind() method when we have a discovered device/devices we should use another GCM encryption to communicate with. We can simply provide cipher in search_on_interface() method: also we need to declare him in send() method:
this way on the first case -> discovery we will always use CipherV1 for discover devices |
@scharfi49 There was a bug, as you found :) Would you please test again and report any other issue over here #92 (comment) |
Binding does not work with Gree Clivia. The AC does respond to scan package but then does not respond to bind package.
Wireshark shows no response.
The text was updated successfully, but these errors were encountered: