Peter Truman

Results 78 comments of Peter Truman

Now **that** appears to be doing something... Ran this: `curl -vv -X POST --data '{"device_id":"REDACTED","device_sub_id":0,"req_id":"","modified_by":"","set_level":"03","list":["iu_onoff","iu_op_mode","iu_fan_spd","iu_set_tmp","iu_af_dir_vrt","iu_af_swg_vrt","iu_af_dir_hrz","iu_af_swg_hrz","ou_low_noise","iu_fan_ctrl","iu_hmn_det_auto_save","iu_min_heat","iu_powerful","iu_economy","iu_err_code","iu_demand","iu_fltr_sign_reset"]}' 'http://DEVICE_IP/GetParam' ` **NOTE** that at this point, I'd left the sensor **ON**. Got this: `{"value":{"iu_onoff":"0","iu_op_mode":"0","iu_fan_spd":"2","iu_set_tmp":"230","iu_af_dir_vrt":"1","iu_af_swg_vrt":"1","iu_af_dir_hrz":"65535","iu_af_swg_hrz":"65535","ou_low_noise":"0","iu_fan_ctrl":"1","iu_hmn_det_auto_save":"1","iu_min_heat":"0","iu_powerful":"0","iu_economy":"0","iu_err_code":"0","iu_demand":"0","iu_fltr_sign_reset":"65535"},"read_res":"ack","device_id":"REDACTED","device_sub_id":0,"req_id":"","modified_by":"","set_level":"03","cause":"","result":"OK","error":""}`...

So, queried: curl -vv -X POST --data '{"device_id":"REDACTED","device_sub_id":0,"req_id":"","modified_by":"","set_level":"03","list":["iu_wifi_led","iu_af_inc_hrz","iu_af_inc_vrt","iu_indoor_tmp","iu_outdoor_tmp","iu_hmn_det","iu_main_ver","iu_eep_ver","iu_has_upd_main","iu_has_upd_eep","iu_fld_set80","iu_has_hmd_snsr"]}' 'http://deviceip/GetParam' Got: {"value":{"iu_wifi_led":"0","iu_af_inc_hrz":"0","iu_af_inc_vrt":"4","iu_indoor_t mp":"7400","iu_outdoor_tmp":"7600","iu_hmn_det":"1","iu_main_ver":"E101V03P00L02 -1","iu_eep_ver":"E000V01P00L01-1","iu_has_upd_main":"1","iu_has_upd_eep":"1","iu_fld_set80":"65535","iu_has_hmd_snsr":"65535"},"read_res":"ack","device_id":"REDACTED","device_sub_id":0,"req_id":"","modified_by":"","set_level":"03","cause":"","result":"OK","error":""} On Fri, 8 Aug 2025 at 06:24, John Vines ***@***.***> wrote: > *ohshazbot* left a comment (danielkaldheim/ha_airstage#60)...

Well I didn't check the Airstage app but the sensor was "ON" for that device. I turned it off and got same result. Changing the param name ("sensor") resulted in...

Ah, I have FINALLY been able to get network level trace on my LAN. The value in question appears to be: iu_hmn_det_auto_save which is set to 1 when being turned...

iu_err_code is prob also going to be helpful for "one of your units wants hot, one cold" - I can prob stimulate that in a bit.

I've added the repo to my HACS repo list - but if I download the fork, will it just "assume" the integration or do I need to do anything? I...

Now seeing this: And when I update human sensor from the Airstage app it IS reflecting in Home Assistant a few seconds later.

\o/ On Thu, 16 Oct 2025, 19:47 John Vines, ***@***.***> wrote: > *ohshazbot* left a comment (danielkaldheim/ha_airstage#60) > > > Thanks Peter, this has been added to mainline, released with...