Tamas Karpati
Tamas Karpati
@dulemis unfortunately my device doesn't have that feature and I didn't manage to capture the related communication. If your device can do that and the mobile app show this temperature,...
@DeadF Hi, I've updated the script to have a new `--verbose` switch to enable debug logging. Please try to run that and share the output here to find out why...
I see the problem, the script looks for `cid` in `pack`, which is empty. I'll improve the logic by taking `cid` from `resp` in this case. Edit: I've just updated...
Hi @rjsvieira, The current implementation is very simple and may not be usable in all scenarios. It sends out a broadcast packet to the connected network and waits for responses...
Closing this due to inactivity.
Hi, I didn't capture the communication sequence of this, but it would be awesome if we could add this to the documentation. If you have the time you can try...
@marius-nicolae please try the script with `--verbose` and paste its output here. `python3 gree.py --verbose -b search`
@marius-nicolae I've updated the script to print more details before trying to decrypt the response. Please run the verbose search command again and paste the whole output here. It should...
Unfortunately, I've disassembled the latest version of the Android app but didn't manage to find out if there is a new encryption key for these new units. There is a...
Hi, Thanks for the info, I'll check this with my AC units. Also, I've tested the invalid command packets and my units don't respond to them. Probably this behavior is...