Airtouch 5 Integration (Aus)

ok i just tested and this is the result

  • wifi on and internet access blocked on the firewall, airtouch 5 app will not open and will keep showing message that it cannot download data and for you to retry or re-download app.
  • wifi off app launches without any issues and works.

there is absolutely no reason for it to not work if wifi is on but internet access is not accessible. The developers of this app for whatever bizarre reason deliberately coded the app behaviour to be like this.

far from ideal.

I put some constraints on my AirTouch 4 tablet, which wants to talk to IP addresses in China as well as to Polyaire.

@smitcoracing I had Airtouch 5 installed at my property last week and the installer has done a basic job of installing and explaining how the system works.

What is the best way for me as a use to ensure the system has been installed and configured the best possible way for my property. There are also some specific questions about the system which I have and my installer is not able to respond to them, wondering if I could speak about them with you.

Thanks

1 Like

Hi all

Is there anyway to expose the timer settings to home assistant (from the api).

Can automate it within HA but it would be ideal if the console and HA were in sync here

The programs are not included in the official API, although they do sync to the app (unlike favourites) so there must be a hidden API for them.

Iā€™ve set up programs in Home Assistant using the Scheduler custom integration and custom automations. I found that more flexible to do things like adjusting the target temperature based on the current electricity tariffs. I no longer use the console programs at all.

If programs were available in Home Assistant how would you expect them to work? Just as on off toggles, or are you looking for more advanced controls?

Would just be after replication of the on/off timer. Nothing special - all other features are avaiilable from the HA integration , but I have to get up to the panel to set an off timer before bed.

Will look into the scheduler integration you posted, but my method in programming everything i have in HA is to lose not any capability in original method (e.g. light switches still work).

In an ideal way, i would set up a on/off timer that is visable and editable on the console itself

EDIT: Just read your username - here i am digging into your Github API in the background for some more insight haha

Iā€™ve done some digging tonight. I think I can make some updates to the extension to expose the quick timer as a service/action in Home Assistant. Iā€™ll let you know once I have something to test.

Thanks mate, interested to see how this goes and how you did it. Ive found a copy of Comms protocol 1.2 and it very much does not make any comments on the function (just a status message of on or off)

@Dsx2 Iā€™ve published v1.2.0-rc1 which includes time entities for the on and off quick timers. There are also a couple of custom services to set the timer to trigger after a specified delay (similar to pressing and holding on the AirTouch console power button) and clear an active timer.

You can find more info about the new features in the README

You may need to enable the HACS pre-releases switch for the airtouch integration to see the update. It is called switch.polyaire_airtouch_pre_release for me.

Let me know whether this lines up with what you wanted.

v1.2.0 of the integration is now officially released.

The new feature is support for seeing the current On/Off Quick Timers set from the AirTouch console and also setting the timers. This feature is available for both AirTouch 4 and AirTouch 5 systems.

Hi everyone, Iā€™m new to AirTouch 5, had a few teething problems after install, was set up incorrectly by installer and Iā€™ve sorted most issues out now.

The spill zone has been a continuous issue for me, spill zone was originally set up in master lol.

My system (18kw Mitsubishi Electric / 9 zone with ITSā€™s) goes into spill very quickly after reaching set temp, the spill room is so so cold < 3 from set point.

My questions are:

  1. If I were to create 2 spill zones, does this then split (50/50) of the airflow 50% ?

  2. When setting the spill zone room temp higher to compensate for the cold will the spill air / room then reach the set temp ?

  3. The aircon fan is set to High via Mitsubishi controller, by setting it back to standard will this reduce the spill airflow / temp. I find my system is spilling within 2 hours running with 5+ zones open until they close?

  4. Or is the answer to install a bypass, or suck it up?

  5. Installing a Bypass Pros / Cons etc ?

Thanks in advance :pray:t2:

I have sent you a PM and will be able to help you with all

Hi, just doing a full reinstall of HA and now getting to Airtouchā€¦have tried multiple versions but no joy detecting any ITC or zones, just the console and MHI main unit. It asks for the spill zone, so it knows the zones are there, and also has the quick timers. Have been through the delete/add/reboot cycly a few times. Probably doing something really dumb. Any help appreciated.

There was an API breaking change in Home Assistant 2024.11 that is causing errors during initial set up for the integration. See AttributeError: module 'homeassistant.helpers.area_registry' has no attribute 'normalize_name' Ā· Issue #12 Ā· TheNoctambulist/hass-airtouch Ā· GitHub for details.

Iā€™m planning to publish an update over the weekend to address this. If you want to get going ahead of the fix, as a workaround you could try running the set-up using an older Home Assistant version and then upgrading Home Assistant.

1 Like

@azaghul33 Iā€™ve released v1.2.1 of the integration with a fix for this issue. Let me know if you still see any errors after upgrading to this version.