Jing Lee
Jing Lee
所以这个问题解决了没?求指导
> @Jasonlee6789 default is a empty string right now, > > https://github.com/OpenEMS/openems/blob/7ef6c74fb0f90b8d24f0fcef1d076e04fc53070e/io.openems.edge.evcs.cluster/src/io/openems/edge/evcs/cluster/Config.java#L16 > > > so it is possible that the title is not set, it would be better if...
After the latest commit , the default name shows like below
Replaced ?? with || to handle empty string aliases, check more strictly. This ensures a fallback value is used when alias is missing or empty, like handling empty strings, which...
> @Jasonlee6789 thx for your contribution, im not sure, if this PR has some purpose Thank you for your review. The purpose of this PR is to fix uninitialized variables...
* Reason for modifying overview.component.spec.ts I moved the initialization logic from ionViewWillEnter to the constructor to prevent a race condition. This change causes this.router.navigate() to be called immediately when TestBed.createComponent()...
When I increase the number of virtual Edges to more than 21, the issue shown in the screenshot occurs: returning to the Overview page causes an abnormal behavior. My solution...
Based on my extensive testing, I found that the issue on the overview page is highly reproducible with the latest public version of the OpenEMS code. For instance, the bug...
Thank you for looking into this. Regarding your questions: Browser Environment: I have tested and observed this issue on both Microsoft Edge and Google Chrome. The Angular and Ionic versions...
As shown in the screenshot, when I simulate the default number of 10 edges locally, I cannot reproduce this bug. However, when I increase the count to 22, the issue...