Dror Eiger
Dror Eiger
Which value are you getting when querying t_control_value? Let's try to decrypt it. My guess is that you should just update the specific bits in the buffer that are relevant...
Can you attach here the value you're getting when querying t_control_value? Like you did before, with the ...`hisense.py:695] Decrypted: `...
`3014734` means: ``` t_fan_speed MEDIUM t_power ON t_work_mode FAN t_temp_heatcold OFF t_eco OFF t_temp 23 t_fan_power OFF t_fan_leftright OFF t_fan_mute OFF t_temptype CELSIUS ``` Try passing `2621518`, and it should...
I might have finally got it. They have this thing called "enable bit" before each of the values (that also explains why there are bit skips). You need to toggle...
Preferably do the sniffing using Packet Capture, after allowing it to install a certificate and use a MITM to decrypt the traffic. It works better on old Android versions, in...
Is the communication between the AC and the server run in TLS? Which server is it contacting? I wouldn't be surprised if the AC didn't check the certificate, to avoid...
Most (though not all) Hisense A/Cs use Fahrenheit in their API, even if the displayed temperature is in Celsius. It's a bit strange, but the general motivation is that Fahrenheit...
@byxil I've added hismart-eu to the list. After updating, please delete the config files (located under the hisense dir in homeassistant) and restart the add-on to force recreation. Alternatively you...
Is [this](https://play.google.com/store/apps/details?id=com.fujitsu.fglair) the app? This error means that the authentication failed. In the app it does work?
Yes. You need to first configure the A/C in the app, once. Then the discovery will be able to fetch the encryption key from Ayla Network's server, and use it...