Entso-e new bidding zone

Hey all

Very new to OpenEMS (and to programming for that matter)
I am trying to add a new bidding zone to the timeofuse entsoe implementation.
Is it as simple as just adding to BiddingZone.java:

/**
	 * BZN|BE.
	 */
	BELGIUM("10YBE----------2"), //
	;

Or does something else need to be done?

Thanks a bunch

Hi Yves, and welcome to the OpenEMS Community!

Yes, exactly. That should be sufficient and is exactly the way this BiddingZone.java was designed. After adding it, you will be able to select “BELGIUM” while configuring the Entso-E Component.

Regards,
Stefan