A python script allow watch Luxpower SNA inverter grid connect state
- Copy
.env.example
to.env
- Update configuration in
.env
with your personal info
- 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
- 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. If you need it feel free to contact me
Thanks to @celsworth by awesome project celsworth/lxp-packet (under MIT License)