OpenEnergyTools / scl-lib

5 stars 4 forks source link

Provide override of preconfigured checks and only check basic type #65

Closed danyill closed 8 months ago

danyill commented 10 months ago

We discovered that for some devices there is a need to connect different CDCs, e.g. ACT to SPS.

Currently scl-lib only allows this with the force option but this takes away many checks.

@JakobVogelsang and I discussed this morning and we agreed that a "Check only basic type match" option was required.

This means that we wouldn't do checks on pLN or pDO (for CDC), probably we would still check pServT.

My feeling is that the name "Check only basic type match" is still the wrong way to phrase this, and that we should call the option (and the UI) something more along the lines of "Skip Common Data Class Match" or something like this which is more targeted to the actual concern.

More information: https://github.com/danyill/oscd-subscriber-later-binding/issues/10

danyill commented 10 months ago

Perhaps "Skip LN and DO preconfigured checks" would be better?