Skip to content
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

Integration of Prosumer in DHNx #90

Open
Afraz85 opened this issue Jun 13, 2022 · 3 comments
Open

Integration of Prosumer in DHNx #90

Afraz85 opened this issue Jun 13, 2022 · 3 comments

Comments

@Afraz85
Copy link

Afraz85 commented Jun 13, 2022

Can we integrate prosumer as well ?
A consumer can become at certain moment prosumer, while giving the energy to network like producer is doing.
If we made the changes in consumer.csv will it work?

@Afraz85 Afraz85 changed the title Prosumer Integration of Prosumer in DHNx Jun 13, 2022
@joroeder
Copy link
Member

joroeder commented Jun 17, 2022

Do you refer to the simulatio or optimization part of DHNx? In the simultion, this is not possible at the moment. In the optimization appraoch, it should be possible, but you should try to make prosumer out of the producers by adding a demand.csv. For the consumers, directed "heatpipelines" are created at the consumers connection, so this will not work. Please see here:

https://dhnx.readthedocs.io/en/latest/optimization_models.html#investment-and-additional-options

Would be interesting to hear your feedback if it works.

@joroeder
Copy link
Member

joroeder commented Jun 17, 2022

If that does not work, you can also retrieve the oemof solph energy system and then you are able to use everything possible within oemof.solph, and add components etc.:

dhnx_opti_model = dhnx.optimization_models.setup_optimise_investment(
    thermal_network=your_thermal_network,
    invest_options=your_investment_options_dict,
    # **settings
)

oemof_solph_energy_system = dhnx_opti_model.es

@Afraz85
Copy link
Author

Afraz85 commented Nov 7, 2024

@joroeder can I ask that new version of DHNx handles prosumer in simulation model. I need to simulate the network that can handle the production or waste heat from the consumer as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants