This is a custom integration for Home Assistant to integrate the Actron Air Neo system.
- Ensure that HACS is installed.
- Go to HACS > Integrations.
- Click on the three dots in the top right corner and select "Custom repositories".
- Add the repository URL:
https://github.com/kclif9/hassactronneo
and select "Integration". - Find "Actron Air Neo" in the list and click "Install".
- Download the
custom_components
directory from the latest release. - Copy the
custom_components/actronair_neo
directory to your Home Assistant configuration directory.
- In the Home Assistant UI, navigate to
Configuration
>Devices & Services
. - Click the
+ Add Integration
button. - Search for
Actron Air Neo
and follow the setup instructions.
- Climate Control: Control your Actron Air Neo air conditioning units.
- Sensors: Monitor various sensors such as temperature, humidity, and system status.
- Switches: Control switches for continuous fan and zone control.
climate
sensor
switch
No YAML configuration is needed. The integration is configured via the Home Assistant UI.
If you encounter issues, please check the Home Assistant logs for any error messages related to the actronair_neo
integration.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.