bo4e / BO4E-python

Python Library that Implements the BO4E Standard
MIT License
13 stars 5 forks source link

Add `Bankverbindung` and `Erreichbarkeit` COM Objects #879

Open hamidhajiparvaneh opened 1 month ago

hamidhajiparvaneh commented 1 month ago

Overview:

This task involves adding the Bankverbindung and Erreichbarkeit communication (COM) objects to the project. These changes are required for handling PARTIN messages and are detailed in the following PR:
BO4E-dotnet PR 466.

Additional information regarding the MIG and AHB specifications can be found in the BDEW files:

Changes Required:

  1. Add Bankverbindung COM Object:

    • Implement the Bankverbindung object, including all required properties and structure as defined in PR 466.
  2. Add Erreichbarkeit COM Object:

    • Implement the Erreichbarkeit object, as described in the same PR, including relevant properties and usage.
  3. ** Other Geschaeftspartner changes.

Acceptance Criteria: