<?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: Events =&amp;gt; equipmentType, errorEventType, errorDescription =&amp;gt; language." in The Viessmann API</title>
    <link>https://community.viessmann.de/t5/The-Viessmann-API/Events-gt-equipmentType-errorEventType-errorDescription-gt/m-p/287874#M1182</link>
    <description>&lt;P&gt;Salut,&lt;/P&gt;&lt;P&gt;Je ne pense pas que l'API te donne les messages d'erreur, etc. dans une autre langue que l'anglais. L'API sert en quelque sorte de base avec un Output uniforme et standardisé.&lt;BR /&gt;ViCare prend ces messages et les adapte aux différentes langues.&lt;BR /&gt;La traduction n'a donc rien à faire avec l'api.&lt;BR /&gt;Bonne chance&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Wed, 07 Dec 2022 20:33:39 GMT</pubDate>
    <dc:creator>CaCicala</dc:creator>
    <dc:date>2022-12-07T20:33:39Z</dc:date>
    <item>
      <title>Events =&gt; equipmentType, errorEventType, errorDescription =&gt; language.</title>
      <link>https://community.viessmann.de/t5/The-Viessmann-API/Events-gt-equipmentType-errorEventType-errorDescription-gt/m-p/286781#M1171</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hello,&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;In the example below the responses "equipmentType, errorEventType, errorDescription" are in English.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;    {
      "eventType": "device-error",
      "gatewaySerial": "XXXXXXXXXXXXXXXX",
      "body": {
        "errorCode": "0f",
        "deviceId": "0",
        "modelId": "VScotHO1_200_11",
        "active": false,
        "equipmentType": "Boiler",
        "errorEventType": "Error",
        "errorDescription": "Service required"
      },
      "createdAt": "2022-09-24T10:04:04.208Z",
      "eventTimestamp": "2022-09-24T10:03:36.000Z",
      "editedBy": "system",
      "origin": "system"
    },&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Vicare gives these answers in the language of the boiler (for me in French)&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Are these translations accessible from the API?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 13:43:18 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/The-Viessmann-API/Events-gt-equipmentType-errorEventType-errorDescription-gt/m-p/286781#M1171</guid>
      <dc:creator>nerixs</dc:creator>
      <dc:date>2022-12-05T13:43:18Z</dc:date>
    </item>
    <item>
      <title>Betreff: Events =&gt; equipmentType, errorEventType, errorDescription =&gt; language.</title>
      <link>https://community.viessmann.de/t5/The-Viessmann-API/Events-gt-equipmentType-errorEventType-errorDescription-gt/m-p/287874#M1182</link>
      <description>&lt;P&gt;Salut,&lt;/P&gt;&lt;P&gt;Je ne pense pas que l'API te donne les messages d'erreur, etc. dans une autre langue que l'anglais. L'API sert en quelque sorte de base avec un Output uniforme et standardisé.&lt;BR /&gt;ViCare prend ces messages et les adapte aux différentes langues.&lt;BR /&gt;La traduction n'a donc rien à faire avec l'api.&lt;BR /&gt;Bonne chance&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 20:33:39 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/The-Viessmann-API/Events-gt-equipmentType-errorEventType-errorDescription-gt/m-p/287874#M1182</guid>
      <dc:creator>CaCicala</dc:creator>
      <dc:date>2022-12-07T20:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Events =&gt; equipmentType, errorEventType, errorDescription =&gt; language.</title>
      <link>https://community.viessmann.de/t5/The-Viessmann-API/Events-gt-equipmentType-errorEventType-errorDescription-gt/m-p/288788#M1198</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.viessmann.de/t5/user/viewprofilepage/user-id/39193"&gt;@nerixs&lt;/a&gt;, you can try and use the &lt;STRONG&gt;service documents&lt;/STRONG&gt; endpoints in addition to the events endpoint: &amp;nbsp;&lt;A href="https://documentation.viessmann.com/service-documents/v3#service-documents_List_Errors_From_Database" target="_blank"&gt;https://documentation.viessmann.com/service-documents/v3#service-documents_List_Errors_From_Database&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here, you have the following input:&lt;/P&gt;
&lt;UL&gt;
 &lt;LI&gt;materialNumber = the first 7 digits of your device's serial number&lt;/LI&gt;
 &lt;LI&gt;errorCode = the error code you want to read – in your described case, it would be "0f"&lt;/LI&gt;
 &lt;LI&gt;countryCode = 2-letter country code – e.g. fr&lt;/LI&gt;
 &lt;LI&gt;languageCode = 2-letter language code – e.g. fr&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This will output a description (and measure) for the provided error in the chosen language.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 14:09:07 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/The-Viessmann-API/Events-gt-equipmentType-errorEventType-errorDescription-gt/m-p/288788#M1198</guid>
      <dc:creator>CustomerCareMichael</dc:creator>
      <dc:date>2022-12-09T14:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Events =&gt; equipmentType, errorEventType, errorDescription =&gt; language.</title>
      <link>https://community.viessmann.de/t5/The-Viessmann-API/Events-gt-equipmentType-errorEventType-errorDescription-gt/m-p/288965#M1208</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hi &lt;a href="https://community.viessmann.de/t5/user/viewprofilepage/user-id/29136"&gt;@CustomerCareMichael&lt;/a&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thank you for this procedure.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Better,&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Eric&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2022 22:16:44 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/The-Viessmann-API/Events-gt-equipmentType-errorEventType-errorDescription-gt/m-p/288965#M1208</guid>
      <dc:creator>nerixs</dc:creator>
      <dc:date>2022-12-09T22:16:44Z</dc:date>
    </item>
  </channel>
</rss>

