Add Enpower Smart Switch status#75
Open
gtdiehl wants to merge 172 commits intojesserizzo:mainfrom
gtdiehl:encharge_status
Open
Add Enpower Smart Switch status#75gtdiehl wants to merge 172 commits intojesserizzo:mainfrom gtdiehl:encharge_status
gtdiehl wants to merge 172 commits intojesserizzo:mainfrom
gtdiehl:encharge_status
Conversation
Also fix url
Improve version detection
Update from origin
Fix Original Envoy detection
Cleanup detection and avoid calling endpoints that are not present
Bumping version for clean up in PR #64
Update getData() to add optional input parameter to not read inverters. Inverters only update every 5 or 15 mins, depending on Envoy-S configuration, whereas production data updates every minute. Also, requesting inverter data at too short an interval can cause the Envoy to start lagging and eventually timeout. See https://thecomputerperson.wordpress.com/2016/08/03/enphase-envoy-s-data-scraping/#comment-1565 for more details.
Reduced comment length
Given the low number of changes to the repository I feel we can get away with running Workflows with PR merges and commits to main
* Rename master to main
Added badge status to Readme
Remove schedule from build-main workflow
Update envoy_reader.py getData()
Bumping version to 0.18.5
Add Battery storage data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding the status of the Enpower Smart Switch will let the user know if their system is attached or detached from the grid. This is only supported for systems that have the Enpower Smart Switch installed.
Example output when the device is installed:
Example output when the device is not installed or running the API against an Envoy that does not support it:
Pull request recommendations:
Thanks for contributing!