-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Add imeon inverter integration #130958
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add imeon inverter integration #130958
Conversation
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
5008a9f
to
c1d7c57
Compare
c1d7c57
to
a5bac57
Compare
this PR does not contain any platforms or services as of now, you'll also need to add tests (for at least the config flow) |
Are you waiting for me to change the name to |
If the integration is only for inverters, then this is fine |
@Imeon-Energy could you please provide us with your discord username, so we can add you to the |
Can you send me a message on discord? |
I'll check it out with my coworkers and let you know. |
Proposed change
Add an integration to handle the Imeon Energy inverters. The integration allows for local polling of the inverter data and provides a hub for managing your solar energy system. Here is the PR with a prototype, without the API used for now.
Type of change
Additional information
This PR provides a prototype that creates "empty" inverters, prepared to get data from the API. It includes setting up the integration, handling and saving user-filled form entries, and all information required for the integration.
The Imeon Inverter integration supports configuration via the Home Assistant UI. To set it up:
Access Integrations:
Go to the Home Assistant UI, navigate to Configuration > Integrations.
Add Integration:
Click the "+" button to add a new integration and search for "Imeon Inverter".
Follow Setup Wizard:
Follow the on-screen instructions to complete the integration setup.
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: