Your work is awesome! The last part of automation what is currently missing from my home is the component to control my Cascade Bora air conditioner. It has wifi support, and does communicate via a very terrible app called Ewpe Smart. (https://play.google.com/store/apps/details?id=com.gree.ewpesmart) Can somebody help me?
I have extracted it from app’s database on my Android phone. It is similar to Xiaomi’s procedure, the only difference is that you need to look for the different app.
I was able to capture the traffic from the android app.
I’ve got multiple keys. which one is the unique key?
I’ve got “appId”, “vc” ,“datVc”, token and etc…
You need to extract token. App sends the key and then device responds with it’s token. It was just easier for me to use rooted android phone and to get token from the Ewpe app database
Good news everyone. Here’s the properly working version of the component for the aircon https://github.com/srozb/HomeAssistant-GreeClimateComponent/ which doesn’t requires extracting the key (it can get it from the aircon)
Worth mentioning that it has one small bug that I hope will be fixed very soon, you need to be 100% sure that your aircon is onliine, otherwise HA may freeze and not show it’s web interface at all.
It is very good to have this plugin for HomeAssistant, but can you help with how to make tools easier without importing HomeAssistant lib and without MQTT? I would use it with nativ Domoticz, with python query script.
I installed the gree-python-api program, but I can’t use it. I know the IP address of the climate, mac address, and Unique Key.
Unfortunately, I’m not a python programmer, but if I have a little bit of code, I can add it to the full functionality.
(I haven’t found any other notice to you, sorry if I wrote the wrong place.)
Thanks for your Help.!