Dror Eiger
Dror Eiger
I pried into the Hi-Smart Life app, and it seems entirely different. It is not based on aylanetworks code, but has something by xinlianfeng. I'm afraid if none of the...
Cool! I couldn't find any mention for MQTT within the current app, but it is definitely worth a shot. If you could configure it to work against an MQTT broker...
Unfortunately the actual parsing logic here is hidden in the JNI-wrapped libhisense.so file, in functions like Java_com_xinlianfeng_android_livehome_hisense_ProtocolNative_parsePara and Java_com_xinlianfeng_android_livehome_hisense_ProtocolNative_buildPara. Likely the best option to analyse the entire protocol would be...
It's surprising that in this protocol they use Celsius, in the AEH-W4B1 protocol they rely on Fahrenheit. If you get the entire protocol working I may be able to integrate...
In AEH-W4B1 everything is Fahrenheit, there is a parameter for changing the mode to Celsius, but it only affects the display on the AC. Here is what I need: -...
Thanks, I'll start merging it into the script.
There are significant code changes, it's hard to exactly as the code when through some sort of obfuscation processing. OTOH, I'd be surprised if the protocol itself has significantly changed,...
@bannhead, Nice! The protocol for AEH-W4B1 is entirely different, no chance for it to work.
Is the air conditioner IP address correct? I'm a bit surprised that these are not RFC 1918 addresses.
It might be. Are you able to reach http://158.134.10.155 through your browser?