-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement client for Southwest Power Pool #141
Comments
This would suggest to our users that the SPP client exists, where currently spp.py doesn't do anything.
We can create new test cases once an SPP client is implemented for WattTime#141.
Upon looking into it, most of the SPP client was lost with rather heavy-handed commit 7ba5aa1 to remove a |
It looks like it was introduced here: fa15a01a with a comment suggesting it probably never worked. I guess we need to do some work on that. |
The
SPPClient
is listed as a balancing authority in theclient_factory
but the class does not implement any of the abstract methods required byBaseClient
. Similarly, thetest_spp.py
class is empty. This dead code is technical debt unless we actually implement a client for Southwest Power Pool.Their portal at https://marketplace.spp.org/ seems like they should have everything we need. We just need to parse it.
The text was updated successfully, but these errors were encountered: