Utility rate Info not being looked up via API in v3 #191
-
|
When I was using v1/v2, I would pass the "urdb_label" as one of the inputs in the correct tree structure and the response would be populated with the remainder of the information, including the "urdb_response" key. In v3, when I pass the "urdb_label" with the new tree structure, I get a null "urdb_response" and none of the other properties. Is there a new required input that I need to include? Apologies if this is clearly answered elsewhere. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Just out of curiosity, are you concerned that there is a problem with the information for rate "urdb_label" that REopt is importing and using? Or is it the case that you'd simply like convenient programmatic access to the rate information that REopt imported and used (e.g., for reporting or qa/qc purposes)? |
Beta Was this translation helpful? Give feedback.
Hi! In the transition to REopt v3, the rate processing was moved to REopt.jl, and you're right that the urdb_response no longer gets populated. I'll make a note that that would be helpful! Note, however, that you will get an error if the urdb_label you provide does not exist in the URDB, or if it contains units that cannot be used in REopt.
In the meantime, I think you're two best options are: