Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about unlockDevice to docs #571

Merged
merged 2 commits into from
Mar 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions docs/usage-guide/plugin-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ order: 20

# Plugin Overview

| Plugin | Current Status | Integration Document URL |
| ----------------------------- | ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| **Stron Meter** | Ready | They do not provide API docs online |
| **Gomelong Meter** | Ready | They do not provide API docs online |
| **SunKing Solar Home System** | Ready | They do not provide API docs online |
| **Calin Meter** | Ready | They do not provide API docs online |
| **Calin Smart Meter** | Ready | They do not provide API docs online |
| **Microstar Meter** | Ready (Companies have to make an agreement with MicroStarElectric to get their .p12 certificate) | They do not provide API docs online |
| **DalyBms (e-bike)** | Ready (Battery Management System API, works only with e-bikes with Daly BMS installed) | [Website](https://www.dalybms.com/bms-electric-bike/) |
| **Wavecom Payment** | (Manual) Ready (MPM users must export transaction data, paste into template, and upload) | N/A |
| **Angaza Solar Home System** | Ready | [API Docs](https://developers.angaza.com/docs/dev-portal-nexus/77a9ea5040a3b-retrieve-a-unit-s-payg-credit-information) |
| Plugin | Current Status | Integration Document URL |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| **Stron Meter** | Ready | They do not provide API docs online |
| **Gomelong Meter** | Ready | They do not provide API docs online |
| **SunKing Solar Home System** | Ready (`unlockDevice` not implemented, see [here](https://github.com/EnAccess/micropowermanager/issues/570)) | They do not provide API docs online |
| **Calin Meter** | Ready | They do not provide API docs online |
| **Calin Smart Meter** | Ready | They do not provide API docs online |
| **Microstar Meter** | Ready (Companies have to make an agreement with MicroStarElectric to get their .p12 certificate) | They do not provide API docs online |
| **DalyBms (e-bike)** | Ready (Battery Management System API, works only with e-bikes with Daly BMS installed) | [Website](https://www.dalybms.com/bms-electric-bike/) |
| **Wavecom Payment** | (Manual) Ready (MPM users must export transaction data, paste into template, and upload) | N/A |
| **Angaza Solar Home System** | (`unlockDevice` not implemented, see [here](https://github.com/EnAccess/micropowermanager/issues/570)) | [API Docs](https://developers.angaza.com/docs/dev-portal-nexus/77a9ea5040a3b-retrieve-a-unit-s-payg-credit-information) |

## Needs Refactoring / Development

Expand Down
Loading