Perform the modbus packet capture experiment from @koleson's PVS-6 Notes Gist
- A *nix computer. I'm using a Raspberry Pi and the setup reflects that.
- Waveshare RS-486/USB bridge
- RJ-45 3-way splitter
- 2 network patch cords.
Perform the modbus packet capture experiment from @koleson's PVS-6 Notes Gist
SunPower ESS Mode Set Shell Script README
script: https://gist.github.com/koleson/d78da48497575455b9be6a3c96951bd1
other PVS6 hardware/software notes: https://gist.github.com/koleson/5c719620039e0282976a8263c068e85c
I don't have access to any SunPower GraphQL API docs. Solely reverse-engineered.
#!/usr/bin/env zsh | |
# Created 5 April 2023 by Kiel Oleson - [email protected] - @kielo | |
# updated 6 July 2024 | |
# | |
# example usage: ./sunpower_ess_mode_set.sh -m SELF_CONSUMPTION -r 0.04 -s A_123456 -u [email protected] -p SuperSecret1! | |
# | |
# README/NOTES: https://gist.github.com/koleson/db9df38ef6051715d743e572acebdd4d | |
# |