vincentwolsink / home_assistant_enphase_envoy_installer

This is a HACS custom integration for Enphase Envoys with firmware version 7 and up.
Apache License 2.0
61 stars 12 forks source link

Add configuration option to not collect data that requires installer or DIY account #31

Closed catsmanac closed 1 year ago

catsmanac commented 1 year ago

This option allows to not collect data that requires authorization through a installer or DIY account. Enabling the option will prevent repeated new enphase token collection and still have resulting 401 status from the envoy as latest firmware does not allow home owner account access to installer data.

When the integration is configured go to the configuration options, check the 'Do not collect data that requires installer or DIY enphase account' option and reload the integration.

vincentwolsink commented 1 year ago

Hi @catsmanac. Thanks for your PR. Can you please reformat the files you changed with black? This ensures we have uniform code formatting.