You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In BEopt (and ResStock), you can actually specify that a home has solar and storage. Right now we only allow setting solar and storage with python arguments, we ignore this part of the hpxml file and don't load the properties of a solar and storage system if it's specified. It'd be good to update this so it's a more automatic connection and if you specify solar or storage in BEopt, OCHRE will read those inputs and add a corresponding system.
Future BEopt releases will allow for scheduling the battery, right now the default control is to minimize grid export (so the battery only matters if you have PV). I have a dev version of BEopt 3.1 (also using OS-HPXML 1.7) if we want to start exploring that here, or we could leave it for a future PR when that version releases.
The text was updated successfully, but these errors were encountered:
In BEopt (and ResStock), you can actually specify that a home has solar and storage. Right now we only allow setting solar and storage with python arguments, we ignore this part of the hpxml file and don't load the properties of a solar and storage system if it's specified. It'd be good to update this so it's a more automatic connection and if you specify solar or storage in BEopt, OCHRE will read those inputs and add a corresponding system.
Here's a simple example with and without solar:
Solar Example.zip
And here's the relevant bit in hpxml:
Here's an example with a battery:
Uploading Storage Example.zip…
And here's the relevant hpxml:
Future BEopt releases will allow for scheduling the battery, right now the default control is to minimize grid export (so the battery only matters if you have PV). I have a dev version of BEopt 3.1 (also using OS-HPXML 1.7) if we want to start exploring that here, or we could leave it for a future PR when that version releases.
The text was updated successfully, but these errors were encountered: