Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neues Format XML-Dateien? #3

Open
68ec020 opened this issue Feb 11, 2024 · 3 comments
Open

Neues Format XML-Dateien? #3

68ec020 opened this issue Feb 11, 2024 · 3 comments

Comments

@68ec020
Copy link

68ec020 commented Feb 11, 2024

Zunächst mal vielen Dank für das Projekt. Ich habe den aktuellen Tag (v0.4.3) gebaut und die Dateien
ecnDataPointType.xml
ecnEventType.xml
aus der Demo extrahiert. Alles funktioniert wunderbar.

Jetzt habe ich die Demo auf einem Windows PC installiert und habe sie mal die Definitionen aktualisieren lassen. Ich bekomme mit den neuen Dateien folgende Fehlermeldung:
No EventType definitions found for this DataPoint [32 51 0 3 0 0]

Die Heizung ist eine Vitoligno 300-p (VBC550P)

Ich habe beide XML-Dateien mal verglichen.

Alt:

<DataPointType>
    <ID>VBC550P</ID>
    <Description>Allgemeine Produktbeschreibung: Vitolig Pelletkessel</Description>
    <Identification>2033</Identification>
    <Options>trending</Options>
    <EventTypeList>ecnStatusEventType;Absenkzeit_gelerntA1M1~0x253D;ADC_IstTemperaturwe....</EventTypeList>
    <EventOptimisation>0</EventOptimisation>
</DataPointType>

Neu:

<DataPointType>
    <ID>VBC550P</ID>
    <Description>Allgemeine Produktbeschreibung: Vitolig Pelletkessel</Description>
    <Identification>2033</Identification>
    <Options>trending</Options>
    <EventOptimisation>0</EventOptimisation>
    <ControllerType>0</ControllerType>
    <ErrorType>1</ErrorType>
</DataPointType>

Da fehlt also die "EventTypeList". Ich nehme an dafür gibt es die Datei "ecnEventTypeGroup.xml". Dort gibt es Einträge dieser Art:

<EventTypeGroup>
    <Name>Solar extern</Name>
    <ID>VBC550P~50_Codierungen~80_Solar_extern</ID>
    <DataPointTypes>
        <DataPointTypeID>VBC550P</DataPointTypeID>
    </DataPointTypes>
    <EventTypes>
        <EventTypeID>K54_Solar</EventTypeID>
    </EventTypes>
    ...
</EventTypeGroup>

Darin findet sich sowohl eine DataPointTypeID als auch eine EventTypeID und ich nehme an dadurch wird die n:m-Beziehung zwischen beiden dargestellt.

Ich hoffe ich lag mit dieser Analyse nicht völlig daneben und benutze jetzt erst einmal wieder die alten Versionen der XML-Dateien.

Viele Grüße
Jan

@speters
Copy link
Owner

speters commented Feb 12, 2024

Vielen Dank für die Info.

Dann muss ich mir mal Gedanken machen, wie ich an die neueren XML-Dateien rankomme, weil ich kein Windows habe.

Vielleicht weiss ja jemand, wo aktuelle XMLs rumliegen oder kann Details zum Updateprozedere sagen und möchte mir die Infos mailen...

@68ec020
Copy link
Author

68ec020 commented Feb 12, 2024

Ich habe dir die aktualisierten Dateien an die oben genannte Adresse geschickt.

@68ec020
Copy link
Author

68ec020 commented Feb 12, 2024

Ich habe die Dateien nach folgender Anleitung aktualisiert:
https://github.com/sarnau/InsideViessmannVitosoft/blob/main/VitosoftSoftware.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants