pawelb
pawelb
There are many of empty data: ```bash W0421 20:05:32.917 hisense.py:695] Decrypted: {"seq_no":1542,"data":{"name":"f_electricity","base_type":"integer","value":3}} W0421 20:05:32.986 hisense.py:695] Decrypted: {"seq_no":1543,"data":{"name":"f_e_arkgrille","base_type":"boolean","value":0}} W0421 20:05:33.151 hisense.py:695] Decrypted: {"seq_no":1544,"data":{"name":"f_e_incoiltemp","base_type":"boolean","value":0}} W0421 20:05:33.322 hisense.py:695] Decrypted: {"seq_no":1545,"data":{"name":"f_e_incom","base_type":"boolean","value":0}} W0421 20:05:33.502 hisense.py:695]...
I've added also one more field: ```py t_control_value: int = field(default=50, metadata={'base_type': 'integer', 'read_only': True}) ``` but no idea what is it ;]
My app is HiSMart LIfe params looks like that: https://privatebin.2.cloud.mns.pl/?1da290dda4559efe#34SuKE3GIpEDwNJqvCre+QXbpZu2IQYNo6NtDsGZRoU= But cant find nothink about temperature
It seams that the t_control_value is current temp. But dunno how to convert it to celcius unit. Its changing when current tem is changing.
no, t_control_value looks like current tem in the room. f_temp_in is the set one. And yes f_temp_in is celcius. t_control_value is the only one property that is changing during the...
Well you're right. t_tem_in is temperature from the room. Dunno how I was looking at this before :o So now only one is missing is temp which is set.
Ok, I've got no idea how to decrypt this value. Nothing seams to be working ;( Maybe you will find something...
Honestly I dont know how to implement this to decode t_control_value :D
Ok, now i get it ;] It looks that I forgot basics ;]
Yes I count from 0 ;]