A python script allow watch Luxpower SNA inverter in realtime
- Copy
.env.example
to.env
- Update configuration in
.env
with your personal info
- Sync gitsubmodule with
git submodule init && git submodule update
- Python 3 required
- Setup python venv with
python -m venv venv
- Active python venv
source venv/Scripts/activate
on git-bash Windows orsource venv/bin/active
on Unix/Linux - Install dependencies with
pip install -r requirements.txt
or./pip-binary-install.sh
- Run application with
python app.py
You can implement notification app for Android/iOS by your self and push Firebase Device ID to devices.json file to get notification when grid connect state change.
I also developed an app for Android/iOS. If you need it feel free to contact me
You can see LuxPower realtime webviewer in http://locahost:88 (This url can be change by modify variable in .env
file) like image bellow. This webviewer is under development and may contain bug. Use at your own risk
Thanks to @celsworth by awesome project celsworth/lxp-packet (has been deleted) and celsworth/lxp-bridge (under MIT License)