Conversation
brtietz
left a comment
There was a problem hiding this comment.
Unfortunately utility rate retrieval is only retrieving adjustments, not the full rate.
For rate RE-TOU for Xcel Energy of Colorado (https://apps.openei.org/IURDB/rate/view/66105af1efc5816003025d2a), Patch correctly pulls the following rate:
This branch pulls:
I think this is related to line 846 in urdb.cpp, see comment on that line for details.
| if (ers_tier[tier]["max"].IsDouble()) | ||
| max = ers_tier[tier]["max"].GetDouble(); | ||
| double buy = 0.0; | ||
| if (ers_tier[tier].HasMember("buy")) |
@brtietz , thanks for catching the "buy" versus "rate" mistake for energy charges - updated and test in 4a6ba0d |
brtietz
left a comment
There was a problem hiding this comment.
Thanks for updating! Everything tests well with the fix.






Goes with NatLabRockies/wex#173
Please test utility rate retrieval and downloading and applying rates.