Skip to content

0.6.1

Compare
Choose a tag to compare
@Ghawken Ghawken released this 02 May 03:32
· 4 commits to Python3 since this release

0.6.1
Finalising support for Firmware >=7 that requires a token from Enphase

Note:
This version for full functionality requires cryptography module to be installed.
pip3 install cryptography
Run above from Terminal.

Hopefully will run without cryptography - just limit function, to manual token only (which will not be able to check expiry date of)

Adds:
Plugin will login to enphase with details and create own token
Valid for a year with then ongoing local access only.
Checks token validity and when expired should update.
Remove redirects from endpoint testing
Remove Serial Number as seems to be still accessible in all versions
PluginConfig changes