<?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: Important adjustment in IoT features: Split heating circuits and domestic hot water" in Announcements</title>
    <link>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/302091#M37</link>
    <description>&lt;P&gt;My home automation is also not working after the rollout of this breaking change in the API.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.viessmann.de/t5/user/viewprofilepage/user-id/29136"&gt;@CustomerCareMichael&lt;/a&gt;&amp;nbsp;: Can you give an example on how to&amp;nbsp;&lt;STRONG&gt;set&lt;/STRONG&gt; the operating modes "dhw" and "dhwAndHeating" with the new API?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jan 2023 16:51:47 GMT</pubDate>
    <dc:creator>ArrowX</dc:creator>
    <dc:date>2023-01-16T16:51:47Z</dc:date>
    <item>
      <title>Important adjustment in IoT features: Split heating circuits and domestic hot water</title>
      <link>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/281527#M33</link>
      <description>&lt;P&gt;In our API we have coupled heating circuits (HC) and domestic hot water (DHW) support closely together to keep the backwards compatibility between Legacy devices and devices based on our Viessmann One Base control platform, also called E3. Viessmann One Base provides the HCs and DHW as independent systems with a chance to access HC- and DHW-features as independent features.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What is being adjusted?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The planned adjustments brings the following changes to our IoT features:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;adjust&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;heating.circuits.N.operating.modes.*&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;by removing existent DHW dependencies&lt;/LI&gt;
&lt;LI&gt;remove&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;heating.circuits.N.operating.modes.dhw*&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;operating modes&lt;/LI&gt;
&lt;LI&gt;adjust&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;heating.circuits.N.operating.modes.active&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to only show the following states for the “value” property: auto, heating, cooling, heatingCooling or testMode&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The DHW operating can in future be requested through the following new features:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;introduce&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;heating.dhw.operating.modes.off&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&amp;gt; Shows whether the DHW is off&lt;/LI&gt;
&lt;LI&gt;adjust&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;heating.dhw.operating.modes.active&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&amp;gt; Shows the current DHW operating mode with the possible states for the “value” property: balanced, comfort, eco, off&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;This change only affects our Viessmann One Base (E3) control platform (wifi integrated devices).&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;For legacy devices, i.e. using a Vitoconnect, there are no changes. However, this also means, depending on the device, requesting and changing the DHW operating mode differs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to find out which device (legacy / One Base) is used?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To find which device you have, you can use the following request to check the devices of your installation:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;curl -X GET &lt;A href="https://api.viessmann.com/iot/v1/equipment/installations/{{installationID}}/gateways/{{gatewaySerial}}/devices/" target="_blank" rel="noopener"&gt;https://api.viessmann.com/iot/v1/equipment/installations/{{installationID}}/gateways/{{gatewaySerial}}/devices/&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;In the response, you find the list of devices, containing information about the type of device:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"data": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"gatewaySerial": {{gatewaySerial}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"id": {{deviceId}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"boilerSerial": {{boilerSerial}},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"boilerSerialEditor": "DeviceCommunication",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"bmuSerial": null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"bmuSerialEditor": null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"createdAt": "2020-11-16T07:06:56.267Z",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"editedAt": "2022-10-27T11:16:06.670Z",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"modelId": "E3_Vitodens_300_0421",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"status": "Online",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"deviceType": "heating",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"roles": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"capability:backup;0002_HMU_VD3",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;"type:E3"&lt;/STRONG&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"type:boiler",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;"type:product;Vitodens_300"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The “roles” parameter lists the different types the device is assigned to. Here, you will find either the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;type:E3&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;type:legacy&lt;/EM&gt;. This information then tells you how to check the DHW operating modes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;When will this change take effect?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The adjustments will go live January 2023 (exact date will be added as soon as possible). From this date, you can only request the DHW operating mode for E3 using the described new way.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 08:38:23 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/281527#M33</guid>
      <dc:creator>CustomerCareMichael</dc:creator>
      <dc:date>2022-11-24T08:38:23Z</dc:date>
    </item>
    <item>
      <title>Betreff: Important adjustment in IoT features: Split heating circuits and domestic hot water</title>
      <link>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/301276#M34</link>
      <description>&lt;P&gt;Hi, is it possible this change has been implemented yesterday? It was not listed on the changelog but something seems to have changed.&lt;/P&gt;&lt;P&gt;I am having issues controlling my vitodens burner as I used to, as do other people controlling their boiler using home automation.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2023 16:00:15 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/301276#M34</guid>
      <dc:creator>BrechtM</dc:creator>
      <dc:date>2023-01-14T16:00:15Z</dc:date>
    </item>
    <item>
      <title>Betreff: Important adjustment in IoT features: Split heating circuits and domestic hot water</title>
      <link>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/301344#M35</link>
      <description>&lt;P&gt;As of yesterday, or the day before, Home Assistant did no longer report the actual hot water temperatur.&lt;/P&gt;&lt;P&gt;The problem was in the are of "water_heater.vicare_water", showing the value Unknown.&lt;/P&gt;&lt;P&gt;I upgraded to HA 2023.1.4 today and the problem disappeared.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Reinhard4_0-1673728577108.png" style="width: 400px;"&gt;&lt;img src="https://community.viessmann.de/t5/image/serverpage/image-id/16224i3F180D604A4FF4A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Reinhard4_0-1673728577108.png" alt="Reinhard4_0-1673728577108.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;-Reinhard&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2023 20:37:55 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/301344#M35</guid>
      <dc:creator>Reinhard4</dc:creator>
      <dc:date>2023-01-14T20:37:55Z</dc:date>
    </item>
    <item>
      <title>Betreff: Important adjustment in IoT features: Split heating circuits and domestic hot water</title>
      <link>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/301395#M36</link>
      <description>&lt;P&gt;What the hell is really going on?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Was zum Teufel ist wirklich los?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Jan 2023 09:13:22 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/301395#M36</guid>
      <dc:creator>Lala_OK</dc:creator>
      <dc:date>2023-01-15T09:13:22Z</dc:date>
    </item>
    <item>
      <title>Betreff: Important adjustment in IoT features: Split heating circuits and domestic hot water</title>
      <link>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/302091#M37</link>
      <description>&lt;P&gt;My home automation is also not working after the rollout of this breaking change in the API.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.viessmann.de/t5/user/viewprofilepage/user-id/29136"&gt;@CustomerCareMichael&lt;/a&gt;&amp;nbsp;: Can you give an example on how to&amp;nbsp;&lt;STRONG&gt;set&lt;/STRONG&gt; the operating modes "dhw" and "dhwAndHeating" with the new API?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 16:51:47 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/302091#M37</guid>
      <dc:creator>ArrowX</dc:creator>
      <dc:date>2023-01-16T16:51:47Z</dc:date>
    </item>
    <item>
      <title>Betreff: Important adjustment in IoT features: Split heating circuits and domestic hot water</title>
      <link>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/302578#M38</link>
      <description>&lt;P&gt;Hi, thanks for reaching out. The change was announced in November here as well as in the &lt;A href="https://documentation.viessmann.com/static/changelog" target="_blank" rel="noopener"&gt;Changelog&lt;/A&gt;&amp;nbsp;and the emailing that was sent out in December as well, forwarding to the &lt;A href="https://developer.viessmann.com/start/news/Important-adjustment-in-IoT-features.html" target="_blank" rel="noopener"&gt;news article in the Developer Portal&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;For the new type of heating systems (type = E3), the operating modes of the heating circuit and of the domestic hot water (DHW) were split.&amp;nbsp;To see/change the operating mode of the DHW, you now need to use the features&amp;nbsp;&lt;EM&gt;heating.dhw.operating.modes.*&lt;/EM&gt;. For example to check the currently active operating mode of the DHW, you now use&amp;nbsp;&lt;EM&gt;heating.dhw.operating.modes.active&lt;/EM&gt;. The new features for the DHW operating modes are&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;heating.dhw.operating.modes.active&lt;/LI&gt;
&lt;LI&gt;heating.dhw.operating.modes.balanced&lt;/LI&gt;
&lt;LI&gt;heating.dhw.operating.modes.comfort&lt;/LI&gt;
&lt;LI&gt;heating.dhw.operating.modes.eco&lt;/LI&gt;
&lt;LI&gt;heating.dhw.operating.modes.off&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For further communication and if anything is not working, please use the other areas of the Developer area of this forum. Thanks for your understanding!&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 14:06:07 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Announcements/Important-adjustment-in-IoT-features-Split-heating-circuits-and/m-p/302578#M38</guid>
      <dc:creator>CustomerCareMichael</dc:creator>
      <dc:date>2023-01-17T14:06:07Z</dc:date>
    </item>
  </channel>
</rss>

