This plugin provides solar power production and consumption data to HomeKit via the Scrypted.
I use a custom script to get data from my solar inverter over Modbus TCP.
In HomeKit, I have lights to indicate if I'm producing or consuming energy over the last 5 minutes.
- npm install
- Open this plugin directory in VS Code.
- npx scrypted login 192.168.50.89
- Edit
.vscode/settings.json
to point to the IP address of your Scrypted server. - Press Launch to start debugging