Hello everyone,
I’d like to share a new custom integration I’ve been working on for LuxPower inverters. Like many of you, I wanted a reliable, cloud-free, and local way to integrate my inverter with Home Assistant, so I decided to build one.
I’ve been using it myself for the past few weeks, and it’s been running just perfect!
Please don’t judge too hard, as this is my first real Python project. My background is mostly in C#, so I’m still learning the ropes in the Home Assistant world, and I’m very open to feedback.
What it does:
The integration connects directly to your inverter’s WiFi dongle over your local network and creates a rich set of entities, including:
Real-time Sensors: PV Power, Grid Import/Export, Battery SOC/SOH, Load Consumption, Voltages, Temperatures, etc.
Controls: Number entities to set Charge/Discharge currents and other operational settings.
Switches: Toggles for features like AC Charging and Grid Feed-in.
User-Friendly State: A text sensor that tells you exactly what the inverter is doing in plain English.
Installation & Configuration
This integration can be installed via HACS by adding it as a custom repository.
For detailed, step-by-step instructions on how to install and configure the integration, please see the README.md file on the GitHub repository.
Feedback & Support
As I mentioned, I would like to hear all your feedback or about any issues you’ve faced with. Your input is incredibly valuable. Please feel free to open an issue on GitHub for any bugs or feature requests, or just reply to this thread with your thoughts!
You can find the project and all documentation on GitHub here:
https://github.com/ant0nkr/luxpower-modbus-hacs
Thanks for checking it out!