<?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 "Re: Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15" in Feedback API</title>
    <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/312583#M178</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.viessmann.de/t5/user/viewprofilepage/user-id/29136"&gt;@CustomerCareMichael&lt;/a&gt;, yes the problem still exist. I will send you the requested account name.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 22:19:29 GMT</pubDate>
    <dc:creator>FrankyM</dc:creator>
    <dc:date>2023-02-14T22:19:29Z</dc:date>
    <item>
      <title>service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/279597#M146</link>
      <description>&lt;H3&gt;Hello,&lt;/H3&gt;&lt;P&gt;I am using the following service ::&lt;/P&gt;&lt;PRE&gt;curl -X GET https://api.viessmann.com/iot/v1/equipment/installations/&lt;SPAN class=""&gt;{{installationId}}&lt;/SPAN&gt;/gateways/&lt;SPAN class=""&gt;{{gatewaySerial}}&lt;/SPAN&gt;/devices/&lt;SPAN class=""&gt;{{deviceId}}&lt;/SPAN&gt;/features&lt;/PRE&gt;&lt;P&gt;until now, this was running OK, suddenly on 2022-Nov-15 11:00, the presented service returned empty data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;{"data":[]}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;whereas the following worked OK:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -X GET https://api.viessmann.com/iot/v1/equipment/installations/{{installationId}}/gateways/{{gatewaySerial}}/devices&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I did not changed anything on my setup, I would like to know if there is server issue somewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is annoying as the 'winter is coming' and it prevents energy saving on my side.&lt;/P&gt;&lt;P&gt;thank you very much for your help,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Céline&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;setup:&lt;SPAN&gt;&lt;SPAN class=""&gt;VitoconnectOpto1&lt;/SPAN&gt;&lt;/SPAN&gt;+VScotHO1_40&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 14:00:54 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/279597#M146</guid>
      <dc:creator>felinh</dc:creator>
      <dc:date>2022-11-18T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/279990#M147</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;just an idea... have you checked the complete response (JSON object) to your request? Could it be that the refresh token has expired? In that case you would find an error message like "token exired". The refresh token's lifetime is 180 days. but since the second request produced a valid response It's probably not that...&lt;/P&gt;&lt;P&gt;If you could post the complete response of the failed request, it might be helpful for analyzing where the problem lies&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 12:43:51 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/279990#M147</guid>
      <dc:creator>CaCicala</dc:creator>
      <dc:date>2022-11-20T12:43:51Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/280808#M148</link>
      <description>&lt;P&gt;Hi, thank you for the support. You are guessing well: I have no problem of authentification as the other API worked well with non empty content.&amp;nbsp; I am using the service thru ViCare in python&lt;/P&gt;&lt;P&gt;so while calling:&lt;BR /&gt;&lt;EM&gt;url &lt;A href="https://api.viessmann.com/iot/v1/equipment/installations/[xxx]/gateways/[zzz]/devices/0/features/" target="_blank" rel="noopener"&gt;https://api.viessmann.com/iot/v1/equipment/installations/[xxx]/gateways/[zzz]/devices/0/features/&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;answer is :&lt;BR /&gt;&lt;EM&gt;get raw &amp;lt;Response [200]&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Response to get request: {'data': []}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I have renewed my API key with same empty results.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 23:17:35 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/280808#M148</guid>
      <dc:creator>felinh</dc:creator>
      <dc:date>2022-11-21T23:17:35Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/280905#M149</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am at a loss here. It doesn't seem like an authentication problem as already mentioned. Looks like there is no data available from your installation. Does the ViCare App show anything? Have you already tried to restart VitoConnect?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you can try getting a single parameter like outside temperature:&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.viessmann.com/iot/v1/equipment/installations/{{installationID}}/gateways/{{gatewaySerial}}/devices/{{deviceId}}/features/heating.sensors.temperature.outside" target="_blank"&gt;https://api.viessmann.com/iot/v1/equipment/installations/{{installationID}}/gateways/{{gatewaySerial}}/devices/{{deviceId}}/features/heating.sensors.temperature.outside&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that doesn't produce any result either, I'd recommend to contact one of the moderators here and provide the VitoConnect's serial number. They can check whether your VitoConnect device is sending any data to the Viessmann Servers and or reset your account.&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;Chris&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>Tue, 22 Nov 2022 08:42:18 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/280905#M149</guid>
      <dc:creator>CaCicala</dc:creator>
      <dc:date>2022-11-22T08:42:18Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/281266#M150</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;ViCare App on my mobile works as expected. Even after power cycling VitoConnect, calling various features returns 404 error&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felinh_0-1669160996748.png" style="width: 614px;"&gt;&lt;img src="https://community.viessmann.de/t5/image/serverpage/image-id/14041i9C22C3878399A983/image-dimensions/614x123?v=v2" width="614" height="123" role="button" title="felinh_0-1669160996748.png" alt="felinh_0-1669160996748.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;but with root address got 200 success but with empty data&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="felinh_1-1669161064562.png" style="width: 619px;"&gt;&lt;img src="https://community.viessmann.de/t5/image/serverpage/image-id/14042i45126572BB2376E1/image-dimensions/619x87?v=v2" width="619" height="87" role="button" title="felinh_1-1669161064562.png" alt="felinh_1-1669161064562.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I will go in contact with moderator. thanks you very much.&lt;/P&gt;&lt;P&gt;Céline&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 23:56:02 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/281266#M150</guid>
      <dc:creator>felinh</dc:creator>
      <dc:date>2022-11-22T23:56:02Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/282009#M151</link>
      <description>&lt;P&gt;I'm experiencing the same issue, since around the same time. The device is a &lt;SPAN&gt;VDensHO1_4 + &lt;/SPAN&gt;&lt;SPAN&gt;VitoconnectOptolink.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The Vicare App works without problems.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Max&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 17:55:08 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/282009#M151</guid>
      <dc:creator>max-te</dc:creator>
      <dc:date>2022-11-24T17:55:08Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/282039#M152</link>
      <description>&lt;P&gt;Hi Max,&amp;nbsp;&lt;/P&gt;&lt;P&gt;the moderators are trying some fix, no success so far. I will update the topic to keep you informed.&lt;/P&gt;&lt;P&gt;Céline&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 19:39:52 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/282039#M152</guid>
      <dc:creator>felinh</dc:creator>
      <dc:date>2022-11-24T19:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/283687#M154</link>
      <description>&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;please find below fix proposed by moderator:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;After further investigation, we found that you are using ViCare via a Family&amp;amp;Friends share. To have the API use working for you as well, the original owner of the installation (the account that invited you to the installation) must &lt;A href="https://developer.viessmann.com/" target="_blank" rel="noopener nofollow noreferrer"&gt;login on the Developer Portal&lt;/A&gt; first. This is requirement and before, you cannot access the IoT features of the device.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I do confirm I was using the API with an "invited login" when it failed , by reusing the API with the owner login it worked. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I guess on Nov 15th, there was probably a "user 's right campaign" on Viessman side that caused this effect.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I hope it will fix your issue as for me.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Céline&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 21:34:57 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/283687#M154</guid>
      <dc:creator>felinh</dc:creator>
      <dc:date>2022-11-28T21:34:57Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/309535#M172</link>
      <description>&lt;P&gt;Unfortunately I am also having the same issue, but not using an "invited login" or at least I didn't know it so far. How can I determine which kind of login I am using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 20:59:20 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/309535#M172</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2023-02-05T20:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/309790#M173</link>
      <description>&lt;P&gt;&lt;a href="https://community.viessmann.de/t5/user/viewprofilepage/user-id/64505"&gt;@abo&lt;/a&gt; did you register the installation in the ViCare app with your account?&lt;/P&gt;
&lt;P&gt;Also, please provide me your username (via PN) so we can have a closer look.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 14:21:58 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/309790#M173</guid>
      <dc:creator>CustomerCareMichael</dc:creator>
      <dc:date>2023-02-06T14:21:58Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/311920#M174</link>
      <description>&lt;P&gt;Did you fix your problem? I got no data for features too.&lt;/P&gt;&lt;PRE&gt;{"data":[]}&lt;/PRE&gt;&lt;P&gt;Frank&lt;/P&gt;</description>
      <pubDate>Sun, 12 Feb 2023 15:43:42 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/311920#M174</guid>
      <dc:creator>FrankyM</dc:creator>
      <dc:date>2023-02-12T15:43:42Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/311973#M175</link>
      <description>&lt;P&gt;No not yet. This is still under investigation. Other requests like this, which is from the documentation, returns an internal server error:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;GET &lt;A href="https://api.viessmann.com/iot/v1/features/installations/{installationId}/gateways/{gatewaySerial}/features/" target="_blank"&gt;https://api.viessmann.com/iot/v1/features/installations/{installationId}/gateways/{gatewaySerial}/features/&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 12 Feb 2023 21:11:27 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/311973#M175</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2023-02-12T21:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/312257#M176</link>
      <description>&lt;P&gt;Account is the same for ViCare App and for the Developper Portal and the configured Client.&lt;/P&gt;&lt;P&gt;I have sent you the username via PN.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 19:11:40 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/312257#M176</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2023-02-13T19:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/312429#M177</link>
      <description>&lt;P&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.viessmann.de/t5/user/viewprofilepage/user-id/64828"&gt;@FrankyM&lt;/a&gt;&lt;/SPAN&gt; is your issue still valid? Then please send me your account name via PN so we can have a closer look.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.viessmann.de/t5/user/viewprofilepage/user-id/64505"&gt;@abo&lt;/a&gt;&lt;/SPAN&gt; the IT-Support is checking the issue. I will inform you updates.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 12:31:03 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/312429#M177</guid>
      <dc:creator>CustomerCareMichael</dc:creator>
      <dc:date>2023-02-14T12:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/312583#M178</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.viessmann.de/t5/user/viewprofilepage/user-id/29136"&gt;@CustomerCareMichael&lt;/a&gt;, yes the problem still exist. I will send you the requested account name.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 22:19:29 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/312583#M178</guid>
      <dc:creator>FrankyM</dc:creator>
      <dc:date>2023-02-14T22:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/313774#M183</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.viessmann.de/t5/user/viewprofilepage/user-id/29136"&gt;@CustomerCareMichael&lt;/a&gt;, I&amp;nbsp;checked the API today and it works perfect as described, so someone from the IT-Support solved the issue &lt;span class="lia-unicode-emoji" title=":leicht_lächelndes_Gesicht:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 14:26:54 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/313774#M183</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2023-02-18T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/424240#M270</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello, I know this is an old thread, but I have the same problem since January 31, 2024, at 12:25. My code had been running for exactly 230 days then I started receiving a Status Code 200, but the data is empty.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://api.viessmann.com/iot/v1/features/installations/{{installationID}}/gateways/{{gatewaySerial}}/devices/{{deviceId}}/features/" target="_blank"&gt;https://api.viessmann.com/iot/v1/features/installations/{{installationID}}/gateways/{{gatewaySerial}}/devices/{{deviceId}}/features/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 21:29:00 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/424240#M270</guid>
      <dc:creator>Kemisolon</dc:creator>
      <dc:date>2024-02-19T21:29:00Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/424333#M271</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this is probably because the parameter {devciceID} has been moved by the Viessmen. A solution (in German) can be found here &lt;A href="https://community.viessmann.de/t5/The-Viessmann-API/API-Struktur-Aenderung-in-der-Antwort/td-p/418162" target="_blank" rel="noopener"&gt;https://community.viessmann.de/t5/The-Viessmann-API/API-Struktur-Aenderung-in-der-Antwort/td-p/418162&lt;/A&gt; or at my website - see below.&lt;/P&gt;&lt;P&gt;A quick and dirty solutution would be to replace {deviceID} with a "0" .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 22:40:22 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/424333#M271</guid>
      <dc:creator>CaCicala</dc:creator>
      <dc:date>2024-02-20T22:40:22Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/424681#M272</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you, Chris, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;that was exactly my problem. Viessmann seems to have changed the position in the array. I took the liberty of expanding your flow with an additional function to make it somewhat more dynamic. It is possible to find the correct element using the deviceType property in the array. The correct property has the value "heating." Here is my function to select the element:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; deviceArray = msg.payload.data;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;pos = deviceArray.findIndex((element) =&amp;gt; element.deviceType === &lt;/SPAN&gt;&lt;SPAN&gt;'heating'&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;msg.payload=msg.payload.data[pos].id;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;SPAN&gt; msg;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Feb 2024 21:24:09 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/424681#M272</guid>
      <dc:creator>Kemisolon</dc:creator>
      <dc:date>2024-02-20T21:24:09Z</dc:date>
    </item>
    <item>
      <title>Betreff: service /devices/{{deviceId}}/features return empty data since 2022-Nov-15</title>
      <link>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/424687#M273</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;glad to help. This is exactly the same approach I made in my blog and the cited solution in this community.&lt;/P&gt;&lt;P&gt;I wonder whether the deviceType varies if the appliance is "Cooling" or "Photovoltaic".&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 22:44:05 GMT</pubDate>
      <guid>https://community.viessmann.de/t5/Feedback-API/service-devices-deviceId-features-return-empty-data-since-2022/m-p/424687#M273</guid>
      <dc:creator>CaCicala</dc:creator>
      <dc:date>2024-02-20T22:44:05Z</dc:date>
    </item>
  </channel>
</rss>

