https://github.com/hudsonbrendon/ha-solar-plus-intelbras
The most practical way to monitor Intelbras solar energy systems in Home Assistant
https://github.com/hudsonbrendon/ha-solar-plus-intelbras
homeassistant intelbras python solar-energy solar-system
Last synced: about 2 months ago
JSON representation
The most practical way to monitor Intelbras solar energy systems in Home Assistant
- Host: GitHub
- URL: https://github.com/hudsonbrendon/ha-solar-plus-intelbras
- Owner: hudsonbrendon
- License: mit
- Created: 2025-02-08T00:49:07.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T23:26:08.000Z (about 2 months ago)
- Last Synced: 2025-04-08T00:26:33.882Z (about 2 months ago)
- Topics: homeassistant, intelbras, python, solar-energy, solar-system
- Language: Python
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/hacs/integration)
[](https://github.com/hudsonbrendon/HA-solar-plus-intelbras/actions/workflows/lint.yml)
[](https://github.com/hudsonbrendon/HA-solar-plus-intelbras/actions/workflows/validate.yml)# Home Assistant Solar plus Intelbras

# Install
### Installation via HACS
Have HACS installed, this will allow you to update easily.
Adding Solar Plus Intelbras to HACS can be using this button:
[](https://my.home-assistant.io/redirect/hacs_repository/?owner=hudsonbrendon&repository=HA-solar-plus-intelbras&category=integration)
If the button above doesn't work, add `https://github.com/hudsonbrendon/HA-solar-plus-intelbras` as a custom repository of type Integration in HACS.
- Click Install on the `Solar Plus Intelbras` integration.
- Restart the Home Assistant.### Manual installation
- Copy `solar_plus_intelbras` folder from [latest release](https://github.com/hudsonbrendon/HA-solar-plus-intelbras/releases/latest) to your `/custom_components/` directory.
- Restart the Home Assistant.## Configuration
Adding Solar Plus Intelbras to your Home Assistant instance can be done via the UI using this button:
[](https://my.home-assistant.io/redirect/config_flow_start?domain=solar_plus_intelbras)
### Manual Configuration
If the button above doesn't work, you can also perform the following steps manually:
* Navigate to your Home Assistant instance.
* In the sidebar, click Settings.
* From the Setup menu, select: Devices & Services.
* In the lower right corner, click the Add integration button.
* In the list, search and select `Solar Plus Intelbras`.
* Follow the on-screen instructions to complete the setup.## Authentication
To authenticate, use the same email used at [https://solarplus.intelbras.com.br/](https://solarplus.intelbras.com.br/) and the token named "plus," which can be captured in any request in your browser’s network tab, for example:

- 1 - your plant_id;
- 2 - your token "plus".## Usage
Add inversors via Integrations (search for `Solar Plus Intelbras`) in Home Assistant UI. You can also simply click the button below if you have MyHomeAssistant redirects set up.
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=solar_plus_intelbras)
## Devices
This custom component creates the following devices:
### Inverter

### Datalogger

# Debugging
To enable debug for Solar Plus Intelbras integration, add following to your configuration.yaml:
```yml
logger:
default: info
logs:
custom_components.solar_plus_intelbras: debug
```# Disclaimer
Intelbras does not provide an official API, the information comes from the API used in the official system used by the web and mobile platform, the integration is based on the library [https://github.com/hudsonbrendon/python-solar-plus-intelbras](https://github.com/hudsonbrendon/python-solar-plus-intelbras) and there may be unavailability and blocking of the API.