<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="rss.xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Heimdall Power API Changelog</title>
        <link>https://developer.heimdallcloud.com/changelog</link>
        <description>Stay up to date with changes to the Heimdall Power External API</description>
        <lastBuildDate>Mon, 18 May 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>Copyright © 2026 Heimdall Power AS</copyright>
        <item>
            <title><![CDATA[Facility voltages now included in asset response]]></title>
            <link>https://developer.heimdallcloud.com/changelog/2026/05/18/assets-expose-facility-voltages</link>
            <guid>https://developer.heimdallcloud.com/changelog/2026/05/18/assets-expose-facility-voltages</guid>
            <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The GET /assets/v1/assets response now includes nominal_voltage (always present) and]]></description>
            <content:encoded><![CDATA[<p>The <code>GET /assets/v1/assets</code> response now includes <code>nominal_voltage</code> (always present) and
<code>operational_voltage</code> (optional) on each facility. Both are phase-to-phase voltages in volts.
These values feed the apparent-power calculation on the capacity-monitoring circuit-rating
endpoint.</p>]]></content:encoded>
            <category>assets</category>
            <category>v1</category>
            <category>added</category>
        </item>
        <item>
            <title><![CDATA[Circuit rating can now be returned as apparent power]]></title>
            <link>https://developer.heimdallcloud.com/changelog/2026/05/18/capacity-monitoring-add-apparent-power-metric</link>
            <guid>https://developer.heimdallcloud.com/changelog/2026/05/18/capacity-monitoring-add-apparent-power-metric</guid>
            <pubDate>Mon, 18 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[GET /capacitymonitoring/v1/facilities//circuit_ratings/latest now accepts an]]></description>
            <content:encoded><![CDATA[<p><code>GET /capacity_monitoring/v1/facilities/{facility_id}/circuit_ratings/latest</code> now accepts an
optional <code>metric</code> query parameter. Use <code>metric=current</code> (default) to receive the rating in
amperes, or <code>metric=apparent_power</code> to receive it in MVA, computed as
<code>S = sqrt(3) * V * I / 1,000,000</code>. The line's operational voltage is used when configured and
positive; otherwise the nominal voltage is used. Both voltages are exposed on the facility in the
<code>GET /assets/v1/assets</code> response so you can verify which value the calculation used.</p>]]></content:encoded>
            <category>capacity-monitoring</category>
            <category>v1</category>
            <category>added</category>
        </item>
        <item>
            <title><![CDATA[Historical circuit ratings endpoint added]]></title>
            <link>https://developer.heimdallcloud.com/changelog/2026/05/12/capacity-monitoring-add-circuit-ratings-endpoint</link>
            <guid>https://developer.heimdallcloud.com/changelog/2026/05/12/capacity-monitoring-add-circuit-ratings-endpoint</guid>
            <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Added GET /capacitymonitoring/v1/facilities//circuit_ratings, which]]></description>
            <content:encoded><![CDATA[<p>Added <code>GET /capacity_monitoring/v1/facilities/{facility_id}/circuit_ratings</code>, which
returns a time series of circuit ratings for a facility over a requested period.
Use this endpoint to retrieve historical circuit rating data rather than just the
latest value.</p>]]></content:encoded>
            <category>capacity-monitoring</category>
            <category>v1</category>
            <category>added</category>
        </item>
        <item>
            <title><![CDATA[Historical conductor temperatures endpoint added]]></title>
            <link>https://developer.heimdallcloud.com/changelog/2026/05/12/grid-insights-add-conductor-temperatures-endpoint</link>
            <guid>https://developer.heimdallcloud.com/changelog/2026/05/12/grid-insights-add-conductor-temperatures-endpoint</guid>
            <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Added GET /gridinsights/v1/lines//conductor_temperatures, which returns]]></description>
            <content:encoded><![CDATA[<p>Added <code>GET /grid_insights/v1/lines/{line_id}/conductor_temperatures</code>, which returns
a time series of conductor temperature measurements for a line over a requested
period. Use this endpoint to retrieve historical conductor temperature data rather
than just the latest value.</p>]]></content:encoded>
            <category>grid-insights</category>
            <category>v1</category>
            <category>added</category>
        </item>
        <item>
            <title><![CDATA[DLR response now includes the span with lowest ampacity]]></title>
            <link>https://developer.heimdallcloud.com/changelog/2026/05/05/capacity-monitoring-add-at-span-id-to-dlr</link>
            <guid>https://developer.heimdallcloud.com/changelog/2026/05/05/capacity-monitoring-add-at-span-id-to-dlr</guid>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The GET /capacitymonitoring/v1/lines//heimdall_dlrs/latest response now includes]]></description>
            <content:encoded><![CDATA[<p>The <code>GET /capacity_monitoring/v1/lines/{line_id}/heimdall_dlrs/latest</code> response now includes
<code>at_span_id</code>, a UUID identifying the specific span on the line where the lowest ampacity was
calculated. This lets you pinpoint which part of the line is the limiting factor for the
current DLR value.</p>]]></content:encoded>
            <category>capacity-monitoring</category>
            <category>v1</category>
            <category>added</category>
        </item>
        <item>
            <title><![CDATA[Facility components now included in asset response]]></title>
            <link>https://developer.heimdallcloud.com/changelog/2026/04/29/assets-expose-facility-components</link>
            <guid>https://developer.heimdallcloud.com/changelog/2026/04/29/assets-expose-facility-components</guid>
            <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The GET /assets/v1/assets response now includes facility components. This allows grid owners to map facility component IDs to component names.]]></description>
            <content:encoded><![CDATA[<p>The <code>GET /assets/v1/assets</code> response now includes facility components. This allows grid owners to map facility component IDs to component names.</p>]]></content:encoded>
            <category>assets</category>
            <category>v1</category>
            <category>added</category>
        </item>
        <item>
            <title><![CDATA[Historical line currents endpoint added]]></title>
            <link>https://developer.heimdallcloud.com/changelog/2026/04/29/grid-insights-add-line-currents-endpoint</link>
            <guid>https://developer.heimdallcloud.com/changelog/2026/04/29/grid-insights-add-line-currents-endpoint</guid>
            <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Added GET /gridinsights/v1/lines//currents, which returns a time series]]></description>
            <content:encoded><![CDATA[<p>Added <code>GET /grid_insights/v1/lines/{line_id}/currents</code>, which returns a time series
of current measurements for a line over a requested period. Use this endpoint to
retrieve historical current data rather than just the latest value.</p>]]></content:encoded>
            <category>grid-insights</category>
            <category>v1</category>
            <category>added</category>
        </item>
        <item>
            <title><![CDATA[DLR response now indicates fallback values]]></title>
            <link>https://developer.heimdallcloud.com/changelog/2026/04/23/capacity-monitoring-add-is-fallback-to-dlr</link>
            <guid>https://developer.heimdallcloud.com/changelog/2026/04/23/capacity-monitoring-add-is-fallback-to-dlr</guid>
            <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The GET /capacitymonitoring/v1/lines//heimdall_dlrs/latest response now]]></description>
            <content:encoded><![CDATA[<p>The <code>GET /capacity_monitoring/v1/lines/{line_id}/heimdall_dlrs/latest</code> response now
includes an <code>is_fallback</code> field. When <code>true</code>, the DLR value is a fallback rather than
a live calculation — this applies to grid owners who have opted in to the fallback
feature. Integrations that display or act on DLR values should account for this flag.</p>]]></content:encoded>
            <category>capacity-monitoring</category>
            <category>v1</category>
            <category>added</category>
        </item>
        <item>
            <title><![CDATA[Sag and clearance response includes extremum values]]></title>
            <link>https://developer.heimdallcloud.com/changelog/2026/04/16/grid-insights-add-extremum-values-to-sag</link>
            <guid>https://developer.heimdallcloud.com/changelog/2026/04/16/grid-insights-add-extremum-values-to-sag</guid>
            <pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[The GET /gridinsights/v1/lines//sagandclearance/latest response now]]></description>
            <content:encoded><![CDATA[<p>The <code>GET /grid_insights/v1/lines/{line_id}/sag_and_clearance/latest</code> response now
includes line-level <code>max_sag</code> and <code>min_clearance</code> values for the current
aggregation window, together with per-span sag and clearance details. This makes it
easier to identify the highest sag and lowest clearance on a line without polling
repeatedly.</p>]]></content:encoded>
            <category>grid-insights</category>
            <category>v1</category>
            <category>added</category>
        </item>
    </channel>
</rss>