Skip to content

thesheehans/airtouch2p-nodered-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

airtouch2p-nodered-mqtt

Beginnings of Node RED flow to sit between an Polyaire AirTouch 2+ controller and Home Assistant via MQTT

Note

A native Python Home Assistant custom component has been completed and tested:

https://github.com/nathanvdh/homeassistant-airtouch2plus

Consider using this instead of this Node RED Flow

Development

  • Status
    • AC
      • AC power state
      • AC mode
      • HA Action
      • AC fan speed
      • Setpoint
      • Temperature
      • Turbo
      • Bypass
      • Spill
      • Timer status
      • Error codes
    • Groups
      • Power state
      • Open percentage
      • Turbo support
      • Spill
    • Extended Messages
  • Control
    • AC
      • Power setting
      • Mode
      • Fan speed
      • Setpoint
    • Groups
      • Power
      • Percentage

Instructions

  1. Import the flow.json
  2. Set your AirTouch 2+ controller IP on the two TCP nodes
  3. Set your MQTT broker configuration
  4. Check MQTT and wait for status message, or hit 'Status Message' inject on flow

MQTT Topic

States will be published to:

home/airtouch2p/<AC Number>/#

If you only have one AC, this should be:

home/airtouch2p/0/#

To see any messages, subscribe to:

home/airtouch2p/#

Home Assistant

Configuration

To use the built-in climate card, add the mqtt configuration to your favourite location, best to try configuration.yaml first and move it later.

https://github.com/thesheehans/airtouch2p-nodered-mqtt/blob/main/mqtt_configuration.yaml

Screenshot of Home Assistant Climate Card

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published