Installation Guide¶
This guide will walk you through the process of installing the ActronAir Neo integration for Home Assistant.
Prerequisites¶
Before installing the ActronAir Neo integration, ensure you have:
- A working Home Assistant installation (version 2023.1.0 or newer)
- An ActronAir Neo air conditioning system
- Your ActronAir Neo account credentials (username and password)
- Network connectivity between your Home Assistant instance and the internet
Installation Methods¶
There are two ways to install the ActronAir Neo integration:
Method 1: HACS (Recommended)¶
The Home Assistant Community Store (HACS) provides an easy way to install and update the integration.
- Ensure you have HACS installed on your Home Assistant instance
- Navigate to HACS in your Home Assistant sidebar
- Click on "Integrations"
- Click the "+" button in the bottom right corner
- Search for "ActronAir Neo"
- Click on the integration and then click "Download"
- Restart Home Assistant after the installation is complete
You can also use this button to directly open the repository in HACS:
Method 2: Manual Installation¶
If you prefer to install the integration manually:
- Download the latest release from the GitHub repository
- Extract the contents
- Copy the
custom_components/actronair_neo
folder to your Home Assistant'scustom_components
directory - Restart Home Assistant
# Example commands for manual installation
cd /tmp
wget https://github.com/domalab/ha-actronair-neo/archive/refs/heads/main.zip
unzip main.zip
cp -r ha-actronair-neo-main/custom_components/actronair_neo /path/to/your/homeassistant/custom_components/
Replace /path/to/your/homeassistant/
with the actual path to your Home Assistant configuration directory.
Verifying Installation¶
After installation and restarting Home Assistant, you should be able to add the ActronAir Neo integration through the Home Assistant UI:
- Navigate to Configuration > Integrations
- Click the "+ ADD INTEGRATION" button
- Search for "ActronAir Neo"
If the integration appears in the search results, the installation was successful.
Troubleshooting Installation Issues¶
If you encounter issues during installation:
- Check the Home Assistant logs for any error messages
- Ensure your Home Assistant version is compatible (2023.1.0 or newer)
- Verify that the integration files are in the correct location
- Make sure you have restarted Home Assistant after installation
For more detailed troubleshooting, see the Troubleshooting Guide.
Next Steps¶
After successful installation, proceed to the Configuration Guide to set up your ActronAir Neo integration.