Hello everyone, I am unable to integrate the Intesishome PA-AW-WIFI-1TE into Home Assistant. I have a Panasonic air-to-water heat pump WH-MDC05F3E5. Is my system even supported?
Confirm that the IntesisHome custom integration (IntesisHome WiFi AC Control - #432 by jnimmo) works with the anywAiR Wifi AC unit “IS-IR-WIFI-1” connected to a Fujitsu split system model ASTG24KMCA. The connection has been stable without dropouts.
Notes on setting up:
- Connected the Wifi AC unit to the anywAiR iOS app by following the wifi unit setup instructions. I found the instructions to be generic and not specific to an AC model. I had to register an anywAiR app account, and finalising the setup required a bit of trial and error to find the right subfamily-model setting that worked with my AC unit.
- Installed latest 1.1.0 version IntesisHome custom integration via HACS, remembering to restart HA afterwards. Configured the IntesisHome setup using the intesishome_local option, entered the ip address for the wifi AC unit and used Username: admin Password: admin
- No separate intesis cloud account etc. is required
- All the AC controls work using Climate card on HA core 2024.12.5
2 Likes
Add this to the config.yaml to create the sensor, check Developer tools > states for the climate entity attributes, edit naming as required.
- platform: template
sensors:
ac_actual_temp:
unique_id: ac-act-temperature
friendly_name: "Aircon Actual Temperature"
value_template: "{{ state_attr('climate.<your_device_name>', 'current_temperature') }}"
unit_of_measurement: "°C"