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
- 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
- AC
- Control
- AC
- Power setting
- Mode
- Fan speed
- Setpoint
- Groups
- Power
- Percentage
- AC
- Import the flow.json
- Set your AirTouch 2+ controller IP on the two TCP nodes
- Set your MQTT broker configuration
- Check MQTT and wait for status message, or hit 'Status Message' inject on flow
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/#
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.