Open danyill opened 2 months ago
When our SV ID is written multiple times by this plugin it becomes garbled and then the wrong VLANs are produced:
I think when we re-write the SV ID string we should check if the IED name is the same and then not just make it longer and longer.
This will help users who can't remember everything all the time.
I'm not very sure if this is really a problem. It seems idempotent as long as the IED name isn't changed for SV traffic.
When our SV ID is written multiple times by this plugin it becomes garbled and then the wrong VLANs are produced:
I think when we re-write the SV ID string we should check if the IED name is the same and then not just make it longer and longer.
This will help users who can't remember everything all the time.