Integration for Atomberg smart fans
- Open your Home Assistant UI.
- Go to "HACS" (Home Assistant Community Store).
- Search for "Atomberg" in the search bar.
- You should see the Atomberg integration listed.
- Click "Install" and follow any prompts to complete the installation.
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml). - If you do not have a
custom_componentsdirectory (folder) there, you need to create it. - In the
custom_componentsdirectory (folder) create a new folder calledatomberg. - Download all the files from the
custom_components/atomberg/directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant.
- Go to Atomberg Developer Portal.
- Follow the instructions to generate your
api_keyandrefresh_token.
- Open your Home Assistant UI.
- Navigate to "Configuration" -> "Integrations".
- Click the "+" icon to add a new integration.
- Search for "Atomberg" in the integration search bar and select it.
- Enter your
api_keyandrefresh_tokenin the appropriate fields. - Submit the form.
- Please note that this integration is designed for the latest series of Atomberg fans and may not work with older models.
- The integration relies on cloud APIs for initialization.
- This integration uses UDP port
5625for updating the fan state locally, make sure that port is not in use by any other application and that it is not blocked by any firewall.
If you want to contribute to this please read the Contribution guidelines
- Code template was mainly taken from @Ludeeus's integration_blueprint template
- Atomberg IoT Team