Interface with (legacy: KAMSTRUP smart electricity meter), SolarEdge API, ZAPPI v2 and HomeWizard APIs using Raspberry Pi
- Read data from a KAMSTRUP smart meter. (deprecated)
- Read data from solarpanels via SolarEdge API.
- Read data from zappi v2 EV charger via ZAPPI API.
- Read data from Home Wizard P1 meter via the Home Wizard API.
- Store all that data in an SQLite3 database.
- Regularly create trendgraphs.
- Show trendgraphs on a local website.
Clone the repository somewhere handy. Adding the lektrix directory to your $PATH may help.
To install run lektrix --install.
Use lektrix --uninstall to uninstall.
lektrix <options>
--hours HOURS, --days DAYS, --months MONTHS, --years YEARS
Create a bar graph of the given number of HOURS/DAYS/MONTHS/YEARS
--balance, --balances
See docs/trends.md for more info.
As of September 2024 lektrix is distributed under AGPL-3.0-or-later.