Custom integration that reads data from a Solar Manager device via the local /v2/point endpoint.
| Sensor | API field | Unit |
|---|---|---|
| PV production power | pW |
W |
| Home consumption power | cW |
W |
| PV energy produced total | pWh (accumulated) |
kWh |
Each device in the devices array is exposed as a separate Home Assistant device with:
| Sensor | API field | Unit |
|---|---|---|
| Power | power |
W |
| Temperature | temperature |
°C |
| Signal | signal |
— |
Temperature is only created for devices that report it.
- Open HACS in Home Assistant.
- Add this repository as a Custom repository (category: Integration).
- Install Solar Manager Local and restart Home Assistant.
Add your API key to secrets.yaml:
solar_manager_api_key: "YOUR_API_KEY"Then add the integration and provide:
- Base URL — e.g.
http://192.168.1.20 - Secret name for API key — default:
solar_manager_api_key