<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Thema "Betreff: Texte für Info und Status messages der API und auch Error Messages für Vitocal" in The Viessmann API</title>
    <link>https://community.viessmann.de/t5/The-Viessmann-API/Texte-fuer-Info-und-Status-messages-der-API-und-auch-Error/m-p/571689#M3001</link>
    <description>&lt;P&gt;Kann mir hier wirklich niemand helfen oder braucht ihr mehr oder andere Daten?&lt;/P&gt;</description>
    <pubDate>Sun, 19 Oct 2025 21:02:13 GMT</pubDate>
    <dc:creator>StefanRu</dc:creator>
    <dc:date>2025-10-19T21:02:13Z</dc:date>
    <item>
      <title>Texte für Info und Status messages der API und auch Error Messages für Vitocal</title>
      <link>https://community.viessmann.de/t5/The-Viessmann-API/Texte-fuer-Info-und-Status-messages-der-API-und-auch-Error/m-p/571191#M2996</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;da uns ja nun Viguide und das Ereigniss Log weggenommen wird&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":kothäufchen:"&gt;💩&lt;/span&gt;,&lt;BR /&gt;möchte ich in meinem FHEM Modul das Thema Log und Texte einbauen.&lt;BR /&gt;&lt;BR /&gt;Ich bekomme die Meldungen von der API in:&lt;/P&gt;&lt;P&gt;device.messages.errors.raw.entries&lt;/P&gt;&lt;P&gt;device.messages.info.raw.entries&lt;/P&gt;&lt;P&gt;device.messages.status.raw.entries&lt;/P&gt;&lt;P&gt;device.messages.service.raw.entries&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Diese Redings geben mir ein paar Infos und die Nummer wie z.B. für Info&amp;nbsp;I.114 oder Status&amp;nbsp;S.118 oder Error c2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Für Fehler zu Text Auflösung habe ich eine Abfrage nach diesem Schema gebaut:&lt;BR /&gt;$errorURL_V3?materialNumber=$materialNumber&amp;amp;errorCode=$errorCode&amp;amp;countryCode=${\uc($language)}&amp;amp;languageCode=${\lc($language)}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also aufgelöst:&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.viessmann-climatesolutions.com/service-documents/v3/error-database?materialNumber=$materialNumber&amp;amp;errorCode=$errorCode&amp;amp;countryCode=${\" target="_blank"&gt;https://api.viessmann-climatesolutions.com/service-documents/v3/error-database?materialNumber=$materialNumber&amp;amp;errorCode=$errorCode&amp;amp;countryCode=${\&lt;/A&gt;uc($language)}&amp;amp;languageCode=${\lc($language)}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wobei Material Number =&amp;nbsp;$materialNumber = substr($serial, 0, 7);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Für den Error Code C2 und meinem Vitoladens geht das auch und ich bekomme:&lt;BR /&gt;&lt;A href="https://api.viessmann-climatesolutions.com/service-documents/v3/error-database?materialNumber=GEHEIM&amp;amp;errorCode=C2&amp;amp;countryCode=DE&amp;amp;languageCode=de" target="_blank"&gt;https://api.viessmann-climatesolutions.com/service-documents/v3/error-database?materialNumber=MEINE MATERIAL ID&amp;amp;errorCode=C2&amp;amp;countryCode=DE&amp;amp;languageCode=de&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;"faultCodes":[{"systemCharacteristics":"&amp;lt;p&amp;gt;Verdichter schaltet aus.&amp;lt;/p&amp;gt;","faultCode":"C2","causes":[{"cause":"&amp;lt;p&amp;gt;Störung der Spannungsversorgung Verdichter oder Phasenwächter defekt&amp;lt;/p&amp;gt;","measure":"&amp;lt;p&amp;gt;Anschlüsse, Versorgungsspannung, Phasenlage prüfen.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Phasenwächter prüfen.&amp;lt;/p&amp;gt;"}]}]}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aber wenn ich die Abfrage mit der materialID von meiner VitoCal mache bekomme ich:&lt;/P&gt;&lt;PRE&gt;{"viErrorId":"req-34c67ca747974b7ca90e17e9b43c8d24","statusCode":404,"errorType":"RESOURCE_NOT_FOUND","message":"Required resource of type ServiceDocuments with id MEINE MATERIAL ID was not found in SAP","extendedPayload":{"resourceType":"ServiceDocuments","id":"7736172","errorType":"NO_DOCUMENTS_FOR_MATERIAL_NUMBER_FOUND"}}&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Warum gibt es die Texte nicht? Was mache ich falsch.&lt;BR /&gt;&lt;BR /&gt;Und wie wäre die Abrage für Info, Status und Service Meldungen?&lt;BR /&gt;&lt;BR /&gt;Danke und Gruß,&lt;BR /&gt;Stefan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 14:29:22 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/The-Viessmann-API/Texte-fuer-Info-und-Status-messages-der-API-und-auch-Error/m-p/571191#M2996</guid>
      <dc:creator>StefanRu</dc:creator>
      <dc:date>2025-10-17T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Betreff: Texte für Info und Status messages der API und auch Error Messages für Vitocal</title>
      <link>https://community.viessmann.de/t5/The-Viessmann-API/Texte-fuer-Info-und-Status-messages-der-API-und-auch-Error/m-p/571689#M3001</link>
      <description>&lt;P&gt;Kann mir hier wirklich niemand helfen oder braucht ihr mehr oder andere Daten?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Oct 2025 21:02:13 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/The-Viessmann-API/Texte-fuer-Info-und-Status-messages-der-API-und-auch-Error/m-p/571689#M3001</guid>
      <dc:creator>StefanRu</dc:creator>
      <dc:date>2025-10-19T21:02:13Z</dc:date>
    </item>
  </channel>
</rss>

