dneprojects / mypv

Home Assistant custom integration for myPV devices
Apache License 2.0
0 stars 0 forks source link

myPV

Home Assistant Component for myPV

Current version

Installation

HACS (recommended)

Add user defined repository 'https://github.com/dneprojects/mypv' for type integration. Search for integration 'myPV', use the three dot menu on the right side to download. Restart Home Assistant. Add integration 'myPV' in the settings

Manual download

Copy this folder to 'config/custom_components/mypv'. Restart Home Assistant. Add integration 'myPV' in the settings section.

Configuration

The integration is configurated via UI. Enter an IP range, in which myPV devices will be detected.

Features

The myPV custom integration works locally in the home network utilizing the http api. So it doesn't need any login.

Credits

This integration is based on an implementation https://github.com/zaubererty/homeassistant-mvpv. Although it worked fine, the main feature, controlling the device by home assistant automations was not possible. So I totally rewrote the integration. However, thanks to the work of zaubererty at this place!