﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Retail Discussions</title>
    <description>Latest discussions happening in the Retail category</description>
    <link>https://forum.emi.ea.govt.nz</link>
    <item>
      <title>New EMI API release – Version 2 of the ICP connection data API now available</title>
      <description>&lt;p&gt;As part of our initiatives to enhance additional consumer choice of electricity services (&lt;a href="https://www.ea.govt.nz/development/work-programme/evolving-tech-business/acces/development/additional-consumer-choice-of-electricity-services-acces-decision-paper/"&gt;ACCES&lt;/a&gt;) and customer access to their data, we have released version 2 of the &lt;a href="https://emi.portal.azure-api.net/products/56a92b7074ff88075485e86b"&gt;ICP connection data API&lt;/a&gt;. This release follows an external review of the API which found no material issues.&lt;/p&gt;&#xD;
&lt;p&gt;The original ICP connection API (v1) will eventually be deprecated but for now will continue to operate so that services relying on it will not be interrupted. Version 1 of the API will be turned off on &lt;strong&gt;1 September 2020&lt;/strong&gt;.&lt;/p&gt;&#xD;
&lt;p&gt;Subscribers to the API should migrate to version 2 and take advantage of the additional information at their convenience, but should do so before 1 September 2020. Migrating to the new version will require a simple change to the URL call to include v2 in the call and some changes to the search call request parameters - see release notes below. Some minor tweaks will also be required to appropriately handle the additional fields and improved error responses available in v2. Users can test the new API and responses on the API platform.&lt;/p&gt;&#xD;
&lt;p&gt;The &lt;a href="https://www.ea.govt.nz/consumers/your-power-data-in-your-hands/my-meter/"&gt;My Meter webpage&lt;/a&gt; has also been updated to provide access to the new registry fields released through v2 of the API.&lt;/p&gt;&#xD;
&lt;hr&gt;&#xD;
&lt;h3&gt;Version 2 ICP connection data API release notes&lt;/h3&gt;&#xD;
&lt;p&gt;The original ICP connection data API that was released in 2016 as part of the Authority's 'Retail Data Project (RDP)'.&lt;/p&gt;&#xD;
&lt;p&gt;Version (v2) is now available and follows further consultation in 2019 as part of the 'Additional Consumer Choice of Electricity Services (ACCES)' project. This version of the API includes additional fields along with some other enhancements.&lt;/p&gt;&#xD;
&lt;h4&gt;'Get by ID' and 'Get by ID list' call changes&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;strong&gt;New fields released&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;"PropertyNameOrDescription" (string) in the Address object (called "Property Name" in the registry functional spec)&lt;/li&gt;&#xD;
&lt;li&gt;"InitialElectricallyConnectedDate" (string formatted as YYYY-MM-DD) in the Network object&lt;/li&gt;&#xD;
&lt;li&gt;"TraderSwitchInProgress" (boolean) in the Trader object&lt;/li&gt;&#xD;
&lt;li&gt;"ANZSICcode" (string) in the Trader object&lt;/li&gt;&#xD;
&lt;li&gt;"ProfileCode" (string) in the Trader object&lt;/li&gt;&#xD;
&lt;li&gt;"CertificationExpiryDate" (string formatted as YYYY-MM-DD) in the Meter installation object&lt;/li&gt;&#xD;
&lt;li&gt;"ComponentType" (string) in the Meter component object&lt;/li&gt;&#xD;
&lt;li&gt;"SwitchReadIndicator" (boolean) in the Meter channel object (called "Settlement Indicator" in the registry functional spec, but only indicates if the channel read may be needed in the switch process)&lt;/li&gt;&#xD;
&lt;li&gt;"NetworkParticipantName" (string) in Network object (included via lookup of "NetworkParticipantID" field, will repeat the ID if not found)&lt;/li&gt;&#xD;
&lt;li&gt;"TraderParticipantName" (string) in Trader object (included via lookup of "TraderParticipantID" field, will repeat the ID if not found)&lt;/li&gt;&#xD;
&lt;li&gt;"MeteringEquipmentProviderParticipantName" (string) in Metering object (included via lookup of "MeteringEquipmentProviderParticipantID" field, will repeat the ID if not found)&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Moved fields&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;"ICPIdentifier" moved to first in the return order&lt;/li&gt;&#xD;
&lt;li&gt;"ICPStatus" moved to second in the return order&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Renamed fields&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;"NetworkParticipantID" in the Network object renamed from "Network"&lt;/li&gt;&#xD;
&lt;li&gt;"TraderParticipantID" in the Trader object renamed from "Trader"&lt;/li&gt;&#xD;
&lt;li&gt;"MeteringEquipmentProviderParticipantID" in the Metering object renamed from "MeteringEquipmentProvider"&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;h4&gt;'Search' call changes&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;strong&gt;New fields released&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&amp;nbsp;"PropertyNameOrDescription" (string) in Address object (called "Property Name" in the registry functional spec)&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Renamed request parameters&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&amp;ldquo;streetNumber&amp;rdquo; renamed from &amp;ldquo;unitOrNumber&amp;rdquo;&lt;/li&gt;&#xD;
&lt;li&gt;&amp;ldquo;streetName&amp;rdquo; renamed from &amp;ldquo;streetOrPropertyName&amp;rdquo;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;h4&gt;Gating and response code changes&lt;/h4&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;400 'bad request' code included filtering ICPs not meeting the required format&lt;/li&gt;&#xD;
&lt;li&gt;Messages will be returned in the messages object with the appropriate code where available&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;hr&gt;&#xD;
&lt;h3&gt;'Get by ID' call - successful response sample (The 'Get by ID list' call follows the same format)&lt;/h3&gt;&#xD;
&lt;blockquote&gt;&#xD;
&lt;p&gt;&lt;em&gt;{&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "ICPIdentifier": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "ICPStatus": 0,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "Address": {&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; &lt;strong&gt;"PropertyNameOrDescription"&lt;/strong&gt;: "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressUnit": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressNumber": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressStreet": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressSuburb": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressTown": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressRegion": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressPostCode": 0,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "GPS_Easting": 0.086597829994870867,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "GPS_Northing": 0.089592538769447838&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; },&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "Network": {&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "NetworkParticipantID": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "NetworkParticipantName": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "POC": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "ReconciliationType": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; &lt;strong&gt; "InitialElectricallyConnectedDate"&lt;/strong&gt;: "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "GenerationCapacity": 0.59222133055867521,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "FuelType": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "DirectBilledStatus": "string"&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; },&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "Pricing": {&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "DistributorPriceCategoryCode": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "DistributorLossCategoryCode": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "ChargeableCapacity": 0.74166837179270262,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "DistributorInstallationDetails": "string"&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; },&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "Trader": {&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; &lt;strong&gt;"TraderSwitchInProgress"&lt;/strong&gt;: false,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "TraderParticipantID": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "TraderParticipantName": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; &lt;strong&gt; "ProfileCode"&lt;/strong&gt;: "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; &lt;strong&gt;"ANZSICcode"&lt;/strong&gt;: "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "DailyUnmeteredkWh": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "UnmeteredLoadDetails": "string"&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; },&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "Metering": {&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "MeteringEquipmentProviderParticipantID": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "MeteringEquipmentProviderParticipantName": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "InstallationInformation": [&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; {&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "MeteringInstallationCategory": 0,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "MeteringInstallationType": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; &lt;strong&gt;"CertificationExpiryDate"&lt;/strong&gt;: "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "ComponentInformation": [&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; {&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; &lt;strong&gt;"ComponentType"&lt;/strong&gt;: "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "MeteringComponentSerialNumber": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "MeterType": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "AMIFlag": false,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "CompensationFactor": 0.68670529385750934,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "ChannelInformation": [&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; {&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "MeteringComponentSerialNumber": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "ChannelNumber": 0,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "RegisterContentCode": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PeriodOfAvailability": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "UnitOfMeasurement": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "EnergyFlowDirection": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "AccumulatorType": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; &lt;strong&gt;"SwitchReadIndicator"&lt;/strong&gt;: false&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; }&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; ]&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; }&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; ]&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; }&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; ]&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; },&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "Messages": [&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "string"&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; ]&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt;}&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;/blockquote&gt;&#xD;
&lt;hr&gt;&#xD;
&lt;h3&gt;'Search' call &amp;ndash; successful response sample&lt;/h3&gt;&#xD;
&lt;blockquote&gt;&#xD;
&lt;p&gt;&lt;em&gt;{&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "Address": {&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; &lt;strong&gt;"PropertyNameOrDescription"&lt;/strong&gt;: "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressStreet": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressSuburb": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressTown": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressRegion": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "PhysicalAddressPostCode": 0,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "GPS_Easting": 0.11158078265068716,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "GPS_Northing": 0.53635229909462989&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; },&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "ICPIdentifier": "string",&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "ICPStatus": 0,&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "Messages": [&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; "string"&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt; ]&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt;} &lt;/em&gt;&lt;/p&gt;&#xD;
&lt;/blockquote&gt;</description>
      <pubDate>2020-05-25T05:13:22.7930000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-emi-api-release-version-2-of-the-icp-connection-data-api-now-available/</link>
    </item>
    <item>
      <title>Minor change to ICP API v2 result set</title>
      <description>&lt;p&gt;Until today, the ICP API would return records for meter components that have been flagged as removed, yet the date field showing when the meter was actually removed was not in the result set. This had the potential to confuse API users into believing the meter remained installed and active when it was neither.&lt;/p&gt;&#xD;
&lt;p&gt;Such records are now being filtered out of the result set; all meter component records can reliably be assumed to pertain to currently active meters.&lt;/p&gt;&#xD;
&lt;p&gt;Cheers&lt;/p&gt;&#xD;
&lt;p&gt;Phil&lt;/p&gt;</description>
      <pubDate>2025-06-09T02:53:53.7570000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/minor-change-to-icp-api-v2-result-set/</link>
    </item>
    <item>
      <title>ICP connection data access via MS Excel?</title>
      <description>&lt;p&gt;Hi EMI,&lt;/p&gt;&#xD;
&lt;p&gt;As an engineer, but not a programmer, I am looking for a simple way to import ICP Connection Data into Excel.&lt;/p&gt;&#xD;
&lt;p&gt;It appears there are two available data sources:&lt;/p&gt;&#xD;
&lt;p&gt;1 - For one off queries (which is typically me) -&amp;gt; http://www.ea.govt.nz/consumers/your-power-data-in-your-hands/my-meter&lt;/p&gt;&#xD;
&lt;p&gt;Once I query an ICP once via the website form, the data is downloadable at http://www.ea.govt.nz/assets/csv/(enter icp here).csv&lt;/p&gt;&#xD;
&lt;p&gt;Once this CSV is available online, import into Excel is simple. However it appears this is only generated once the ICP has been run through form at least once.&lt;/p&gt;&#xD;
&lt;p&gt;2 - API&lt;/p&gt;&#xD;
&lt;p&gt;The API appears cool, but I have no experience with these data sources and have has little luck online. Do you know if I can get Excel to query API and return data?&lt;/p&gt;&#xD;
&lt;p&gt;Maybe there is another option that I am not aware of that might work also?&lt;/p&gt;&#xD;
&lt;p&gt;Thanks a lot,&lt;/p&gt;&#xD;
&lt;p&gt;Nathan&lt;/p&gt;</description>
      <pubDate>2016-06-11T11:05:12.8800000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/api-icp-connection-data-access-via-ms-excel/</link>
    </item>
    <item>
      <title>EIEP14 questions</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;&#xD;
&lt;p&gt;I'm looking for some clarification regarding EIEP14 format.&lt;/p&gt;&#xD;
&lt;p&gt;1) Register content code - spefication states that this field is conditional and can be empty (null) for non-fixed or non-delivered tariff components. I'm looking at case where the same tariff applies to more than one (or more commonly all) register content codes. Is it possible to leave this empty (null) for all register content codes? I assume it's not possible to use more codes in this field as it would clash with period of availability.&lt;br&gt;2) Period of availability - similar question as above - in case all register content codes with all possible availabilities are covered by this tariff, can this field be empty?&lt;br&gt;3) Is it possible to state multiple periods of availability for the same content code - eg. same tariff applies to CN15, CN16, CN17, CN18, CN19, CN20?&lt;/p&gt;&#xD;
&lt;p&gt;Any clarification would be appreciated.&lt;/p&gt;&#xD;
&lt;p&gt;Tom&lt;/p&gt;</description>
      <pubDate>2025-01-26T04:28:46.6400000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/eiep14-questions/</link>
    </item>
    <item>
      <title>Installed distributed generation "other" fuel type</title>
      <description>&lt;p&gt;I'm looking to estimate the total number of distributed fossil generators, and wondered if there are any further insights into breakdown of fuel types in the "Other" catergory for installed distributed generation ICP count?&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;The "Other" fuel type catergory includes any process that doesn't fit neatly into another catergory including multiple generators of different fuel types.&lt;/p&gt;&#xD;
&lt;p&gt;There are a lot of ICPs (over 2700) with small (less than or equal to 10kW) generator capacity in this catergory and around 2200 are in Canterbury, and to a lesser extent in Marlborough and Auckland.&amp;nbsp; Most of these are residential ICPs.&amp;nbsp; Could many of the&amp;nbsp; ICPs with "Other" distributed generation in Canterbury be solar, (the growth trend seems to match solar)?&lt;/p&gt;</description>
      <pubDate>2025-01-20T01:50:35.8100000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/installed-distributed-generation-other-fuel-type/</link>
    </item>
    <item>
      <title>Meter Register Content Codes - Impact on Billing</title>
      <description>&lt;p&gt;My interest in meter register content codes&amp;nbsp;started with the&amp;nbsp;configuration of register content for billing and reconciliation of network charges for&amp;nbsp;an electricity retailer. &amp;nbsp;It soon became apparent that incorrect regsister content codes in the electricity Registry can stop a retailer from quoting, let alone switching and billing a customer.&lt;/p&gt;&#xD;
&lt;p&gt;At the back-end, retailers are charged for use of electricity network based on the volume reported against network tariff codes. Simplification of register content code mapping to network tariffs is another area of interest - as this can have a siginifcant impact on electricity retailer margin.&lt;/p&gt;&#xD;
&lt;p&gt;In order to place greater transparency on this issue, it is suggested that a MEP dataset be produced to indicate the party responsible for correcting incorrect register content codes and period of availability.&lt;/p&gt;&#xD;
&lt;p&gt;To this end, I have pulled apart a report from the "&lt;a href="https://www.emi.ea.govt.nz/Retail/Datasets/MarketStructure/ICPandMeteringDetails" target="_blank"&gt;ICP and metering details&lt;/a&gt;" page on the EA's EMI website. &amp;nbsp;Data are originally split out into combinations of meter registers, with respect to individual price category codes. &amp;nbsp;For this analysis R statistical analysis software is employed to re-shape the data to facilitate counting of discrete register content code combinations. &amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Some charts are presented for review. &amp;nbsp;I will attach the R code to enable other users to take a look throught the reshaped dataset.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/414d23ef-ec53-4033-a1b8-a620003814cf/ec7e3655-69f7-4185-997f-aaf5000185be_number-of-nhh-registers.jpg?width=690&amp;amp;upscale=false" alt="NHH meter register content codes per network"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Reshaped to indicate the portion of register content codes per network.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/414d23ef-ec53-4033-a1b8-a620003814cf/a7bb3319-2b6d-402c-818e-aaf50001ca77_portion-of-registers.jpg?width=690&amp;amp;upscale=false" alt="Portion of NHH meter register content codes"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;"I" flow register content codes with load codes instead of generation. &amp;nbsp;Should the customer be charged or credited for generation of energy injected into the network?&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/414d23ef-ec53-4033-a1b8-a620003814cf/95976bdd-d326-4e82-bd26-aaf50001fff8_non-eg-generation-registers.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Where the correct "EG" register content code is applied to embedded generation, but the period of availaibilty is not 24 hours, this is also considered to be illegitimate. &amp;nbsp;In some cases this&amp;nbsp;may be due to meter configuration of load periods to match generation periods.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/414d23ef-ec53-4033-a1b8-a620003814cf/7bacf2cc-af4d-4c60-8e3a-aaf5001812e8_generation-non-24h.jpg?width=690&amp;amp;upscale=false" alt="generation register content code without 24 hours availability."&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Where an embedded generation (EG) register is presented with load flow, should the customer be charged or credited for generation volume?&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/414d23ef-ec53-4033-a1b8-a620003814cf/3a8dfbc1-4b87-4f9c-a419-aaf500a60aa6_loadflowgeneration.jpg?width=690&amp;amp;upscale=false" alt="Load flow embedded generation EG registers"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Uncontrolled registers with less than 24 hours availabiltiy. &amp;nbsp;Should the customer pay full price, or do they get a discount for lower availability of supply?&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/414d23ef-ec53-4033-a1b8-a620003814cf/b67076c3-4742-4fb0-a86c-aaf50002312b_uncontrolled-registers.jpg?width=690&amp;amp;upscale=false" alt="Uncontrolled meter registers without 24 hour availabilty"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Inclusive registers with 24 hours of availability appears to be a contradiction - that being downstream controlled supply is available 24 hours per day - i.e. uncontrolled.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/414d23ef-ec53-4033-a1b8-a620003814cf/eb45546b-bfdb-4f36-914b-aaf50012572d_in24.jpg?width=690&amp;amp;upscale=false" alt="24 Hour All Inclusive meter registers"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;The presence of 24 hours of availability on registers&amp;nbsp;with definitions other than 24 hours of availabilty is noted.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/414d23ef-ec53-4033-a1b8-a620003814cf/03933da2-3f0a-4b14-b46d-aaf50015c6ec_incorrect24h.jpg?width=690&amp;amp;upscale=false" alt="time constrained register codes with 24 hours of availability"&gt;&lt;/p&gt;</description>
      <pubDate>2019-10-29T00:13:25.5770000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/meter-register-content-codes/</link>
    </item>
    <item>
      <title>EMI report updated – Installed DG trends report now tracks size of new installations</title>
      <description>&lt;p&gt;Efficiency is a key limb of the Electricity Authority&amp;rsquo;s statutory objective and efficient investment in generating plant is of interest. We track trends in the installed distributed generation (connected to local networks, not the grid) for many types of generation and fuel sources. Distributors are responsible for populating the registry with the information we use to do this.&lt;/p&gt;&#xD;
&lt;p&gt;Investors choose to invest in generating plant for a range of reasons. Recently there has been a lot of discussion about and interest in the economics of household generation, and how the economics might look relative to the underlying distribution and wholesale energy pricing that gets wrapped into retail plans.&lt;/p&gt;&#xD;
&lt;p&gt;The uptake in investment in solar generation in the residential market segment (now over 10,000 connections) provides a robust dataset to look at some of these trends. We can gain insights by looking at the timing of new generation investment and the capacity of these new investments. &amp;nbsp;This may provide a useful view of how residential investors are responding to existing price signals in the market at the time of investment or perhaps expectations of future changes.&lt;/p&gt;&#xD;
&lt;p&gt;In terms of solar photovoltaic generation we have observed residential investors responding to changes in the price signals they face &amp;ndash; these include but are not restricted to:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;the reduction in the&amp;nbsp;price of solar panels and inverters,&lt;/li&gt;&#xD;
&lt;li&gt;historical increases in retail pricing, and&lt;/li&gt;&#xD;
&lt;li&gt;the 25 cents/kWh buy back rate for the first 5 kWh exported each day that was offered by Meridian Energy until December 2014.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;Here are a couple of examples focused on small solar connections that show some interesting insights:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;The residential (&amp;lt; 10 kW) average new installation size has decreased from 3.722 kW in August 2014 to 3.221 kW in July 2016. Does this suggest residential investors are focusing on self-consumption rather than selling excess back to the market?&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;h4&gt;&lt;strong&gt;Average size of new residential PV installs by month&lt;/strong&gt;&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;a href="https://www.emi.ea.govt.nz/r/doovy"&gt;&lt;strong&gt;&lt;img src="https://apimgmtst7tk4imwmlfctnfg.blob.core.windows.net/content/MediaLibrary/EMI%20forum%20content/Installed_distributed_generation_trends_20160826135406.png" alt="" width="700" height="351"&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;South Island residential investors (&amp;lt; 10 kW) on average invest in an array 300 Watts larger than their North Island counterparts. (South Island residential consumers &lt;a href="https://www.emi.ea.govt.nz/r/kc32j"&gt;consume more electricity&lt;/a&gt; than their North Island counterparts and perhaps get fewer sunshine hours?)&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;h4&gt;&lt;strong&gt;Average size of residential PV installations&lt;/strong&gt;&lt;/h4&gt;&#xD;
&lt;h4&gt;&lt;a href="https://www.emi.ea.govt.nz/r/f4lyi"&gt;&lt;strong&gt;&lt;img src="https://apimgmtst7tk4imwmlfctnfg.blob.core.windows.net/content/MediaLibrary/EMI%20forum%20content/Installed_distributed_generation_trends_20160826135852.png" alt="" width="700" height="351"&gt;&lt;/strong&gt;&lt;/a&gt;&lt;/h4&gt;&#xD;
&lt;p&gt;Observing changes in investments in response to changing market conditions provides valuable insights into economic efficiency and investor preferences.&lt;/p&gt;</description>
      <pubDate>2016-08-28T23:53:53.5900000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/installed-distributed-generation-dg-trends-report-now-tracks-size-of-new-installations/</link>
    </item>
    <item>
      <title>Question on Retailers' Obligations to Provide General Tariff Data</title>
      <description>&lt;p&gt;Hi everyone,&lt;/p&gt;&#xD;
&lt;p&gt;I need some help regarding the clarification on the Electricity Industry Participation Code Amendment (Access to Retail Tariff Information) 2015.&lt;/p&gt;&#xD;
&lt;p&gt;When I asked a retailer for their general tariff data, they directed me to their website. However, the website requires entering a specific address to see tariffs for different regions.&lt;/p&gt;&#xD;
&lt;p&gt;Is this approach compliant with the amendment, or should the retailer provide a consolidated list of all tariffs without needing to input an address? Additionally, can the retailer charge a fee for providing this information if they argue a consolidated list of tariff data is not their normal format for providing tariff information?&lt;/p&gt;&#xD;
&lt;p&gt;Thanks for your help!&lt;/p&gt;&#xD;
&lt;p&gt;Best regards,&lt;/p&gt;&#xD;
&lt;p&gt;Evon&lt;/p&gt;</description>
      <pubDate>2024-08-06T21:55:56.6700000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/question-on-retailers-obligations-to-provide-general-tariff-data/</link>
    </item>
    <item>
      <title>Residential Consumption Trends Main Centres</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;&#xD;
&lt;p&gt;Just a quick question - can you confirm that the household consumption figures published are net ie electricity imported (to household) less any household export from solar for example? Thanks&lt;/p&gt;</description>
      <pubDate>2024-08-20T22:25:17.8100000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/residential-consumption-trends-main-centres/</link>
    </item>
    <item>
      <title>Batteries in Installed distributed generation trends</title>
      <description>&lt;p&gt;Hi&lt;/p&gt;&#xD;
&lt;p&gt;I noticed that in the installed distributed generation trends report it now includes solar with and without battery. Can you please tell me how this is determined and therefore how accurate a measure this may be. Thanks&lt;/p&gt;</description>
      <pubDate>2024-07-29T06:05:02.3830000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/batteries-in-installed-distributed-generation-trends/</link>
    </item>
    <item>
      <title>Date selection issue in Market Share trends data</title>
      <description>&lt;p&gt;When I select 1 Apr - 30 Apr 2024 in the market share trends dataset, it displays the data for 31/3/2024 aswell as the April data.&lt;/p&gt;</description>
      <pubDate>2024-06-23T21:17:34.0670000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/date-selection-issue-in-market-share-trends-data/</link>
    </item>
    <item>
      <title>ICP API Offline (503)</title>
      <description>&lt;p&gt;I just noticed the ICP aPI is offline: https://emi.portal.azure-api.net/&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;It returns:&lt;/p&gt;&#xD;
&lt;h2 style="color: #000000; font-family: Times;"&gt;Service Unavailable&lt;/h2&gt;&#xD;
&lt;hr style="color: #000000; font-family: Times; font-size: medium;"&gt;&#xD;
&lt;p style="color: #000000; font-family: Times; font-size: medium;"&gt;HTTP Error 503. The service is unavailable.&lt;/p&gt;</description>
      <pubDate>2024-05-17T09:18:01.7000000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/icp-api-offline-503/</link>
    </item>
    <item>
      <title>Something wrong with the switch summary dataset</title>
      <description>&lt;p&gt;Looks like the switch number is not correct today? Is there anything wrong with the dataset from backend? There is no way for around 10K ICP losses for all three big companies in Novemeber. Can someone look this up?&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2024-04-29T03:06:24.9430000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/something-wrong-with-the-switch-summary-dataset/</link>
    </item>
    <item>
      <title>Market Share Snapshot Breakdown by Regional Council not working</title>
      <description>&lt;p&gt;When I use the market share snapshot report and try to breakdown by regional council for December it tells me there is no data available.&lt;/p&gt;</description>
      <pubDate>2024-03-28T02:41:18.0030000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/market-share-snapshot-breakdown-by-regional-council-not-working/</link>
    </item>
    <item>
      <title>Residential consumption trends - time scale</title>
      <description>&lt;p&gt;I recently accessed the Residential Consumption trends report, having not done so for a few years. As I recall, and the notes to the report suggest this is still possible, you used to be able to select at least "monthly" and "annual" as the time scale for the data. I cannot see a timescale choice.&lt;/p&gt;&#xD;
&lt;p&gt;I want annual data but cannot readily just aggregate monthly data as I am interested in the annual results for the various percentiles, and a monhly sum is not accurate for this purpose (for example adding up 12 months of 5th perentile consumptions does not give the 5th percentile annual consumption - it will almost certainly be too low.&lt;/p&gt;&#xD;
&lt;p&gt;Is the report stil supposed to support time scale choice?. If so, how do I make that happen? If not, the percentile reporting is inaccurate if aggregated.&lt;/p&gt;</description>
      <pubDate>2024-03-30T01:58:06.6830000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/residential-consumption-trends-time-scale/</link>
    </item>
    <item>
      <title>New dataset – ICP share by MEP and trader</title>
      <description>&lt;p&gt;A new retail dataset has been published in the &lt;a href="https://www.emi.ea.govt.nz/Retail/Datasets/MarketStructure/ICPandMeteringDetails"&gt;ICP and metering details&lt;/a&gt; collection. It will be updated monthly, soon after the 10th business day of the month.&lt;/p&gt;&#xD;
&lt;p&gt;The market share by MEP and trader dataset presents the count of ICPs by MEP and trader for each network reporting region. It also breaks down the ICP count by residential, commercial, and industrial connections.&lt;/p&gt;&#xD;
&lt;p&gt;The &lt;a href="http://www.emi.ea.govt.nz/r/qpwfo"&gt;Metering snapshot&lt;/a&gt; report on EMI shows market share by one of four entities: MEP, MEP parent company, Trader, and Retail parent company. This new dataset contains the crosstab of two of those entities &amp;ndash; MEP and Trader. The notes on the 'More information' tab of the Metering snapshot report can be consulted for greater detail about this dataset.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2024-03-05T19:23:51.4670000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-dataset-icp-share-by-mep-and-trader/</link>
    </item>
    <item>
      <title>EIEP13 consumption file examples</title>
      <description>&lt;p&gt;EIEP13 files are used to request consumer consumption data in a standard format.&lt;/p&gt;&#xD;
&lt;p&gt;The easiest way to see some examples of the data returned is to start requesting them. However, I&amp;rsquo;ve managed to track down a real example of the 13A and 13B formats to help give people a flavour of what they&amp;rsquo;ll get &amp;ndash; you&amp;rsquo;ll see that I&amp;rsquo;ve anonymised them by removing the ICP and meter serial number from the files. I&amp;rsquo;ve attached these to this discussion.&lt;/p&gt;&#xD;
&lt;p&gt;More information on the EIEP13A, B and C formats is available &lt;a href="http://www.ea.govt.nz/operations/retail/eiep/regulated-electricity-information-exchange-protocols/"&gt;here&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;p&gt;Information on the procedures to request consumption data using EIEP13C is available &lt;a href="http://www.ea.govt.nz/operations/consumer-services/provide-a-service-with-electricity-data/consumption-data/"&gt;here&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;p&gt;I&amp;rsquo;ll update this post when I have an example of an EIEP13C request file.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt;&lt;span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-NZ; mso-fareast-language: ZH-CN; mso-bidi-language: TH;"&gt;[Edit: originally posted sample file for EIEP13A replaced with modified version on 2/08/2023 by Guy Ross.]&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;</description>
      <pubDate>2016-06-27T04:12:18.1370000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/eiep13-consumption-file-examples/</link>
    </item>
    <item>
      <title>EMI reports updated – Residential savings and consumption figures released (2017)</title>
      <description>&lt;h4&gt;Residential savings&lt;/h4&gt;&#xD;
&lt;p&gt;Estimated average residential savings figures for 2017 were $207 per residential connection. The average savings figure estimates the savings available across all residential consumers if they had switched to the lowest priced generally available plan each month.&lt;/p&gt;&#xD;
&lt;p&gt;The national average figure increased just over $40 from &lt;a href="http://www.emi.ea.govt.nz/r/vqqfs"&gt;$164 in 2016&lt;/a&gt;. This increase is primarily due to some retailers increasing their price prior to winter in regional markets where they held large market share, while other competitors either delayed increases until after winter or did not increase prices at all (despite high wholesale prices for a period of time near the end of winter).&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Discover further insights relating to &lt;a href="http://www.emi.ea.govt.nz/Retail/Reports/Tagged/residential-savings"&gt;residential savings in the following reports&lt;/a&gt;:&amp;nbsp;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/r/ijh5i"&gt;Residential savings (bar chart)&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/r/mlli1"&gt;Residential savings league table&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/r/xri0u"&gt;Residential savings map&lt;/a&gt;&amp;nbsp;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/d/obifl"&gt;Annual switching activity summary dashboard&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Figure 1: &lt;a href="https://www.emi.ea.govt.nz/Retail/Reports/IR0U5M?DateTo=20171231&amp;amp;_si=tg|residential-savings,v|3"&gt;Residential average savings by network area, 2017&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/8efc01ed-311b-4541-906c-a8fc017c99d2_residential-savings-20180612110250-(1).jpg?width=690&amp;amp;upscale=false" alt="" width="311" height="467"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;See the information provided with the reports for assumptions that are important to this analysis.&lt;/p&gt;&#xD;
&lt;h4&gt;Residential consumption&lt;/h4&gt;&#xD;
&lt;p&gt;In 2017 average residential consumption appears to have been normal early in the year and below average in second half of the year. On an annual basis, this resulted in a 0.2 per cent increase in average residential consumption over 2016 which had a particularly warm start to winter.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Total residential consumption was estimated to be up 1.5 per cent on 2016 levels due largely to an increase in residential connections. This more than recovered from the reduced 2016 level which was 1.1 per cent down on 2015 consumption.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Discover further insights related to &lt;a href="https://www.emi.ea.govt.nz/Retail/Reports/Tagged/consumption"&gt;residential consumption in the following reports&lt;/a&gt;:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/d/4cex0"&gt;Quarterly residential consumption dashboard&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/esd0b"&gt;Residential consumption map&lt;/a&gt;&amp;nbsp;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/f3go2"&gt;Residential consumption league table&lt;/a&gt;&amp;nbsp;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/but23"&gt;Residential consumption distribution&lt;/a&gt;&amp;nbsp;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/z1dmp"&gt;Residential consumption trends&lt;/a&gt; (new)&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Figure 2: &lt;a href="http://www.emi.ea.govt.nz/r/s2geb"&gt;Change in residential consumption, 2017&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/22d469dd-08fd-45ae-b69b-a8fc017ebd91_capture.jpg?width=690&amp;amp;upscale=false" alt="" width="536" height="349"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;a href="/members/register/"&gt;Registered EMI users&lt;/a&gt; can save report instances and &lt;a href="/thread/adding-a-report-to-my-dashboard/"&gt;construct their own dashboard(s)&lt;/a&gt; from reports they refer to frequently. They&lt;span style="color: #545555; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&amp;nbsp;can also subscribe to receive notifications of discussions in categories or with tags that they are interested in. For example, to receive &amp;ldquo;EMI news&amp;rdquo; notifications&amp;nbsp;&lt;/span&gt;&lt;a style="box-sizing: border-box; color: #2470bb; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;" href="/tagged/emi-news/"&gt;click follow at the top of this page&lt;/a&gt;&lt;span style="color: #545555; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;.&lt;/span&gt;&lt;/p&gt;</description>
      <pubDate>2018-06-11T23:21:27.5270000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/residential-savings-and-consumption-figures-released-2017/</link>
    </item>
    <item>
      <title>Consumer Plans and Prices Extract</title>
      <description>&lt;p&gt;I noticed the really useful discussion on prices recently &lt;a href="/thread/network-pricing-schedules/"&gt;here&lt;/a&gt; but it doesn't seem to have exactly what I'm looking for.&amp;nbsp; Is there a periodic data extract made available for all of the prices and plans each electricty provider in NZ offers?&amp;nbsp; I could scrape their websites, but that seems wasteful.&amp;nbsp; Looking to map from a given ICP to all the available prices and plans that are on offer at that time to the consumer.&lt;/p&gt;&#xD;
&lt;p&gt;Thanks in advance&lt;/p&gt;&#xD;
&lt;p&gt;Stephen&lt;/p&gt;&#xD;
&lt;p&gt;&lt;a href="https://ahiko.nz"&gt;https://ahiko.nz&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>2023-05-03T22:41:17.1370000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/consumer-plans-and-prices-extract/</link>
    </item>
    <item>
      <title>EMI datasets updated – NSP table, metering configurations, market structure and shape files</title>
      <description>&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;We've made some changes to existing datasets on EMI. These changes are outlined below. The existing files and file structures will be maintained until after the data for January 2018 is published in mid-February. Users will have to migrate any automated processes to the new file names and locations before the February data is published in March.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;&lt;strong style="box-sizing: border-box;"&gt;1. Network supply points table&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;Updated filename and location and the addition of region ID (one column) for network reporting regions to assist users when combining NSPs with other datasets that we publish.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;Obsolete file and location (to be disestablished mid-February 2018):&lt;/p&gt;&#xD;
&lt;ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: #545555; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&#xD;
&lt;li style="box-sizing: border-box;"&gt;&lt;a class="js-shortCodeLink" style="box-sizing: border-box; background-color: transparent; color: #2470bb; text-decoration-line: none; outline: -webkit-focus-ring-color auto 0px; outline-offset: -2px; border-bottom: none; word-break: break-all;" href="https://www.emi.ea.govt.nz/Wholesale/Datasets/Reconciliation/Network_supply_points_table"&gt;www.emi.ea.govt.nz/Wholesale/Datasets/Reconciliation/Network_supply_points_table&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;New file and location:&lt;/p&gt;&#xD;
&lt;ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: #545555; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&#xD;
&lt;li style="box-sizing: border-box;"&gt;&lt;a class="js-shortCodeLink" style="box-sizing: border-box; background-color: transparent; color: #2470bb; text-decoration-line: none; outline: -webkit-focus-ring-color auto 0px; outline-offset: -2px; border-bottom: none; word-break: break-all;" href="https://www.emi.ea.govt.nz/Wholesale/Datasets/MappingsAndGeospatial/NetworkSupplyPointsTable"&gt;www.emi.ea.govt.nz/Wholesale/Datasets/MappingsAndGeospatial/NetworkSupplyPointsTable&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;&lt;strong style="box-sizing: border-box;"&gt;2. Distribution price category code added to metering configurations file&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;Some participants asked us to add distribution price category code to the metering configurations file that we publish. We agreed that this would help reduce barriers to entry for participants and third parties by helping parties setup billing processes or match consumers to retail plans.&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;Obsolete file and location (to be disestablished mid-February):&lt;/p&gt;&#xD;
&lt;ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: #545555; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&#xD;
&lt;li style="box-sizing: border-box;"&gt;&lt;a class="js-shortCodeLink" style="box-sizing: border-box; background-color: transparent; color: #2470bb; text-decoration-line: none; outline: -webkit-focus-ring-color auto 0px; outline-offset: -2px; border-bottom: none; word-break: break-all;" href="https://www.emi.ea.govt.nz/Retail/Datasets/Metering_configurations"&gt;www.emi.ea.govt.nz/Retail/Datasets/Metering_configurations&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;New file and location:&lt;/p&gt;&#xD;
&lt;ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: #545555; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&#xD;
&lt;li style="box-sizing: border-box;"&gt;&lt;a class="js-shortCodeLink" style="box-sizing: border-box; background-color: transparent; color: #2470bb; text-decoration-line: none; outline: -webkit-focus-ring-color auto 0px; outline-offset: -2px; border-bottom: none; word-break: break-all;" href="https://www.emi.ea.govt.nz/Retail/Datasets/MarketStructure/ICPandMeteringDetails"&gt;www.emi.ea.govt.nz/Retail/Datasets/MarketStructure/ICPandMeteringDetails&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;&lt;strong style="box-sizing: border-box;"&gt;3. Rename of market structure files&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;This is simply a tweak to file names and location.&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;Obsolete file and location (to be disestablished mid-February 2018):&lt;/p&gt;&#xD;
&lt;ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: #545555; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&#xD;
&lt;li style="box-sizing: border-box;"&gt;&lt;a class="js-shortCodeLink" style="box-sizing: border-box; background-color: transparent; color: #2470bb; text-decoration-line: none; outline: -webkit-focus-ring-color auto 0px; outline-offset: -2px; border-bottom: none; word-break: break-all;" href="https://www.emi.ea.govt.nz/Retail/Datasets/Market_structure"&gt;www.emi.ea.govt.nz/Retail/Datasets/Market_structure&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;New file and location:&lt;/p&gt;&#xD;
&lt;ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: #545555; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&#xD;
&lt;li style="box-sizing: border-box;"&gt;&lt;a class="js-shortCodeLink" style="box-sizing: border-box; background-color: transparent; color: #2470bb; text-decoration-line: none; outline: -webkit-focus-ring-color auto 0px; outline-offset: -2px; border-bottom: none; word-break: break-all;" href="https://www.emi.ea.govt.nz/Retail/Datasets/MarketStructure"&gt;www.emi.ea.govt.nz/Retail/Datasets/MarketStructure&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;&lt;strong style="box-sizing: border-box;"&gt;4. Network region shape files&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;Relocating these files to make them easier to find.&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;Obsolete file and location (to be disestablished mid-February 2018):&lt;/p&gt;&#xD;
&lt;ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: #545555; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&#xD;
&lt;li style="box-sizing: border-box;"&gt;&lt;a class="js-shortCodeLink" style="box-sizing: border-box; background-color: transparent; color: #2470bb; text-decoration-line: none; outline: -webkit-focus-ring-color auto 0px; outline-offset: -2px; border-bottom: none; word-break: break-all;" href="https://www.emi.ea.govt.nz/Wholesale/Datasets/Reconciliation/Network_region_shapefiles"&gt;www.emi.ea.govt.nz/Wholesale/Datasets/Reconciliation/Network_region_shapefiles&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;New file and location:&lt;/p&gt;&#xD;
&lt;ul style="box-sizing: border-box; margin-top: 0px; margin-bottom: 10px; color: #545555; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;&#xD;
&lt;li style="box-sizing: border-box;"&gt;&lt;a class="js-shortCodeLink" style="box-sizing: border-box; background-color: transparent; color: #2470bb; text-decoration-line: none; outline: -webkit-focus-ring-color auto 0px; outline-offset: -2px; border-bottom: none; word-break: break-all;" href="https://www.emi.ea.govt.nz/Wholesale/Datasets/MappingsAndGeospatial/NetworkRegionShapefiles"&gt;www.emi.ea.govt.nz/Wholesale/Datasets/MappingsAndGeospatial/NetworkRegionShapefiles&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;</description>
      <pubDate>2017-12-20T23:42:07.7070000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/changes-to-datasets-on-emi-nsp-table-metering-configurations-market-structure-and-shape-files-1/</link>
    </item>
    <item>
      <title>New dataset on EMI – Data on metering configurations</title>
      <description>&lt;p class="MsoNormal"&gt;Agents, third parties, and new entrant retailers have asked for information about&amp;nbsp;metering configurations at ICPs throughout the country. These parties are investing in systems and processes, and it&amp;rsquo;s helpful for them to know all of the options up front rather than discovering each unique configuration one-by-one as they engage with consumers or use the ICP connection data API.&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;We&amp;rsquo;ve released a file detailing &lt;a href="https://www.emi.ea.govt.nz/Retail/Datasets/MarketStructure/ICPandMeteringDetails"&gt;unique metering configurations at ICPs and the number of ICPs with each configuration&lt;/a&gt;. This information is provided at meter register level for any active meter in the registry at any installation at active ICPs. The register information is provided as a space delimited list with &lt;em&gt;energy flow direction&lt;/em&gt;, &lt;em&gt;register content code&lt;/em&gt;, and &lt;em&gt;period of availability&lt;/em&gt;. More information can be found in the &lt;a href="https://www.electricityregistry.co.nz/bin_public/jadehttp.dll?MariaWebR"&gt;registry functional specification&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;The file will be updated and released with other retail reports each month. As with all files in the datasets folders, they are also accessible via our &lt;a href="ftp://emiftp.ea.govt.nz/"&gt;FTP site&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>2016-10-02T22:11:54.5600000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/data-on-metering-configurations-released/</link>
    </item>
    <item>
      <title>ICP connection data API - not available, 19 Sep 2022</title>
      <description>The ICP connection data API seems to have gone belly up this morning - from around 8am perhaps. I am getting errors such as:&#xD;
&#xD;
{"Code":500,"Message":"API is currently unavailable to process this request. (R)"}</description>
      <pubDate>2022-09-18T22:46:18.2100000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/icp-connection-data-api-not-available-19-sep-2022/</link>
    </item>
    <item>
      <title>Process heat - electrification vs biomass</title>
      <description>&lt;p&gt;I'm interested in tracking the switch from fossil fuels to either electricity or bio-mass in process heat. I have noticed that biomass is included in the distributed generation trends dataset. Does anyone know what this would cover? &lt;br&gt;&lt;br&gt;In particular, say Fonterra or some other company replace a coal boiler with bio-mass; would this be included in this data or does it specifically need to be used to generate electricity (which would then be subsequently used in some process)?&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Bonus question: If this data set does not track such conversions, does anyone know of a source that does?&lt;/p&gt;</description>
      <pubDate>2022-08-08T01:34:50.4130000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/process-heat-electrification-vs-biomass/</link>
    </item>
    <item>
      <title>find grid exit point region</title>
      <description>&lt;p&gt;Hi Guys&lt;/p&gt;&#xD;
&lt;p&gt;I know that pricing in NZ is based on zones like OTA and ISL.&lt;/p&gt;&#xD;
&lt;p&gt;Can anyone guide me how can I find these&amp;nbsp;region list if I have an ICP.&lt;/p&gt;&#xD;
&lt;p&gt;Iam using the link below to find the GXP but it doesnt tell which&amp;nbsp;region the ICP belongs to.&lt;/p&gt;&#xD;
&lt;p&gt;https://www.ea.govt.nz/consumers/your-power-data-in-your-hands/my-meter&lt;/p&gt;&#xD;
&lt;p&gt;Apologies If Iam not clear, Iam trying to find the region based on the grid exit point like which region does WIR0331 belongs?&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Is there a list where I can find GXP and zone locations.&lt;/p&gt;</description>
      <pubDate>2022-04-19T03:21:55.6900000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/find-zone-based-on-gxp/</link>
    </item>
    <item>
      <title>Changes to EMI administrators – Matthew Keir signing off from EMI</title>
      <description>&lt;p&gt;Hi everyone,&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;After more than 11 years at the Electricity Authority, I am moving on to pursue other opportunities in 2022. I'm signing off from my role as product owner, a designer, and an admin of EMI.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;It has been a privilege to help bring this platform to life for the Authority and our stakeholders and to champion the role of open data and evidence-based policy. EMI has and continues to inform policy development and decision making within the industry. It provides insights, supports innovation, and enables others to monitor market performance. Ultimately, it enhances transparency and confidence in the evolving electricity market.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Thanks to my colleagues for all your hard work in helping to develop the content and system &amp;ndash; keep it up! A big thanks to our many EMI users, members (nearly 1000), and API subscribers for supporting this platform and our initiatives.&lt;/p&gt;&#xD;
&lt;p&gt;Happy holidays and all the best for 2022!&lt;/p&gt;&#xD;
&lt;p&gt;Matthew Keir&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2021-12-19T05:18:25.8070000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/changes-to-emi-administrators-matthew-keir-signing-off-from-emi/</link>
    </item>
    <item>
      <title>API management policy change – ICP connection data API (further adjustments)</title>
      <description>&lt;p&gt;Following the review of &lt;a href="/thread/api-management-policy-change-icp-connection-data-api-1/"&gt;recent issues&lt;/a&gt;&amp;nbsp;relating to the performance of the ICP connection data API, and work undertaken in response to these issues, we are making further changes to the API management policy to reduce the likelihood of&amp;nbsp;additional&amp;nbsp;issues impacting our users.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;The new management policy will be applied on Thursday 5 August and is as follows:&lt;/p&gt;&#xD;
&lt;blockquote&gt;&#xD;
&lt;p&gt;&lt;em&gt;A management policy is set on this API restricting users to 50 calls per minute for &amp;lsquo;search&amp;rsquo; and 75 calls per minute for &amp;lsquo;get by id&amp;rsquo; calls and/or&amp;nbsp;10&amp;nbsp;MB of data per hour.&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;/blockquote&gt;&#xD;
&lt;p&gt;Our capacity to&amp;nbsp;process aggregate call volumes remains well below what it was previously. This restriction on volumes is to ensure and that the operation of the registry market system is not disrupted.&lt;/p&gt;&#xD;
&lt;p&gt;The new management policy has been set to provide&amp;nbsp;all users a fair go. While unlikely with this policy in place, there remains the possibility of receiving a 503 response (indicating the registry is busy) during periods of heavy use by multiple concurrent users. If you encounter 503 responses, please reduce your call volumes and try again later.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Participants are reminded that they have the ability to use the registry and registry web services directly for operational uses in accordance with the &lt;a href="https://www.ea.govt.nz/operations/retail/the-registry/registry-access/"&gt;registry access policy&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>2021-07-28T22:57:18.2570000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/api-management-policy-change-icp-connection-data-api-further-adjustments/</link>
    </item>
    <item>
      <title>API management policy change – ICP connection data API</title>
      <description>&lt;p&gt;We have previously had to modify the &lt;a href="/thread/api-management-policy-change-icp-connection-data-api/"&gt;ICP API management policy&lt;/a&gt;. We are about to implement additional changes that will impose further restrictions on the number of calls able to be issued to the API. These changes will take effect at the close of business today.&lt;/p&gt;&#xD;
&lt;p&gt;The steady increase in large aggregate call volumes coming through the ICP connection data API have been continuing to adversely impact the underlying registry infrastructure. Further complicating matters, the registry manager has had to implement more restrictive firewall policies to guard against malicious activity. To preserve the integrity of their system and its responsiveness, the registry manager has further reduced the number of concurrent calls they will manage.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;We're making adjustments to our API management policy on the ICP API in line with this. These changes are designed to smooth out the load spikes our users collectively generate on the registry system.&lt;/p&gt;&#xD;
&lt;p&gt;The new management policy is below. Once user load on the registry systems has stabilised, we may revise this policy.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt;A management policy is set on this API restricting users to 250 calls per minute for &amp;lsquo;search&amp;rsquo; and &amp;lsquo;get by id&amp;rsquo; calls and the multiple ICPs &amp;lsquo;get by id list&amp;rsquo; call will no longer be available.&amp;nbsp;&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2021-06-21T02:11:15.6930000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/api-management-policy-change-icp-connection-data-api-1/</link>
    </item>
    <item>
      <title>ICP Connection Data API - failures with code 500 or 404</title>
      <description>&lt;p&gt;Yesterday the ICP data API was very patchy, lots of error code 500 (API is currently unavailable to process this request). Today it is giving 404 ( Resource not found). I'm using&lt;/p&gt;&#xD;
&lt;p&gt;https://emi.azure-api.net/ICPConnectionData/v2/list/?ids=&lt;/p&gt;&#xD;
&lt;p&gt;Has something changed?&lt;/p&gt;</description>
      <pubDate>2021-06-21T22:40:20.3200000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/icp-connection-data-api-failures-with-code-500-or-404/</link>
    </item>
    <item>
      <title>Low fixed charge plan uptake by year and annual consumption</title>
      <description>&lt;p&gt;Following the recommendation in the &lt;a href="https://www.mbie.govt.nz/building-and-energy/energy-and-natural-resources/energy-consultations-and-reviews/electricity-price/"&gt;Electricity Price Review&lt;/a&gt;, MBIE has investigated and consulted on options to phase out the low fixed charge (LFC) regulations. The Authority provided MBIE with information to inform and support their analysis and options development.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Two charts are presented below to highlight some of these insights and inform other interested parties.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Figure 1: Distribution of consumption for primary residences supplied through LFC and standard plans - 2020&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/d4a30371-26f9-4ea4-9abd-ad34017b13f7_1.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Figure 2: Proportion of primary residences supplied through LFC plans over time&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/3901eaba-c5f5-4157-9fa7-ad34017b2b58_2.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Note:&lt;/p&gt;&#xD;
&lt;p&gt;1. Retailers are not required to record primary residences and the approach varies significantly across the industry. Some ICPs were filtered out from these results due to inconsistencies or lack of consumption data, so the counts will be&amp;nbsp;less than&amp;nbsp;the total primary residences. LFC status is at 31 Dec 2020 and consumption data is for 2020. LFC plans must be offered to primary residences but are not required to be offered to holiday homes etc.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;2. Annual consumption thresholds of 8000kWh and 9000kWh (in the lower South Island) where consumers will be better off selecting an LFC plan are set in the regulations. The figures above only present aggregated national results.&lt;/p&gt;&#xD;
&lt;p&gt;Attachment: The attached file&amp;nbsp;includes the data presented in Figure 1.&lt;/p&gt;</description>
      <pubDate>2021-05-26T23:02:41.5330000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/low-fixed-charge-plan-uptake-by-year-and-annual-consumption/</link>
    </item>
    <item>
      <title>Real time access to ICP half-hour data</title>
      <description>&lt;p&gt;Hi experts,&lt;/p&gt;&#xD;
&lt;p style="margin: 0cm;"&gt;&lt;span style="color: #44546a; font-size: 10.5pt;"&gt;&lt;span style="font-family: Franklin Gothic Book;"&gt;I am wondering if real-time power usage (half-hour) data are available for a certain ICP and can be received on a daily/hourly basis.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p style="margin: 0cm;"&gt;&lt;span style="color: #44546a; font-size: 10.5pt;"&gt;&lt;span style="font-family: Franklin Gothic Book;"&gt;We monitor our clients' energy consumption to help them implement action plans for energy and cost saving so your advise will be highly appreciated.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p style="margin: 0cm;"&gt;&lt;span style="color: #44546a; font-size: 10.5pt;"&gt;&lt;span style="font-family: Franklin Gothic Book;"&gt;Thanks&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2021-05-09T21:44:19.4830000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/real-time-access-to-icp-half-hour-data/</link>
    </item>
    <item>
      <title>API management policy change – ICP connection data API</title>
      <description>&lt;p&gt;Large aggregate call volumes coming through the &lt;a href="https://emi.portal.azure-api.net/docs/services/ICP-connection-data-v2/operations/56fd9f8fea9dce11ec5eee7f"&gt;ICP connection data API&lt;/a&gt; have been adversely impacting the underlying registry infrastructure. To preserve the integrity of their system and its responsiveness the registry manager has reduced the number of concurrent calls they will&amp;nbsp;manage.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;We're making&amp;nbsp;adjustments to our API management policy on this API in line with this.&amp;nbsp;These changes are designed to smooth out the load spikes our&amp;nbsp;users collectively generate on the registry system.&lt;/p&gt;&#xD;
&lt;p&gt;The new management policy is below. This will take effect soon.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt;&lt;span style="font-size: 10.5pt; font-family: Helvetica, sans-serif; color: #505050; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial;"&gt;A management policy is set on this API restricting users to 250 calls per minute for &amp;lsquo;search&amp;rsquo; and &amp;lsquo;get by id&amp;rsquo; calls while calls for multiple ICPs &amp;lsquo;get by id list&amp;rsquo; is restricted to 10 calls per minute, each up to 50 ICPs. Additionally, users are restricted to 5 MB of data per 15 min period.&amp;nbsp;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;</description>
      <pubDate>2021-02-05T03:51:11.2200000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/api-management-policy-change-icp-connection-data-api/</link>
    </item>
    <item>
      <title>ICP Connection Data API: Many failures with code:500</title>
      <description>&lt;p&gt;Starting over the recent weekend, the ICP Connection Data API has been behaving very erratically.&lt;br&gt;&lt;br&gt;In particular, the "get by ID list" call appears to be failing with code 500 ({"Code":500,"Message":"API is currently unavailable to process this request."}) a high proportion of the time, even though it also does sometimes succeed with exactly the same parameters.&lt;br&gt;&lt;br&gt;Is there some kind of issue with the registry database that is causing this?&lt;br&gt;&lt;br&gt;When is it likely to be fixed?&lt;/p&gt;</description>
      <pubDate>2021-02-01T00:33:51.8430000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/icp-connection-data-api-many-failures-with-code-500/</link>
    </item>
    <item>
      <title>Lines Companies and Area Codes</title>
      <description>&lt;p&gt;Where can I find a list of lines/network companies including embedded networks with their respective Area codes (2 digit number) ?&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;e.g. Orion "56"&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;All lists I've found don't include the area code.&lt;/p&gt;</description>
      <pubDate>2020-10-06T21:38:05.3170000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/lines-companies-and-area-codes/</link>
    </item>
    <item>
      <title>New report on EMI – Consumption data request trends</title>
      <description>&lt;p&gt;We recently released a report on &lt;a href="https://www.emi.ea.govt.nz/Retail/Reports/CMYNSC"&gt;consumption data request trends&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;p&gt;The Authority amended the Code to improve the EIEP13 process used by consumer agents to request consumption data from a retailer on behalf of a consumer. These changes sought to address concerns that access to data and the use of that data to drive innovation was being hampered. The Code changes came into effect in March 2020 and&amp;nbsp;were designed to streamline access via standardised file formats and processes. This report provides insights into how the agents and retailers are&amp;nbsp;using&amp;nbsp;the new process.&lt;/p&gt;&#xD;
&lt;p&gt;Users can view information as either, requests submitted, or responses provided in each month. A range of measures are reported and each can be shown as a count or proportion of requests that have been made. The measures included in the report are:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;Number of requests or responses&lt;/li&gt;&#xD;
&lt;li&gt;Number declined&lt;/li&gt;&#xD;
&lt;li&gt;Number with no response&lt;/li&gt;&#xD;
&lt;li&gt;Number with a response over the 5-day threshold&lt;/li&gt;&#xD;
&lt;li&gt;Average business days for responses&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;The new process came into effect as Covid-19 arrived in New Zealand and our response to combat the spread escalated. The initial industry response to the new Code provisions was poor. However, this response has improved over time (although on lower volumes of requests). Increased automation for handling requests by participants should see further improvement occur including better adherence to the file formats.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/dh4zi"&gt;Average business days for responses to consumption data requests&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/24453450-f824-453e-814d-ac410030cbce_consumption-data-request-trends-20200925132401.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/ao1z3"&gt;Over 90% of requests are by one consumer agent (Cortexo)&lt;/a&gt; &lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/97d3edc2-d712-4286-9faa-ac410033f63d_consumption-data-request-trends-20200925150842.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;More insights are available in the &lt;a href="https://www.emi.ea.govt.nz/Retail/Reports/CMYNSC"&gt;report&lt;/a&gt; or the public dashboard called &lt;a href="https://www.emi.ea.govt.nz/MemberDashboards/Public/36284590-96c2-462a-a711-d147302740fa"&gt;consumption data request activity&lt;/a&gt;. Users can hover over data points for more context on relative measures.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2020-09-25T03:28:44.8730000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-report-on-emi-consumption-data-request-trends/</link>
    </item>
    <item>
      <title>Version 1 of the ICP connection data API is about to be turned off</title>
      <description>&lt;p&gt;The ICP connection API (v1) was originally slated to be turned off on 1 September 2020 - see the discussion &lt;a href="/thread/new-emi-api-release-version-2-of-the-icp-connection-data-api-now-available/"&gt;here&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;p&gt;We are now proposing to turn it&amp;nbsp;off by the close of play on &lt;strong&gt;14 September 2020&lt;/strong&gt;. If you haven't already done so, please migrate to v2 now.&lt;/p&gt;&#xD;
&lt;p&gt;Thanks&lt;/p&gt;&#xD;
&lt;p&gt;Phil&lt;/p&gt;</description>
      <pubDate>2020-08-25T23:29:40.3230000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/version-1-of-the-icp-connection-data-api-is-about-to-be-turned-off/</link>
    </item>
    <item>
      <title>Explaining significant changes to ICP market share in market segments, Feb – Apr 2020</title>
      <description>&lt;p&gt;We&amp;rsquo;ve received several questions around changes in market share, market segments, and switching numbers specifically in relation to Meridian. I&amp;rsquo;ve published a&amp;nbsp;simple&amp;nbsp;&lt;a href="http://www.emi.ea.govt.nz/d/gyv0m"&gt;dashboard&lt;/a&gt; that helps highlight what is going on. Care is required when interpreting the various market share measures, given the changes that have occurred.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;a href="http://www.emi.ea.govt.nz/r/o5j0o"&gt;Retailer growth in industrial ICPs, Feb - Apr 2020&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/20c375d1-a1fa-4454-9aa8-abf70039b305_retailer-growth-20200713152739.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Market share, as measured by ICP counts, can change due to:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;winning or losing ICPs through customer switching,&lt;/li&gt;&#xD;
&lt;li&gt;winning or losing ICPs through commercial transfers or bulk switches (e.g. purchasing the retail book of another retailer),&lt;/li&gt;&#xD;
&lt;li&gt;winning new connections or having connections disestablished (e.g. ICPs changing status),&lt;/li&gt;&#xD;
&lt;li&gt;within a market segment, market share can change as ICPs are assigned new ANZSIC codes.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;h4&gt;Meridian has shifted ICPs between market segments&lt;/h4&gt;&#xD;
&lt;p&gt;Shifting ICPs between market segments occurs due to changes in ANZSIC codes for each ICP in the registry,&amp;nbsp;and is not affected by&amp;nbsp;switching. Early in 2020 Meridian migrated back-office systems. Their old system recorded an ANZSIC code for each ICP and allowed the business classification to reflect the activity occurring at each ICP.&amp;nbsp; Meridian&amp;rsquo;s new system records a single ANZSIC code per customer. In this situation, a single customer with an account pertaining to multiple ICPs will have the same ANZSIC code for all of that customer's ICPs. The shift observed in the data may be farm residences that were previously recorded as residential connections now being recorded as commercial or industrial, as the electricity account is settled by a business customer.&lt;/p&gt;&#xD;
&lt;p&gt;ANZSIC codes are required to be populated in the registry in Schedule 11.1 9(1)(k) of the &lt;a href="https://www.ea.govt.nz/code-and-compliance/the-code/"&gt;Code&lt;/a&gt;. The provision refers to &amp;lsquo;customers&amp;rsquo; at the ICP rather than electricity use &lt;em&gt;&amp;ldquo;except as provided in subclause (1A), the relevant business classification code applicable to the customer at the ICP, in accordance with business classification codes published by the Authority&amp;rdquo;&lt;/em&gt;. Meridian did clarify this interpretation of &amp;lsquo;customer&amp;rsquo; with the Authority at the planning stages of their migration and&amp;nbsp;the Authority confirmed the interpretation. Earlier &lt;a href="https://www.ea.govt.nz/dmsdocument/13961-memo-guidance-for-the-population-of-new-registry-fields-from-6-june-2013"&gt;guidance&lt;/a&gt; from the Authority (at the time the Part 10 changes were implemented) sought to clarify the situation where a single ICP supplied multiple uses. In this case, the ANZSIC code populated in the registry should&amp;nbsp;reflect the Trader's expectation of the predominant use of electricity.&lt;/p&gt;&#xD;
&lt;p&gt;The changes Meridian has made have a significant impact on all metrics presented by market segments on this website. During the time Meridian was undertaking their back-office migration, they were also active in winning customers through switching, and also winning new connections. This has made it difficult for some viewers to understand what is going on with the market share metrics. The &lt;a href="http://www.emi.ea.govt.nz/d/gyv0m"&gt;public dashboard&lt;/a&gt; helps explain what has occurred.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;h4&gt;The &lt;a href="http://www.emi.ea.govt.nz/d/gyv0m"&gt;public dashboard&lt;/a&gt; has four pages:&lt;/h4&gt;&#xD;
&lt;p&gt;1. Market share trends, all ICPs and by market segments, 1 Jun 2018 &amp;ndash; 31 May 2020&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;Meridian&amp;rsquo;s market share of all ICPs has increased over time to almost 15% (similar to the small and medium retailers combined).&lt;/li&gt;&#xD;
&lt;li&gt;The effect of Meridian changing the ANSZIC codes of ICPs en masse is evident during the period 1 Feb to 30 Apr 2020. The drop in residential ICPs is accompanied by an increase in commercial and industrial ICPs.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;2. Market share summary, all ICPs and by market segments, 1 Feb &amp;ndash; 30 Apr 2020&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;Meridian gained 6122 ICPs. If 5612 were from switching (see below), then ~510* ICPs must be the net result of new ICPs less disestablished ICPs.&amp;nbsp;&lt;/li&gt;&#xD;
&lt;li&gt;Distorted Meridian loss of 5.7% for their residential ICPs during the period despite winning 2112 through switching.&lt;/li&gt;&#xD;
&lt;li&gt;Distorted Meridian increase of 16.5% commercial ICPs and 30% industrial ICPs during the period.&lt;/li&gt;&#xD;
&lt;li&gt;Given the increase in ICPs in each business segment (see below) other retailers may have lost market share in the business segment despite not losing (or even gaining) many ICPs.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;3. Switching summary, all ICPs and by market segments, 1 Feb &amp;ndash; 30 Apr 2020&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;Meridian gained 16,368 and lost 10,756 ICPs giving a net increase of 5612 for the period.&lt;/li&gt;&#xD;
&lt;li&gt;Meridian had a net gain of 2112 residential ICPs through switching&amp;nbsp;&lt;/li&gt;&#xD;
&lt;li&gt;Meridian had a net gain of 2362 commercial ICPs through switching&amp;nbsp;&lt;/li&gt;&#xD;
&lt;li&gt;Meridian had a net gain of 1138 industrial ICPs through switching&amp;nbsp;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;4. Growth in ICPs, all ICPS and by market segments, 1 Feb &amp;ndash; 30 Apr 2020&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;Overall ICPs in the retail market increased by 6144, with 4720 ICPs in North Island and 1424 in the South Island&lt;/li&gt;&#xD;
&lt;li&gt;Distorted drop in residential ICPs across most regions &amp;ndash; e.g. almost a 7% decline in residential connections in Ashburton&lt;/li&gt;&#xD;
&lt;li&gt;Distorted increase in commercial and industrial ICPs across most regions &amp;ndash; e.g. 25% increase in industrial connections in Central Canterbury&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;This issue will also impact other metrics such as residential savings totals, residential consumption statistics, business demand, distributed generation statistics (e.g. residential ICPs with PV dropped for the first time ever in April 2020), and potentially&amp;nbsp;other government reporting on the electricity sector that relies on these data.&lt;/p&gt;&#xD;
&lt;p&gt;* Switching numbers are recorded on the date the switch is initiated in the registry and not on the completion date when any switches impact market share. This difference means that there is a slight lag between the two metrics with switches initiated at the end of one month able to impact market share in the next month. Given this lag, the simple subtraction used to determine the contribution of ICPs to Meridian's market share during the period is only approximate.&lt;/p&gt;</description>
      <pubDate>2020-07-13T03:33:43.0500000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/explaining-significant-changes-to-icp-market-share-in-market-segments-feb-apr-2020/</link>
    </item>
    <item>
      <title>New report on EMI – Business demand trends</title>
      <description>&lt;p&gt;We have released a new report that monitors &lt;a href="http://www.emi.ea.govt.nz/Retail/Reports/PVES0V"&gt;electricity demand from business consumers&lt;/a&gt;&amp;nbsp;on a monthly basis. This report splits network-connected business demand from residential demand for the first time, enhancing the information available on the demand side of the wholesale market. Users are able to drill down into regions and explore relative measures with and without NZAS demand included. Some examples of the insights that can be derived follow.&lt;/p&gt;&#xD;
&lt;p&gt;The report can highlight&amp;nbsp;the impact that New Zealand&amp;rsquo;s response to Covid-19 had on business electricity demand and the degree to which this has now recovered.&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/zr1xc"&gt;Total business demand down 25 per cent in April 2020 from April 2019&amp;nbsp;&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/rnuse"&gt;Network connected business demand was down 24 per cent in April 2020 from April 2019. However, demand recovered quickly with June's demand back to 2019 levels.&amp;nbsp;&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/uosm1"&gt;Grid-connected demand (excluding NZAS) dropped 45.5 per cent in April from March 2020 but recovered strongly in May&lt;/a&gt;.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/zr1xc"&gt;Total business demand, 2016 - 2020 YTD&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/a3d0041b-65e9-4a2a-ad45-ac06000fe337_business-demand-trends-20200728125726.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;The report can help add context to recent announcements from NZAS and highlights the materiality of NZAS demand relative to total demand from the country, South Island, and Lower South Island.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/5nito"&gt;NZAS accounts for ~56 per cent of lower South Island demand&amp;nbsp;&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/4l2dn"&gt;NZAS accounts for ~34 per cent of South Island demand&amp;nbsp;&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/lrxoc"&gt;NZAS accounts for ~13 per cent of National demand&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/4l2dn"&gt;NZAS annual demand as a proportion of South Island demand&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/d3230ce4-13c4-4f16-9abd-ac060010aeee_business-demand-trends-20200728130015.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;The report can highlight changes in underlying business&amp;nbsp;demand.&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/pif0x"&gt;Grid-connected demand (excl. NZAS) has been trending downwards from nearly 9 per cent in 2010 to 6 per cent in 2019.&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/nitzs"&gt;South Island network-connected business demand seasonality (irrigation)&lt;/a&gt;. On an annual basis, this demand represents 40 per cent of total South Island demand and is roughly equivalent to network-connected business demand in the Upper North Island.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/nitzs"&gt;South Island network-connected demand, 2016 - 2020 YTD&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/eedba21f-513c-4a07-9d53-ac0600114061_business-demand-trends-20200728130229.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;For more insights see the report&amp;nbsp;or dashboards below.&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/Retail/Reports/PVES0V"&gt;Business demand trends report&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/d/4awj1"&gt;Monthly demand overview EMI dashboard&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/d/s415m"&gt;NZAS demand overview public dashboard&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;Recall the &amp;lsquo;All dashboard instances&amp;rsquo; button at the top right of any report will display report instances that our users find useful and have added to a dashboard.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2020-07-28T01:28:18.4230000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-report-on-emi-business-demand-trends/</link>
    </item>
    <item>
      <title>EMI reports updated – Residential consumption trends, summary, and map</title>
      <description>&lt;p&gt;With assistance from retailers and some changes to the electricity registry transfer hub, we&amp;rsquo;ve enhanced our set of residential consumption reports so that they update on a monthly basis. This allows users to draw more timely insights. More timely information is especially helpful when trying to assess the impact that the&amp;nbsp;Covid-19 response has had on residential consumption.&lt;/p&gt;&#xD;
&lt;p&gt;In addition to improving the timeliness of demand insights, we have also implemented enhancements to the residential consumption trends report:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;We have included a &amp;lsquo;residential demand&amp;rsquo; option under the show parameter. Residential demand is the demand that residential consumption, as measured at the ICP, imposes on the electricity system, as if it were measured at the grid point of connection (POC). In essence, we&amp;rsquo;ve adjusted the consumption to account for local network losses so that we can equate demand across the residential and business sectors at the grid POC.&lt;/li&gt;&#xD;
&lt;li&gt;Including options for the proportion of national or regional demand while excluding NZAS demand from the total. This parameter setting can provide useful insights into the breakdown of demand in a world without the Tiwai smelter.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;Residential consumption hit new records for March, April, and May, up 7.7 per cent against the same period in 2019.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/2xrbm"&gt;Total&amp;nbsp;residential consumption, 2019 - 2020 YTD&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/93c3cda7-dbc9-49a0-aae2-ac06000c4ce9_residential-consumption-trends-20200728124422.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Residential demand varies from 30 per cent of total demand during the summer months when NZAS demand is excluded, to 46 per cent in the winter months. We can expect residential load to account for a much higher proportion of peak demand. However, we only have monthly data at this time so cannot demonstrate this.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/hbkkq"&gt;Residential demand as a proportion of national demand excluding NZAS, 2016 - 2020 YTD&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/1ec810d2-e29b-4bc6-b130-ac06000d3cdf_residential-consumption-trends-20200728124724.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;For more insights see the collection of residential consumption reports below:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/Retail/Reports/0YUCE0"&gt;Residential consumption trends&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/Retail/Reports/DUOM0B"&gt;Residential consumption map&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/Retail/Reports/4UKCHI"&gt;Residential consumption summary&lt;/a&gt;&amp;nbsp;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;Recall the &amp;lsquo;All dashboard instances&amp;rsquo; button at the top right of any report will display report instances that our users find useful and have added to a dashboard.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2020-07-28T01:25:47.0470000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/emi-reports-updated-residential-consumption-trends-summary-and-map/</link>
    </item>
    <item>
      <title>Bugs in ICP connection data API (or deeper)</title>
      <description>&lt;p&gt;There appears to be a bug that stops searches by address from returning any results when the street name field begins with "CNR". This applies to at least the ICP connection data API (and so also "My meter" page). No amount of fiddling with wildcard searching or similar seems to help and I haven't found any documentation that might explain this.&lt;br&gt;&lt;br&gt;For one example: 0000022666WE053, 44,CNR HORSHAM DOWNS ROAD,Rototuna North,HAMILTON,Waikato&lt;br&gt;&lt;br&gt;Due to other details I've observed (decommissioned ICPs on some particular networks where all have had their addresses stripped, *except* for the "CNR" cases) it looks to me that the underlying cause might be deeper than the API itself. Perhaps the underlying index has garbled info for these cases, or they have been excluded altogether, although I cannot even begin to imagine why that would the case.&lt;br&gt;&lt;br&gt;Clive Gifford&lt;/p&gt;</description>
      <pubDate>2020-02-19T01:35:54.7500000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/bugs-in-icp-connection-data-api-or-deeper/</link>
    </item>
    <item>
      <title>New reports on EMI – Win-back indicators</title>
      <description>&lt;p&gt;On 31 March 2020, Part 11 of the Code was changed to ban retailers from contacting customers to offer them an incentive to stay after those customers had already initiated a switch away. However, customers may voluntarily choose to contact their previous supplier to withdraw a switch away or to arrange a switch-back. Such customer-initiated actions will appear in these new reports as potential win-backs, even though they are compliant with the Code amendment on saves and win-backs.&lt;/p&gt;&#xD;
&lt;p&gt;The ban on win-backs applies to customers that were supplied by the retailer (or a retailer in their parent group) during a switch-protected period lasting 180 days. The win-back ban is defined by the relationship between a retailer and a customer. The registry currently holds information on traders and ICPs, so looking at this information in isolation is insufficient to tell if an ICP-trader switch withdrawal or switch-back is a retailer-customer win-back. Insights can nevertheless be derived when the report highlights outliers. Such outliers may require further investigation.&lt;/p&gt;&#xD;
&lt;p&gt;Users will find the &amp;ldquo;ICPs won by&amp;rdquo; and &amp;ldquo;Show&amp;rdquo; parameters very useful when exploring trader behaviour. These parameters enable a potential win-back mechanism to be selected and represented as a simple count, relative to initiated switches away (for withdrawals), or relative to ICPs won in the month. This approach can allow outliers to be more easily identified. However, these relative results can be noisy for small micro retailers where one withdrawn switch or switch back might be 100% of gains within a month.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;For more information please read the notes with the report under the &lt;a href="http://www.emi.ea.govt.nz/r/ndjt1"&gt;more information report tab&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;h4&gt;Win-back indicator trends&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/r0152"&gt;Potential win-backs within 180 days relative to ICPs won, June 2018 &amp;ndash; May 2020&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/14335013-dd2f-4638-9613-abe9017aee71_win-back-indicator-trends-20200630105634.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/ugt3v"&gt;Total withdrawn trader switches as a proportion of initiated switches away, June 2018 &amp;ndash; May 2020&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/166e385d-f0aa-4b71-980b-abe9017b528b_win-back-indicator-trends-20200630105505.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-NZ; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Users might also be interested in &lt;a href="http://www.emi.ea.govt.nz/r/qlfyk"&gt;Flick&amp;rsquo;s historical switch-backs&lt;/a&gt; vs&amp;nbsp;&lt;a href="http://www.emi.ea.govt.nz/r/5vdob"&gt;wholesale price&lt;/a&gt;. &lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-NZ; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Users can follow a &lt;a href="http://www.emi.ea.govt.nz/d/aq3cx"&gt;public dashboard&lt;/a&gt; that highlights the trends for a range of potential win-back metrics.&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;h4&gt;Win-back indicator&amp;nbsp;summary&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/cuvrl"&gt;Potential win-backs within 180 days relative to ICPs won, May 2020&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-NZ; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;img src="/Content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/54c9194c-0eee-4f48-b0cd-abea000324a9_summary.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-NZ; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Users can follow a &lt;a href="http://www.emi.ea.govt.nz/d/gl3wa"&gt;public dashboard&lt;/a&gt; that highlights insights for the latest month for a range of switching and win-back metrics.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;span style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-NZ; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Recall the &amp;lsquo;All dashboard instances&amp;rsquo; button at the top right of any report will display reports instances that our users find useful and have added to a dashboard.&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2020-06-30T00:15:02.5770000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-reports-on-emi-win-back-indicators/</link>
    </item>
    <item>
      <title>New EMI API release – 1 March 2020, Version 2 of the ICP connection data API (ACCES quick wins)</title>
      <description>&lt;p&gt;Version 2 of the &lt;a href="https://emi.portal.azure-api.net/docs/services/"&gt;ICP connection data API&lt;/a&gt; is scheduled to go live on Sunday 1 March 2020.&amp;nbsp; The original ICP connection API will be deprecated but will continue to operate as it currently does so no systems relying on it will be interrupted. This original version of the API will be turned off in six months&amp;rsquo; time on 1 September 2020.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Subscribers to the API will be able to migrate to version 2 and take advantage of the additional information at their convenience. Migrating to the new version should be a simple change to the URL call to include (v2) and handling on the additional fields and improved error responses. Users can test the API on the API platform when&amp;nbsp;v2 becomes available.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;These changes are being made as part of the &lt;a href="https://www.ea.govt.nz/development/work-programme/evolving-tech-business/acces/development/additional-consumer-choice-of-electricity-services-acces-decision-paper/"&gt;Additional Consumer Choice of Electricity Services (ACCES) project&lt;/a&gt; and will be accompanied by changes to the process to request consumption data from retailers. Agents are reminded that they will need to sign up to the new terms of the registry transfer hub to use EIEP13s. The new terms and sign up process will be made available next week on the &lt;a href="https://www.ea.govt.nz/operations/consumer-services/provide-a-service-with-electricity-data/consumption-data/"&gt;provide a service with electricity page&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;hr&gt;&#xD;
&lt;h3&gt;Version 2 ICP connection data API release notes&lt;/h3&gt;&#xD;
&lt;p&gt;The original ICP connection data API that was released in 2016 as part of the Authority's 'Retail Data Project (RDP)'.&lt;/p&gt;&#xD;
&lt;p&gt;This version (V2) was released on 1 March 2020 following further consultation in 2019 as part of the 'Additional Consumer Choice of Electricity Services (ACCES)' project. This version of the API includes additional fields along with some other enhancements.&lt;/p&gt;&#xD;
&lt;h4&gt;'Get by ID' and 'Get by ID list' call changes&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;strong&gt;New fields released&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;"PropertyNameOrDescription" (string) in the Address object (called "Property Name" in the registry functional spec)&lt;/li&gt;&#xD;
&lt;li&gt;"InitialElectricallyConnectedDate" (string formatted as YYYY-MM-DD) in the Network object&lt;/li&gt;&#xD;
&lt;li&gt;"TraderSwitchInProgress" (boolean) in the Trader object&lt;/li&gt;&#xD;
&lt;li&gt;"ANZSICcode" (string) in the Trader object&lt;/li&gt;&#xD;
&lt;li&gt;"ProfileCode" (string) in the Trader object&lt;/li&gt;&#xD;
&lt;li&gt;"CertificationExpiryDate" (string formatted as YYYY-MM-DD) in the Meter installation object&lt;/li&gt;&#xD;
&lt;li&gt;"ComponentType" (string) in the Meter component object&lt;/li&gt;&#xD;
&lt;li&gt;"SwitchReadIndicator" (boolean) in the Meter channel object (called "Settlement Indicator" in the registry functional spec, but only indicates if the channel read may be needed in the switch process)&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;"NetworkParticipantName" (string) in Network object (included via lookup of "NetworkParticipantID" field, will repeat the ID if not found)&lt;/li&gt;&#xD;
&lt;li&gt;"TraderParticipantName" (string) in Trader object (included via lookup of "TraderParticipantID" field, will repeat the ID if not found)&lt;/li&gt;&#xD;
&lt;li&gt;"MeteringEquipmentProviderParticipantName" (string) in Metering object (included via lookup of "MeteringEquipmentProviderParticipantID" field, will repeat the ID if not found)&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Moved fields&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;"ICPIdentifier" moved to first in the return order&lt;/li&gt;&#xD;
&lt;li&gt;"ICPStatus" moved to second in the return order&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Renamed fields&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;"NetworkParticipantID" in the Network object renamed from "Network"&lt;/li&gt;&#xD;
&lt;li&gt;"TraderParticipantID" in the Trader object renamed from "Trader"&lt;/li&gt;&#xD;
&lt;li&gt;"MeteringEquipmentProviderParticipantID" in the Metering object renamed from "MeteringEquipmentProvider"&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;h4&gt;'Search' call changes&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;strong&gt;New fields released&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;"PropertyNameOrDescription" (string) in Address object (called "Property Name" in the registry functional spec)&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;h4&gt;Gating and response code changes&lt;/h4&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;400 'bad request' code included filtering ICPs not meeting the required format&lt;/li&gt;&#xD;
&lt;li&gt;Messages will be returned in the messages object with the appropriate code where available&amp;nbsp;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;hr&gt;&#xD;
&lt;h3&gt;&amp;nbsp;'Get by ID' call - successful response sample (The 'Get by ID list' call follows the same format)&lt;/h3&gt;&#xD;
&lt;blockquote&gt;&#xD;
&lt;p&gt;{&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "ICPIdentifier": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "ICPStatus": 0,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "Address": {&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &lt;strong&gt;"PropertyNameOrDescription": "string",&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressUnit": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressNumber": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressStreet": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressSuburb": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressTown": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressRegion": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressPostCode": 0,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "GPS_Easting": 0.086597829994870867,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "GPS_Northing": 0.089592538769447838&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; },&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "Network": {&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "NetworkParticipantID": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "NetworkParticipantName": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "POC": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "ReconciliationType": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &lt;strong&gt;"InitialElectricallyConnectedDate": "string",&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "GenerationCapacity": 0.59222133055867521,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "FuelType": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "DirectBilledStatus": "string"&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; },&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "Pricing": {&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "DistributorPriceCategoryCode": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "DistributorLossCategoryCode": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "ChargeableCapacity": 0.74166837179270262,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "DistributorInstallationDetails": "string"&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; },&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "Trader": {&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &lt;strong&gt;"TraderSwitchInProgress": false,&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "TraderParticipantID": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "TraderParticipantName": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &lt;strong&gt;"ProfileCode": "string",&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &lt;strong&gt;"ANZSICcode": "string",&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "DailyUnmeteredkWh": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "UnmeteredLoadDetails": "string"&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; },&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "Metering": {&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "MeteringEquipmentProviderParticipantID": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "MeteringEquipmentProviderParticipantName": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "InstallationInformation": [&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "MeteringInstallationCategory": 0,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "MeteringInstallationType": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;strong&gt; "CertificationExpiryDate": "string",&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "ComponentInformation": [&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;strong&gt;"ComponentType": "string",&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "MeteringComponentSerialNumber": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "MeterType": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "AMIFlag": false,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "CompensationFactor": 0.68670529385750934,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "ChannelInformation": [&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "MeteringComponentSerialNumber": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "ChannelNumber": 0,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "RegisterContentCode": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "PeriodOfAvailability": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "UnitOfMeasurement": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "EnergyFlowDirection": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; "AccumulatorType": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;strong&gt;"SwitchReadIndicator": false&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; ]&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; },&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "Messages": [&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "string"&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; ]&lt;/p&gt;&#xD;
&lt;p&gt;}&lt;/p&gt;&#xD;
&lt;/blockquote&gt;&#xD;
&lt;hr&gt;&#xD;
&lt;h3&gt;'Search' call &amp;ndash; successful response sample&lt;/h3&gt;&#xD;
&lt;blockquote&gt;&#xD;
&lt;p&gt;{&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "Address": {&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &lt;strong&gt;"PropertyNameOrDescription": "string",&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressStreet": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressSuburb": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressTown": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressRegion": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "PhysicalAddressPostCode": 0,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "GPS_Easting": 0.11158078265068716,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "GPS_Northing": 0.53635229909462989&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; },&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "ICPIdentifier": "string",&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "ICPStatus": 0,&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; "Messages": [&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; &amp;nbsp; "string"&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp; ]&lt;/p&gt;&#xD;
&lt;p&gt;}&amp;nbsp;&lt;/p&gt;&#xD;
&lt;/blockquote&gt;</description>
      <pubDate>2020-02-20T02:40:33.0330000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-emi-api-release-1-march-2020-version-2-of-the-icp-connection-data-api-acces-quick-wins/</link>
    </item>
    <item>
      <title>Switching summary detailed data request</title>
      <description>&lt;p&gt;Hi EA, I'm wondering if the Switching Summary dataset could be expanded to the underlying time series data? Currently if selecting an extended period of time the data shows open and close detail against the time period, and not the monthly data across that time period. It's the&amp;nbsp;by-month data that's more relevant. Particularly as for the faster growing challenger brands, the rate numbers shown aren't that meaningful when they're stated off a low opening base for any extended period.&lt;/p&gt;&#xD;
&lt;p&gt;I may be missing something, but I cannot see how the dataset across multiple months can be generated and downloaded in a single instance.&lt;/p&gt;&#xD;
&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>2019-06-05T23:23:05.0400000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/switching-summary-detailed-data-request/</link>
    </item>
    <item>
      <title>NZTM coordinates for ICPs (GPS coordinates)</title>
      <description>&lt;p&gt;The registry contains fields to record coordinates of ICPs. Each&amp;nbsp;distributor responsible for ICPs is able to populate these fields and we strongly encourage them to do so. However, populating them is not mandated in the Code.&lt;/p&gt;&#xD;
&lt;p&gt;Some users of the &lt;a href="https://emi.portal.azure-api.net/docs/services/56a92d5074ff88075485e86d/operations/56fd9f8fea9dce11ec5eee7f"&gt;ICP connection data API&lt;/a&gt; are keen to utilise this locational information and might expect the information to be available for all ICPs. The following table shows the proportion of ICPs that have these fields populated as at 30 June 2016. It is great to see some distributors leading the way here. These networks&amp;nbsp;provide a good opportunity to prototype any application that uses the API and requires this information.&lt;/p&gt;&#xD;
&lt;h4&gt;Geocoded ICPs at 30 June 2016&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;img src="https://apimgmtst7tk4imwmlfctnfg.blob.core.windows.net/content/MediaLibrary/EMI%20forum%20content/Geocoded%20ICPs.JPG" alt="Geocoded ICPs 30 June 2016" width="600" height="252"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Guidance for the population of these fields in the registry is provided &lt;a href="http://www.ea.govt.nz/operations/retail/the-registry/about-the-registry/"&gt;here&lt;/a&gt; and attached.&lt;/p&gt;&#xD;
&lt;p&gt;We also publish related material:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;NZTM coordinates for all NSPs (GXPs etc) in the &lt;a href="/Datasets/Wholesale/Reconciliation/Network_supply_points_table"&gt;NSP table&lt;/a&gt;.&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="/Datasets/Wholesale/Reconciliation/Network_region_shapefiles"&gt;Shapefiles&lt;/a&gt; for various network defined regions.&lt;/li&gt;&#xD;
&lt;/ul&gt;</description>
      <pubDate>2016-06-30T23:06:33.5700000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/nztm-coordinates-for-icps-gps-coordinates/</link>
    </item>
    <item>
      <title>Runtime error on ICP connection data API – 1 Jul 2019</title>
      <description>&lt;p&gt;Hi&lt;/p&gt;&#xD;
&lt;p&gt;ICP connection data API is throwing a Runtime Error; first noticed the issue at 7:43am Monday 1st July 2019.&lt;/p&gt;&#xD;
&lt;p&gt;Can't find a support channel to log this so hopefully this get's picked up soon.&lt;/p&gt;&#xD;
&lt;p&gt;Regards&lt;/p&gt;&#xD;
&lt;p&gt;Ben&lt;/p&gt;</description>
      <pubDate>2019-06-30T21:20:23.9870000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/runtime-error/</link>
    </item>
    <item>
      <title>Consultation on releasing additional registry fields through the ICP connection data API</title>
      <description>&lt;p&gt;The Authority is consulting on&amp;nbsp;"Quick wins for increasing access to electricity services" as part of the &lt;a href="https://www.ea.govt.nz/development/work-programme/evolving-tech-business/acces/"&gt;Additional Consumer Choice of Electricity Services (ACCES)&lt;/a&gt; project.&lt;/p&gt;&#xD;
&lt;p&gt;This consultation&amp;nbsp;is seeking input on releasing additional fields from the registry through the &lt;a href="https://emi.portal.azure-api.net/docs/services/56a92d5074ff88075485e86d/operations/56fd9f8fea9dce11ec5eee7f"&gt;ICP connection data API&lt;/a&gt; (proposal 3) along with other proposals to enhance the timely sharing of consumption data.&amp;nbsp;If you have views on these issues please take the time to respond to the consultation.&lt;/p&gt;&#xD;
&lt;p&gt;The &lt;a href="https://www.electricityregistry.co.nz/bin_public/jadehttp.dll?MariaWebR"&gt;registry functional specification&lt;/a&gt;&amp;nbsp;(available under the download heading) may be a useful reference.&lt;/p&gt;&#xD;
&lt;p&gt;Consultation is open until 11 June 2019.&lt;/p&gt;</description>
      <pubDate>2019-04-30T02:23:30.8630000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/consultation-on-releasing-additional-registry-fields-through-the-icp-connection-data-api/</link>
    </item>
    <item>
      <title>Missing field 'propertyName' in ICP connection data API</title>
      <description>&lt;p&gt;&lt;img src="/Content/uploads/8ec66eb6-611d-41bd-b680-aa4b01754f7d/c15a8489-3f14-4c8e-a209-aa50003b7570_screen-shot-2019-05-17-at-3.28.06-pm.jpg?width=690&amp;amp;upscale=false" alt="SOAP call to xml electricityregistry"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/Content/uploads/8ec66eb6-611d-41bd-b680-aa4b01754f7d/f3da237f-c527-4989-95bf-aa50003bac08_screen-shot-2019-05-17-at-3.28.58-pm.jpg?width=690&amp;amp;upscale=false" alt="ICP connection data response "&gt;&lt;/p&gt;&#xD;
&lt;p&gt;I'm currently doing some searches using the EMI APIs but have found that it doesn't return propertyName field like the SOAP request to the electricity registry.&lt;br&gt;I've converted the SOAP request to JSON for readability.&lt;br&gt;&lt;br&gt;There are quite a few example of this where the address is the same but the only differentiator is 'propertyName'&lt;br&gt;With this issue there is no way to know which ICP is correct.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2019-05-17T03:57:38.6070000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/missing-field-propertyname-in-icp-connection-data/</link>
    </item>
    <item>
      <title>Residential market share data</title>
      <description>&lt;p&gt;Hi EMI,&lt;/p&gt;&#xD;
&lt;p&gt;I would like to pull Market Share data for residential only. You already have a good market share data, but there is no option to filter Residentials only.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;I've tried to use the following parameter but doesn't seem to work:&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;span style="color: #a2d66b; background-color: #333130; font-family: 'Fira Code'; font-size: 9pt;"&gt;MarketSegment=Res&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;I use python to pull the data from your website directly:&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;pre style="background-color: #333130; color: #e8e1de; font-family: 'Fira Code'; font-size: 9.0pt;"&gt;var &lt;span style="color: #d3c6c0;"&gt;= &lt;/span&gt;datetime&lt;span style="color: #d3c6c0;"&gt;.&lt;/span&gt;datetime&lt;span style="color: #d3c6c0;"&gt;.&lt;/span&gt;&lt;span style="color: #f75431;"&gt;today&lt;/span&gt;&lt;span style="color: #d3c6c0;"&gt;()&lt;br&gt;&lt;/span&gt;var &lt;span style="color: #d3c6c0;"&gt;= &lt;/span&gt;var&lt;span style="color: #d3c6c0;"&gt;.&lt;/span&gt;&lt;span style="color: #f75431;"&gt;strftime&lt;/span&gt;&lt;span style="color: #d3c6c0;"&gt;(&lt;/span&gt;&lt;span style="color: #a2d66b;"&gt;'%Y%m%d'&lt;/span&gt;&lt;span style="color: #d3c6c0;"&gt;)&lt;br&gt;&lt;/span&gt;url1 &lt;span style="color: #d3c6c0;"&gt;= &lt;/span&gt;&lt;span style="color: #a2d66b;"&gt;'https://www.emi.ea.govt.nz/Retail/Download/DataReport/CSV/R_MST_C?DateFrom=20040101&amp;amp;DateTo='&lt;/span&gt;&lt;span style="color: #d3c6c0;"&gt;+&lt;/span&gt;var&lt;span style="color: #d3c6c0;"&gt;+&lt;/span&gt;&lt;span style="color: #a2d66b;"&gt;'&amp;amp;RegionType=NWK_REPORTING_REGION_DIST&amp;amp;RegionCode=All&amp;amp;_rsdr=ALL&amp;amp;_si=v|4'&lt;br&gt;&lt;/span&gt;&lt;span style="color: #a2d66b;"&gt;&lt;br&gt;&lt;/span&gt;F &lt;span style="color: #d3c6c0;"&gt;= &lt;/span&gt;pd&lt;span style="color: #d3c6c0;"&gt;.&lt;/span&gt;&lt;span style="color: #f75431;"&gt;read_csv&lt;/span&gt;&lt;span style="color: #d3c6c0;"&gt;(&lt;/span&gt;url1&lt;span style="color: #d3c6c0;"&gt;, &lt;/span&gt;&lt;span style="color: #52b4d8;"&gt;skiprows&lt;/span&gt;&lt;span style="color: #d3c6c0;"&gt;=&lt;/span&gt;&lt;span style="color: #52b4d8;"&gt;12&lt;/span&gt;&lt;span style="color: #d3c6c0;"&gt;)&lt;br&gt;&lt;/span&gt;&lt;/pre&gt;</description>
      <pubDate>2019-04-29T23:12:41.8800000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/residential-market-share/</link>
    </item>
    <item>
      <title>Metering configurations by individual metering component</title>
      <description>&lt;p&gt;Good afternoon,&lt;/p&gt;&#xD;
&lt;p&gt;I was looking at the dataset for December 2018 on &lt;a href="https://www.emi.ea.govt.nz/Retail/Datasets/MarketStructure/ICPandMeteringDetails"&gt;Metering Configurations by Distribution Price Cat Code&lt;/a&gt;&amp;nbsp;which is giving me the meter register configurations at an ICP level.&lt;/p&gt;&#xD;
&lt;p&gt;Was it possible to get a more detailed breakdown at a Metering Component (meter/device) level? The reason being that typically (for most devices) we would have preset meter configuration templates when doing setup or maintenance inside a retailer or distributor system. And knowing about these in advance would greatly help after switches or metering changes (esp using NMR notifications).&lt;/p&gt;&#xD;
&lt;p&gt;For example, I have picked out the metering configuration file, a&amp;nbsp;'X-7304-24 X-CN-11 X-UN-24' for which there are 5745 examples nationwide. If this was a single device, it wouldn't make a whole lot of sense as you would expect two 30 interval channels each for the corresponding UN and CN read channels.&lt;/p&gt;&#xD;
&lt;p&gt;In terms of using this data for statistical analysis as well as data setup, having this information would be of increased benefit when it comes knowing how to setup ICPs and corresponding meters.&lt;/p&gt;&#xD;
&lt;p&gt;Regards&lt;/p&gt;&#xD;
&lt;p&gt;Zane Khan&lt;/p&gt;</description>
      <pubDate>2019-04-09T02:14:29.9070000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/metering-configurations-by-individual-metering-component/</link>
    </item>
    <item>
      <title>Estimated volumes in reconciliation and impact on consumer invoicing when data arrives?</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;&#xD;
&lt;p&gt;In the 'Code' are a number of references to meter data estimation as/when HRR data do not arrive. What are retailer obligations when 'actuals' arrive POST customer invoices and reporting (e.g. AV90) being issued? Reporting can be updated to reflect, but are customer invoices re-issued? Thinking here of TOU tariffs that might be altered compared to standardized profiles being used during estimation.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Are there rules that cover this situation?&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2019-03-17T22:43:46.7530000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/estimation-what-happens-when-real-data-arrives/</link>
    </item>
    <item>
      <title>ICP connection data API is not returning results 24/01/2019 - resolved</title>
      <description>&lt;p&gt;Unfortunately, the&amp;nbsp;ICP connection data API has encountered an&amp;nbsp;issue and is not returning results.&lt;/p&gt;&#xD;
&lt;p&gt;A restart of the web app has not resolved the&amp;nbsp;issue and further investigation is required.&amp;nbsp;We expect to get to this after 5 pm today.&lt;/p&gt;&#xD;
&lt;p&gt;We apologise for any inconvenience and ask that you bear with us until&amp;nbsp;we can identify&amp;nbsp;and resolve the issue.&lt;/p&gt;</description>
      <pubDate>2019-01-24T02:29:10.6770000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/icp-connection-data-api-is-not-responding-24-01-2019/</link>
    </item>
    <item>
      <title>What are 'customer withdrawn' switches?</title>
      <description>&lt;p&gt;What does the 'Customer Withdrawn' column in the Switching Breakdown report represent?&lt;/p&gt;</description>
      <pubDate>2017-02-20T20:46:43.7970000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/customer-withdrawn/</link>
    </item>
    <item>
      <title>Electricity in New Zealand</title>
      <description>&lt;p&gt;Have you downloaded your copy of &lt;em&gt;Electricity in New Zealand&lt;/em&gt; yet?&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;The Authority has&amp;nbsp;recently updated its &lt;em&gt;Electricity in New Zealand&lt;/em&gt; publication, a comprehensive guide to the electricity sector in New Zealand. It tells the story of the electricity industry in a simple and engaging way and is a&amp;nbsp;valuable resource for training and education.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;The updated publication is available to download here: &lt;a href="https://www.ea.govt.nz/about-us/media-and-publications/electricity-nz/"&gt;https://www.ea.govt.nz/about-us/media-and-publications/electricity-nz/&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Hard copies will be available in the coming weeks. If you would like to request a hard copy please email us at &lt;a href="mailto:communications@ea.govt.nz"&gt;communications@ea.govt.nz&lt;/a&gt;, specifying your postal address and the number of copies required.&lt;/p&gt;</description>
      <pubDate>2018-09-26T02:07:01.5600000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/electricity-in-new-zealand/</link>
    </item>
    <item>
      <title>Time series of switching data including retailer gains/losses etc?</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;&#xD;
&lt;p&gt;Is there any easy way to download monthly time series of switching summary in a single file?&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;thanks&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2018-09-05T07:26:22.7830000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/switching-summary-2/</link>
    </item>
    <item>
      <title>Sector analysis of Distributed Generation for Solar</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;&#xD;
&lt;p&gt;I was looking at the distributed generation split for solar and notice that the Commercial + Industrial + SME + Residential don't add up to the total solar connections/generation capacity.&amp;nbsp; Is the SME sector also counted in the residential sector as it appears and why?&amp;nbsp; For all ICPs as of end of June there are 19500 ICP connections and ~ 76 MW.&amp;nbsp; If you add up all the sectors it is 20 325 ICP connections and 84.3MW.&amp;nbsp; The difference being 825 ICPs, the amount of SME connections.&amp;nbsp; How accurate is the SME data?&amp;nbsp; Thanks&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2018-07-24T22:18:33.8200000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/sector-analysis-of-distributed-generation-for-solar/</link>
    </item>
    <item>
      <title>ICP connection data API enhancement request</title>
      <description>&lt;p&gt;I would like to request that the following be added to the ICP Connection Data API&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;"start date" field added to each section of the response. Eg to indicate the start date of a price, a meter installation etc.&lt;/li&gt;&#xD;
&lt;li&gt;Be able to pass in a date as a paramter and have the ICP configuration for that date returned. In this case an "end date" field would also be useful for historical configurations.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;Thanks in advance&lt;/p&gt;&#xD;
&lt;p&gt;Henry&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2018-06-05T01:04:06.9370000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/icp-connection-data-api-enhancement-request/</link>
    </item>
    <item>
      <title>New report on EMI – Residential consumption trends</title>
      <description>&lt;p class="MsoNormal"&gt;&lt;span style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; mso-fareast-font-family: 'Times New Roman'; color: #545555; mso-fareast-language: EN-NZ;"&gt;We&amp;rsquo;ve added a trend report for residential consumption that helps users observe changes in residential energy consumption through time and contrast these trends between regions. The data is monthly resolution collected from EIEP1 files so we are unable to provide any commentary on daily residential profiles or trends at this time. More information on the data and cleaning process is provided with the reports.&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: 11.5pt; font-family: 'Helvetica','sans-serif'; mso-fareast-font-family: 'Times New Roman'; color: #545555; mso-ansi-language: EN-NZ; mso-fareast-language: EN-NZ; mso-bidi-language: AR-SA;"&gt;Below are some examples of insights that can be made by exploring the data:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/z1dmp"&gt;Declining national average residential consumption&amp;nbsp;&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/qfuqj"&gt;Estimated total consumption in the residential market remains flat&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/5i5t5"&gt;Increasing Queenstown winter consumption&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;What does residential demand mean in the context of total demand?&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;The &lt;a href="http://www.emi.ea.govt.nz/r/enf4e"&gt;contribution to total energy demand from residential consumption&lt;/a&gt; ranges from 26 per cent in summer to just over 40 per cent in winter months. July 2017 was a new record&amp;nbsp;where the residential market was responsible for 41.6 per cent of energy demand&amp;nbsp;during the month.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;Figure 1: &lt;a href="http://www.emi.ea.govt.nz/r/enf4e"&gt;Residential&amp;nbsp;market contribution to total energy demand&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/f4ae606d-63fc-4f42-8527-a8fc0178ca92_residential-consumption-trends-20180612104906.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;Combining trend reports with the &lt;a href="/thread/how-to-use-the-emi-time-comparison-feature/"&gt;time comparison feature&lt;/a&gt; makes a powerful tool to explore&amp;nbsp;even further&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.emi.ea.govt.nz/r/kqfia"&gt;Comparison of daily average consumption each month over the last five years&lt;/a&gt;. Try drilling through and changing region type and the region selected in the series filter.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Figure 2: &lt;a href="http://www.emi.ea.govt.nz/r/kqfia"&gt;Daily average residential consumption by month, 2013 - 2017&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/7ca5e17f-fe3b-4c25-9e57-a8fc017a7ad5_residential-consumption-trends-20180612105241.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Registered users can subscribe to receive notifications of discussions in categories or with tags that they are interested in. For example, to receive &amp;ldquo;EMI news&amp;rdquo; notifications &lt;a href="/tagged/emi-news/"&gt;click follow at the top of this page&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>2018-06-11T23:21:45.5130000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-report-on-emi-residential-consumption-trends/</link>
    </item>
    <item>
      <title>Prepaid and low fixed charge contract uptake (2017)</title>
      <description>&lt;p&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif; font-size: 11.5pt;"&gt;Electricity consumers can choose to be supplied from one of many retailers offering a wide range&amp;nbsp;of plans or contracts. We&amp;rsquo;ve been asked for the latest figures we have on the uptake of low fixed charge and prepaid contracts. The trends observed in the &lt;a href="/thread/prepaid-and-low-fixed-charge-contract-uptake-2016/"&gt;2016 update&lt;/a&gt; have continued.&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;h4&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;Prepaid contracts down 10 per cent&lt;/span&gt;&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;At 31 December 2017, 81 per cent of all residential connections had a smart meter installed to measure electricity consumption. One feature enabled through smart meter technology is the ability to offer prepaid contract options. Consumers choose from a wide range of offerings, of which prepaid options are a small subset.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;Residential connections supplied through prepaid contracts dropped by 10 per cent to 35,248 during 2017.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;At the end of 2017, the residential connections supplied through prepaid contracts represented 2.0 per cent of the residential market. This figure continues to decrease from 2.2&amp;nbsp;per cent in 2016 and 2.4&amp;nbsp;per cent in 2015.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;h4&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;Low fixed charge (LFC) contracts up 4.6 per cent&amp;nbsp;&lt;/span&gt;&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;The Electricity (Low Fixed Charge Tariff Option for Domestic Consumers) Regulations 2004 require retailers to offer LFC tariff options to consumers.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;Residential connections supplied through LFC contracts increased by 41,892 (or 4.6 per cent) in 2017.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;More than half of all residential connections (53.4 per cent) or 962,068 were supplied through an LFC plan with their chosen retailer at 31 December 2017. This figure continues to increase from&amp;nbsp;&lt;span style="font-size: 15.3333px;"&gt;51.7 &lt;/span&gt;per cent&lt;span style="font-size: 15.3333px;"&gt; in 2016&lt;/span&gt;&amp;nbsp;and&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif; font-size: 15.3333px;"&gt;47.2&amp;nbsp;&lt;/span&gt;per cent&lt;span style="color: #545555; font-family: Helvetica, sans-serif; font-size: 15.3333px;"&gt;&amp;nbsp;in 2015&lt;/span&gt;&lt;span style="font-size: 15.3333px; color: #545555; font-family: Helvetica, sans-serif;"&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;span style="color: #545555; font-family: Helvetica, sans-serif;"&gt;&lt;span style="font-size: 15.3333px;"&gt;Information on trends in the &lt;a href="https://www.emi.ea.govt.nz/Retail/Reports/0YUCE0?RegionType=NZ&amp;amp;Timescale=Y&amp;amp;_si=tg|consumption,v|3"&gt;average&lt;/a&gt; or &lt;a href="https://www.emi.ea.govt.nz/Retail/Reports/0YUCE0?&amp;amp;RegionType=NZ&amp;amp;Timescale=Y&amp;amp;seriesFilter=&amp;amp;Show=P50&amp;amp;_si=tg|consumption,v|3"&gt;median&lt;/a&gt; residential consumption is available.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <pubDate>2018-06-11T23:21:11.1930000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/prepaid-and-low-fixed-charge-contract-uptake-2017/</link>
    </item>
    <item>
      <title>New reports on EMI – Entry and exit in the retail market and consumer choice map and league table</title>
      <description>&lt;h4&gt;Entry and exit&lt;/h4&gt;&#xD;
&lt;p&gt;Ever wondered how many retailers have entered the market over the last year, the last five years? What about those that have exited? Perhaps you're only interested in who's entering and exiting the region where you live?&lt;/p&gt;&#xD;
&lt;p&gt;Barriers to entry and exit impact market dynamics. Monitoring the entry and exit of firms in the retail market, therefore, enables insights to be drawn about these barriers, and market performance more generally. We've added a report that tracks entry and exit of parent companies, traders, and brands in the retail electricity market. The retail market has seen a significant number of new retailers begin operations, with 22 retail parent companies entering since the beginning of 2013 (and three exiting). This represents a net increase of 19 retailers, up 135 per cent on the 2013 numbers. Some of these companies are very small and may only operate locally, while others are challenging competitors across the whole country.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/4e5my"&gt;Entry and exit of retail parent companies, 2013 -2017&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/49720667-2739-4b8b-8c63-a8b90179ed93_1.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;h4&gt;Consumer choice map&lt;/h4&gt;&#xD;
&lt;p&gt;Consumer choice of electricity supplier continues to grow across the country as new retailers enter and retail brands are established to reach niche consumers. At the end of 2017, there were 48 retail brands supplying consumers in New Zealand. Within a region and/or market segment we require an entity to serve more than three ICPs to count in these statistics. Auckland consumers have the greatest choice with 35 brands available. To see which retail brands are operating take a look at the &lt;a href="http://www.emi.ea.govt.nz/r/4bdac"&gt;market share snapshot&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/1qtdk"&gt;Consumer choice of retail brands, 2013, 2015, 2017&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/210046ce-ce0a-4d64-8d30-a8b9017a5a62_2.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;h4&gt;Consumer choice league table&lt;/h4&gt;&#xD;
&lt;p&gt;We&amp;rsquo;ve also presented the same information from the maps above in a league table which highlights the change across the year. Hover over the bars and change markers for more information.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/ophtg"&gt;Consumer choice of retail parent companies, 2017&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/5170fccc-6d2e-405f-b10e-a8b9017a9f40_3.jpg?width=690&amp;amp;upscale=false" alt="" width="578" height="371"&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Also, see &lt;a href="/thread/new-dashboard-on-emi-increasing-consumer-choice/"&gt;new dashboard - increasing consumer choice&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>2018-04-05T23:05:28.9830000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-reports-on-emi-entry-and-exit-in-the-retail-market-and-consumer-choice-map-and-league-table/</link>
    </item>
    <item>
      <title>New dashboard on EMI – Increasing consumer choice</title>
      <description>&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;Leveraging off the &lt;a href="/thread/new-reports-on-emi-entry-and-exit-in-the-retail-market-and-consumer-choice-map-and-league-table/"&gt;new consumer choice reports&lt;/a&gt; released we&amp;rsquo;ve added a retail &lt;a href="https://www.emi.ea.govt.nz/Retail/Dashboards/C50O45?_si=v|2,db|C50O45"&gt;dashboard highlighting the changes in choice&lt;/a&gt; that have occurred both through time and across the country.&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;Registered users are able to create their own dashboards on EMI. More information is available &lt;a href="/thread/adding-a-report-to-my-dashboard/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2018-04-05T23:05:18.1270000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-dashboard-on-emi-increasing-consumer-choice/</link>
    </item>
    <item>
      <title>Request for one-month renewable energy generation and load data</title>
      <description>&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;I&amp;rsquo;m doing research on the EV Charging Station Sizing. For the initial work, we are working on the energy management system (EMS) so we need one-month solar/Wind energy generation and a specific building (Auckland University of Technology) data.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;I will really appreciate if anyone can guide me in finding the generation and load data.&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;Thanks&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;Best Regards,&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;Arif Rizvi&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;Vice-Chancellor's Doctoral Scholar&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;Auckland University of Technology,&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;Auckland, New Zealand.&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;HP: +64275314004&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2018-03-12T21:01:29.7000000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/request-for-one-month-renewable-energy-generation-and-load-data/</link>
    </item>
    <item>
      <title>Updated EMI report – Residential price change trends report (cost index)</title>
      <description>&lt;p&gt;&lt;a href="http://www.emi.ea.govt.nz/Retail/Reports/VBXZVQ?DateBase=20100930&amp;amp;seriesFilter=3,1,2&amp;amp;_si=v|3"&gt;The residential price change trends report&lt;/a&gt; has been updated for recent quarters. In addition, we&amp;rsquo;ve made a couple of small enhancements to the report.&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;There is now a parameter that allows users to shift the base date of the index.&lt;/li&gt;&#xD;
&lt;li&gt;An additional NZIER cost index option is available - &lt;a href="http://www.emi.ea.govt.nz/r/ovyvt"&gt;the long-term energy outlook&lt;/a&gt;. This version of the cost index attempts to remove the effect of the current year&amp;rsquo;s hydrology situation by excluding settlement prices for futures contracts from the preceding four quarters.&amp;nbsp;This option is not shown by default but is available in the series filter parameter.&amp;nbsp;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2018-02-21T04:10:11.2270000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/updated-emi-report-residential-price-change-trends-report-cost-index/</link>
    </item>
    <item>
      <title>API management policy change - 'Get by id list' calls to the ICP connection data API reduced</title>
      <description>&lt;p&gt;We've reduced the calls using the 'Get by id list' call from 20 to 10 per minute due to the high load on the registry back-end infrastructure. Users regularly querying lists of ICPs may need to adjust their scripts to accommodate the changes.&lt;/p&gt;</description>
      <pubDate>2018-01-22T22:33:52.0970000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/api-management-policy-change-get-by-id-list-calls-to-the-icp-connection-data-api-reduced/</link>
    </item>
    <item>
      <title>New reports on EMI – Switching and market structure league tables</title>
      <description>&lt;p&gt;We&amp;rsquo;ve released two more league table reports summarising annual changes in retail market activity.&lt;/p&gt;&#xD;
&lt;h4&gt;Switching league table&lt;/h4&gt;&#xD;
&lt;p&gt;2017 saw a new record for total switches. This report provides comparative measures across regions and the change on the previous year. New metrics are introduced that provide more information on what is driving the switching numbers. The new information is a distinct switch measure and a distinct switch rate measure. For example, the &lt;a href="http://www.emi.ea.govt.nz/r/qmb5y"&gt;distinct switch rate over the last five years&lt;/a&gt;&amp;nbsp;tells us that 54.3 per cent of connections have changed supplier one or more times. It is these connections that have &lt;a href="http://www.emi.ea.govt.nz/r/xdd5y"&gt;generated more than 2 million switches over this time period&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;p&gt;Nationally, the &lt;a href="http://www.emi.ea.govt.nz/r/celwu"&gt;distinct switch rate over 2017 was 17.9 per cent&lt;/a&gt; a percentage increase of 4 per cent on 2016.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/131vd"&gt;Distinct switch rate across the regions, 2017&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/02beb219-cbe5-4971-b404-a86c015a1ebe_2.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Also, see &lt;a href="/thread/new-dashboards-on-emi-annual-switching-summary-and-changes-in-market-structure/"&gt;new dashboards released&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;h4&gt;Market concentration league table&lt;/h4&gt;&#xD;
&lt;p&gt;Less concentrated markets deliver more competitive outcomes. We use the Herfindahl-Hirschman Index (HHI) and concentration ratios to measure market concentration. No new information is provided in this report. It simply summarises the concentration measure and annual change in the measure making it easy to see which direction things are heading and where changes are occurring most rapidly.&lt;/p&gt;&#xD;
&lt;p&gt;In 2017 all regions observed a drop in the HHI, with the Gisborne region having the lowest concentration by this measure as well as the highest percentage reduction over the year.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.emi.ea.govt.nz/r/s2jp4"&gt;Regional market concentration measured by HHI, 2017&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/1ef4e022-7da0-4762-9ef9-a86c0159431a_1.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/p&gt;&#xD;
&lt;p&gt;In regional markets, kiwi consumers will, on average, see their &lt;a href="http://www.emi.ea.govt.nz/r/3bppt"&gt;largest local retailer with a market share of 40.2 per cent&lt;/a&gt;. This measure declined at a rate 4.5 per cent in 2017; a similar rate to the last couple of years.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt;As with all league table reports users can hover over the bars or change numbers (on the right-hand side of the table) to expose a tooltip and gain more insight into the differences over the year. Even &lt;/em&gt;more&lt;em&gt; information is available on the data tab.&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Also, see &lt;a href="/thread/new-dashboards-on-emi-annual-switching-summary-and-changes-in-market-structure/"&gt;new dashboards released&lt;/a&gt;.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2018-01-18T21:01:19.4100000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-reports-on-emi-switching-and-market-structure-league-tables/</link>
    </item>
    <item>
      <title>New dashboards on EMI – Annual switching activity summary and changes in market structure</title>
      <description>&lt;p&gt;Leveraging off the &lt;a href="/thread/new-reports-on-emi-switching-and-market-structure-league-tables/"&gt;new league tables released&lt;/a&gt;, we&amp;rsquo;ve added two new retail dashboards that provide an overview of&amp;nbsp;annual changes.&lt;/p&gt;&#xD;
&lt;h4&gt;&lt;a href="https://www.emi.ea.govt.nz/Retail/Dashboards/YRIXPW?_si=v|2,db|YRIXPW"&gt;Annual switching activity summary&lt;/a&gt;&lt;/h4&gt;&#xD;
&lt;p&gt;This dashboard highlights various views of the switching league table that show annual activity using a range of measures.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Residential saving numbers (the last two reports on the dashboard) aren&amp;rsquo;t yet available for 2017, however, earlier years are available.&lt;/p&gt;&#xD;
&lt;h4&gt;&lt;a href="https://www.emi.ea.govt.nz/Retail/Dashboards/KY0JKQ?_si=v|2,db|KY0JKQ"&gt;Annual changes in market structure&lt;/a&gt;&lt;/h4&gt;&#xD;
&lt;p&gt;This dashboard highlights the change in the Herfindahl-Hirschman Index (HHI), and the CR4 and CR1 measures of concentration in the retail market using both a league table and map. This allows users to quickly zero in of where the big changes occurred across the year.&lt;/p&gt;&#xD;
&lt;p&gt;Registered users are able to create their own dashboards on EMI. More information is available &lt;a href="/thread/adding-a-report-to-my-dashboard/"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2018-01-18T21:01:11.7800000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-dashboards-on-emi-annual-switching-summary-and-changes-in-market-structure/</link>
    </item>
    <item>
      <title>New datasets on EMI – Information on types of connections and capacity to consume electricity</title>
      <description>&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;Information on the types of use and capacity to consume electricity assists analysts studying consumer types and their locations in networks. The mapping from network regions to meshblocks supports the use of census data to gain further insights about electricity consumers. We&amp;rsquo;ve been asked to provide this data to enhance studies of the value of lost load (VOLL).&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;&lt;a style="box-sizing: border-box; background-color: transparent; color: #2470bb;" href="http://www.emi.ea.govt.nz/Retail/Datasets/MarketStructure/ICPandMeteringDetails"&gt;Meter categories by level one ANZSIC codes&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p style="box-sizing: border-box; margin: 0px 0px 10px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; color: #545555;"&gt;&lt;a href="https://www.emi.ea.govt.nz/Wholesale/Datasets/MappingsAndGeospatial/NetworkRegionsToMeshblocks"&gt;Mapping of network reporting regions and root NSPs to Statistics NZ 2013 meshblocks&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>2017-12-20T23:43:25.4300000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-datasets-on-emi-information-on-types-of-connections-and-capacity-to-consume-electricity-1/</link>
    </item>
    <item>
      <title>New reports on EMI – Residential savings and consumption league tables</title>
      <description>&lt;p&gt;&lt;a href="/thread/residential-savings-and-consumption-figures-released-2016"&gt;Residential consumption and savings figures have been updated for 2016.&lt;/a&gt;&amp;nbsp;League tables offer users a simple view ranking the difference amongst regions and highlighting the change on the previous year.&lt;/p&gt;&#xD;
&lt;p&gt;The tool tip surfaced by hovering over the data points (or clicking the data on a mobile device) provides additional information about the change in rank or value on the previous year.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Figure 1: Additional information in the tool tip&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/7d3bbae8-9944-4e2d-b614-a7cf00089f17_tooltip.jpg?width=690&amp;amp;upscale=false" alt="" width="400" height="113"&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Figure 2 shows the average residential savings for regional council regions. Bay of Plenty and Marlborough consumers stood to save more than other regions by switching retailers in 2016. Notes accompanying each report explain the assumptions in this analysis.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Figure 2: &lt;a href="https://www.emi.ea.govt.nz/Reports/Retail/Chart/W4TZQL"&gt;Average residential savings, 2016&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/04e180eb-58b4-476d-adc0-a7cf0008cbeb_savings.jpg?width=690&amp;amp;upscale=false" alt="" width="401" height="359"&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Figure 3 shows the average residential consumption by regional council regions in 2016 and the change from 2015. Other parameters allow users to change the region types or view the totals and change in total by regions.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Figure 3: &lt;a href="https://www.emi.ea.govt.nz/Reports/Retail/Chart/ZSZG4D"&gt;Average residential consumption, 2016&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/a9e9ab98-e0a4-4a03-b9ce-a7cf000949c5_consumption.jpg?width=690&amp;amp;upscale=false" alt="" width="400" height="364"&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2017-08-14T00:35:08.4370000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-reports-on-emi-residential-savings-and-consumption-league-tables/</link>
    </item>
    <item>
      <title>EMI reports updated – Residential savings and consumption figures released (2016)</title>
      <description>&lt;h4&gt;Residential savings&amp;nbsp;&lt;/h4&gt;&#xD;
&lt;p&gt;Estimated residential average savings figures for 2016 were $164 per residential connection or $291 million in total. These figures estimate the average savings available across all residential consumers if they had switched to the lowest priced generally available plan each month.&lt;/p&gt;&#xD;
&lt;p&gt;The average national figure dropped about $10 from 2015 as the market responded with consumers switching and retailers changing relative prices to their competitors within the regional markets.&lt;/p&gt;&#xD;
&lt;p&gt;Residential savings are available in the following reports:&amp;nbsp;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/Reports/Retail/Chart/COBZIA"&gt;Residential savings (bar chart)&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/Reports/Retail/Chart/W4TZQL"&gt;Residential savings league table&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/Reports/Retail/Map/IR0U5M"&gt;Residential savings map&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Figure 1: Residential average savings by network area, 2016&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/b2ca121a-a302-42c8-ad9a-a7cf00041a1b_savingsmap.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;h4 class="MsoNormal"&gt;Residential consumption&lt;/h4&gt;&#xD;
&lt;p&gt;2016 had a warmer than usual start to winter, contributing to a 1.7 per cent decrease in average residential consumption over 2015. Total residential consumption was one per cent down on 2015 and accounts for just over 30 per cent of total demand.&lt;/p&gt;&#xD;
&lt;p&gt;Residential consumption is reported in the following reports:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/Dashboards/Retail/VBASWP"&gt;Quarterly residential consumption dashboard&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/Reports/Retail/Map/DUOM0B"&gt;Residential consumption map&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/Reports/Retail/Chart/ZSZG4D"&gt;Residential consumption league table&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="https://www.emi.ea.govt.nz/Reports/Retail/Chart/4UKCHI?Show=Dist&amp;amp;RegionType=NWK_REPORTING_REGION_DIST"&gt;Residential consumption distribution (monthly detail available)&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Figure 2: Distribution of annual residential consumption, 2016&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/821cbde5-3486-4b7b-9bf7-a7cf00067b83_consumption-distribution.jpg?width=690&amp;amp;upscale=false" alt="" width="520" height="443"&gt;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2017-08-14T00:34:24.4300000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/residential-savings-and-consumption-figures-released-2016/</link>
    </item>
    <item>
      <title>Prepaid and low fixed charge contract uptake (2016)</title>
      <description>&lt;p&gt;Electricity consumers can choose to be supplied from one of many retailers offering a wide range in plans or contracts. We&amp;rsquo;ve been asked for the latest figures we have on the uptake of low fixed charge and prepaid contracts.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Prepaid contracts&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;Approximately 80 per cent of all residential connections today have a smart meter installed to measure electricity consumption. One feature enabled through smart meter technology is the ability to offer prepaid contract options. Consumers choose from a wide range of offerings, of which pre-paid options are a small subset.&lt;/p&gt;&#xD;
&lt;p&gt;Residential connections supplied through prepaid contracts dropped by 8 percent to 39,764 during 2016. At the end of 2016, the residential connections supplied through prepaid contracts represented 2.2 per cent of the residential market.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;Low fixed charge (LFC) contracts&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;&#xD;
&lt;p&gt;The Electricity (Low Fixed Charge Tariff Option for Domestic Consumers) Regulations 2004 require retailers to offer LFC tariff options to consumers.&lt;/p&gt;&#xD;
&lt;p&gt;Residential connections supplied through LFC contracts increased by 88,551 (or 10.6 per cent) in 2016. More than half of all residential connections (51.7 per cent) or 920,200 were supplied through an LCF plan with their chosen retailer at 31 December 2016. In 2015 this figure was 47.2 per cent.&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2017-08-13T22:41:03.8270000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/prepaid-and-low-fixed-charge-contract-uptake-2016/</link>
    </item>
    <item>
      <title>Lightning Lab Electric Innovation Challenge winners</title>
      <description>&lt;p&gt;Congratulations to emhLabs, the overall winners of the Lightning Lab Electric Innovation Challenge.&lt;/p&gt;&#xD;
&lt;p&gt;The team&amp;nbsp;developed an algorithm that allows them to provide a home energy efficiency rating for a home without undertaking a site visit.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;a href="http://www.lightninglab.co.nz/innovation-challenge-winners-announced/" target="_blank"&gt;Click here&lt;/a&gt; to read more about the other winners and their ideas.&lt;/p&gt;</description>
      <pubDate>2017-04-17T22:29:22.0530000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/lightning-lab-electric-innovation-challenge-winners/</link>
    </item>
    <item>
      <title>Questions on Counties Power sample data</title>
      <description>&lt;p&gt;Hi there, &amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;With the recent release of the sample data for Counties Power (http://www.emi.ea.govt.nz/Datasets/Supplementary_information/2017), I have some quick questions.&amp;nbsp; From the spreadsheet (&lt;span style="font-family: monospace, monospace;"&gt;20170313_Consumption_&lt;wbr&gt;profiles.xlsm&lt;/span&gt;) it states:&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt;&lt;span style="color: #0000ff;"&gt;The data is a subset of the full Counties Power network - in this case is provided from&amp;nbsp;&lt;strong&gt;one substation&lt;/strong&gt;&amp;nbsp;(approx 20% of the total network)&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;em&gt;&lt;span style="color: #0000ff;"&gt;Data provided included details of&amp;nbsp;&lt;strong&gt;Feeders, Transformers,&amp;nbsp;&lt;/strong&gt;ICPs, Meters &amp;amp; Consumption - anonymised&lt;/span&gt;&lt;/em&gt; &amp;nbsp; Looking at the file&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Looking at the file&amp;nbsp;&lt;span style="font-family: monospace, monospace;"&gt;20170313_tx_seas_time_profile.&lt;wbr&gt;csv&lt;/span&gt;, I can see about 71 transformer IDs (e.g.&amp;nbsp;T000017,&amp;nbsp;T004021 etc.).&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;1. Do we Are you able to say what the name/identifier of the substation was that these feeders/transformers are linked to?&lt;/strong&gt; &amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;I can see that Feeders are potentially linked to multiple transformers (e.g. from&amp;nbsp;&lt;span style="font-family: monospace, monospace;"&gt;20170313_tx_seas_time_&lt;wbr&gt;profile.csv&lt;/span&gt;) T000030,F000060 T000082,F000060 &amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;2. If so how do feeders, transformers link back to the&amp;nbsp;&lt;span style="font-family: monospace, monospace;"&gt;NSP&lt;/span&gt;&amp;nbsp;or&lt;span style="font-family: monospace, monospace;"&gt;&amp;nbsp;POC code&lt;/span&gt;&amp;nbsp;as indicated in the file&amp;nbsp;&lt;span style="font-family: monospace, monospace;"&gt;20170314_Network_supply_&lt;wbr&gt;points_table.csv&lt;/span&gt;&lt;/strong&gt; &lt;span style="color: #222222; font-family: arial, sans-serif;"&gt;&lt;span style="font-size: 12.8px;"&gt;(http://www.emi.ea.govt.nz/Datasets/Wholesale/Reconciliation/Network_supply_points_table)&lt;strong&gt;?&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;&lt;strong&gt;3. Is the relationship as follows?&amp;nbsp;&lt;span style="font-family: monospace, monospace;"&gt;NSP (i.e. Substation) &amp;gt; Feeder &amp;gt; Transformer &amp;gt; ICP&lt;/span&gt;&lt;/strong&gt; &amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;Thanks,&lt;/p&gt;&#xD;
&lt;p&gt;David&lt;/p&gt;</description>
      <pubDate>2017-03-14T21:57:26.3930000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/questions-on-counties-power-sample-data/</link>
    </item>
    <item>
      <title>What does the retailer switching rate (gains and losses) in switching summary report mean?</title>
      <description>&lt;p&gt;In the Switching Summary report, what do the gains and losses and net percentages mean? &amp;nbsp;What are they a percentage of? &amp;nbsp;They numbers do not appear to be a percentage of the retailers' ICPs for that month or the prior month.&lt;/p&gt;</description>
      <pubDate>2017-02-20T20:55:14.3700000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/switching-summary-gains-and-loss/</link>
    </item>
    <item>
      <title>Why do switching statistics not align with changes in market share?</title>
      <description>&lt;p&gt;There is usually a small difference between the total change in ICPs for a month, and the net gains from the switching statistics. &amp;nbsp;Can anyone explain why this is?&lt;/p&gt;</description>
      <pubDate>2017-02-20T20:44:47.8570000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/total-icps-change-versus-switching-net-gain/</link>
    </item>
    <item>
      <title>How are new connections (ICPs) represented in switching numbers?</title>
      <description>&lt;p&gt;In the NZ-wide switching statistics, why does total gains always equal total losses? &amp;nbsp;What about new connections or disconnections?&lt;/p&gt;</description>
      <pubDate>2017-02-20T20:48:39.1270000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/new-connections/</link>
    </item>
    <item>
      <title>Have you entered the Lightning Lab Electric Innovation Challenge?</title>
      <description>&lt;p&gt;Creative HQ has partnered with Callaghan Innovation for the &lt;a href="http://www.innovationchallenge.co.nz/" target="_blank"&gt;Lightning Lab Electric Innovation Challenge&lt;/a&gt;, which is open until 20 March 2017.&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;It&amp;rsquo;s a competition for ideas pushing boundaries in how consumers and businesses use, manage, distribute, transmit, and generate electricity.&lt;/p&gt;&#xD;
&lt;p&gt;The Authority is supporting the challenge and you&amp;rsquo;re likely to see challenge-related questions and answers on the EMI forum over the coming weeks.&lt;/p&gt;&#xD;
&lt;p&gt;Make sure you subscribe to the &amp;lsquo;Lightning Lab&amp;rsquo; tag so that you can follow the discussion and learnings.&lt;/p&gt;</description>
      <pubDate>2017-02-03T01:16:33.1730000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/have-you-entered-the-lightning-lab-electric-innovation-challenge/</link>
    </item>
    <item>
      <title>EMI report updated – Market share trends report now includes ability to group retailers</title>
      <description>&lt;p class="MsoNormal"&gt;We&amp;rsquo;ve tweaked the &lt;a href="https://www.emi.ea.govt.nz/Reports/VisualChart?reportName=R_MST_C&amp;amp;categoryName=Retail&amp;amp;reportGroupIndex=2&amp;amp;eventMode=Async&amp;amp;reportDisplayContext=Gallery#RegionType=NZ&amp;amp;RegionCode=NZ&amp;amp;ParentCompany=Y&amp;amp;Grouping=T5&amp;amp;MarketSegment=All&amp;amp;Percent=N&amp;amp;DateFrom=1/1/2004&amp;amp;DateTo=31/8/2016&amp;amp;reportName=R_MST_C&amp;amp;condensedView=false"&gt;market share trends report&lt;/a&gt; to include a parameter allowing users to easily group retail parent company market shares. Comparisons can be made between the 4 or 5 largest incumbent retailers and the remainder of the market.&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;A couple of examples are:&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;The national market share held by the 5 largest incumbent retailers continues to fall dropping by over 1 per cent in the last year to 91 per cent.&lt;/p&gt;&#xD;
&lt;h4&gt;National market share held by the 5 largest incumbent retailers and&amp;nbsp;others&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;a href="https://www.emi.ea.govt.nz/r/g2ipl"&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/dd9da7db-fc4f-4991-8613-a6940021133e_market-share-trends-20161003145635.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/a&gt;&lt;/p&gt;&#xD;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;The combined share of smaller retailers (those outside the 5 largest incumbents) has just overtaken Mercury's market share in the South Inland.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;h4&gt;South Island market share by parent company&lt;/h4&gt;&#xD;
&lt;p class="MsoNormal"&gt;&lt;a href="https://www.emi.ea.govt.nz/r/deh0m"&gt;&lt;img src="/content/uploads/035d49f2-00e7-4965-bb3d-a5ca001dec25/170268bb-43ff-4e15-a708-a6940020fa5d_market-share-trends-20161003145735.jpg?width=690&amp;amp;upscale=false" alt=""&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>2016-10-03T02:10:30.2100000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/market-share-trends-report-now-includes-ability-to-group-retailers/</link>
    </item>
    <item>
      <title>Any available ICP level consumption data for research purposes?</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;&#xD;
&lt;p&gt;I would like to inquire if there are any databases or datasets having ICP level load consumption available for research purposes? The data doesn't necessarily have to have ICP numbers listed. The sole purpose is to use ICP level consumption data for power studies rather than studying a specific individual's consumption.&lt;/p&gt;&#xD;
&lt;p&gt;regards,&lt;/p&gt;&#xD;
&lt;p&gt;Arif&lt;/p&gt;</description>
      <pubDate>2016-09-15T01:29:59.5070000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/any-available-icp-level-consumption-data-for-research-purposes/</link>
    </item>
    <item>
      <title>A standard format for retail price schedules – what are your thoughts on the format?</title>
      <description>&lt;p&gt;We have amended the Code to require retailers to provide information about their generally available retail tariff plans to any person that requests them. The Code amendment took effect on 1 February 2016.&lt;br&gt; &lt;br&gt;However, the Code does not specify the format or method a retailer may use to provide this information. Our consultation paper presents a draft file format for use by retailers and seeks feedback from interested parties. The use of the file format is voluntary. The format is an addition to the current suite of industry EIEPs and has been titled EIEP 14.&lt;br&gt;Submissions close at 5 pm on Tuesday, 9 August 2016.&lt;/p&gt;&#xD;
&lt;p&gt;&lt;a href="http://govt.us2.list-manage.com/track/click?u=36d0054b0212a020eb4236643&amp;amp;id=1bfbbd520e&amp;amp;e=b9ca9f6cdb"&gt;Consultation paper&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>2016-06-27T21:24:14.7270000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/a-standard-format-for-retail-tariffs-what-are-your-thoughts-on-the-format/</link>
    </item>
    <item>
      <title>Release dates for retail reports</title>
      <description>&lt;p&gt;I saw in the report notes on the website that July data will be released on 13&lt;sup&gt;th&lt;/sup&gt; August 2016. Given this is a Saturday I was wondering if the data will be released today, on Saturday or on Monday?&lt;/p&gt;</description>
      <pubDate>2016-08-11T23:12:43.8600000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/data-release-date/</link>
    </item>
    <item>
      <title>Change to enable more access to consumer electricity data</title>
      <description>&lt;p&gt;From 1 February, electricity retailers must provide electricity consumption data to consumers or their authorised agents. Retailers must also provide all generally available pricing plans to anyone who requests them.&amp;nbsp;&lt;br&gt;&lt;br&gt;In addition, the Authority has now made it possible for more parties to access information about their electricity meters and connection arrangements through a web portal. &amp;nbsp;This information will assist&amp;nbsp;authorised agents&amp;nbsp;to consider only tariffs that are relevant to the customer's&amp;nbsp;connection arrangements. &amp;nbsp;&lt;br&gt;&lt;br&gt;The changes mean consumers can have better information to make more informed decisions about what electricity plan will work best for them.&amp;nbsp;&lt;br&gt;&lt;br&gt;The Authority expects the changes will help consumers to be more confident about the savings they can make from price offers and the choices available. This initiative should put even more competitive pressure on electricity retailers to offer better and more innovative deals.&amp;nbsp;&lt;br&gt;&lt;br&gt;For more information please see our consumer information pages&amp;nbsp;&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://www.ea.govt.nz/consumers/your-power-data-in-your-hands/"&gt;Your power&amp;nbsp;data in your hands&amp;nbsp;&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;</description>
      <pubDate>2016-05-22T21:00:47.5070000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/change-to-enable-more-access-to-consumer-electricity-data/</link>
    </item>
    <item>
      <title>C&amp;I market characteristics</title>
      <description>&lt;p&gt;I am trying to get a handle on what the size (customer numbers) of the NZ C&amp;amp;I market is.&lt;/p&gt;&#xD;
&lt;p&gt;I have determined the volume is roughly 17,000MWh (ex Tiwai and SME customers).&lt;/p&gt;&#xD;
&lt;p&gt;Information available online refers to ICPs - 300,000 infact. Which seems far too many.&lt;/p&gt;&#xD;
&lt;p&gt;Even the number of HHR meters from the meter registry characterised as Commercial or Industrial is 150,000 which leads to:&lt;/p&gt;&#xD;
&lt;table width="241"&gt;&#xD;
&lt;tbody&gt;&#xD;
&lt;tr&gt;&#xD;
&lt;td width="112"&gt;&lt;em&gt;C&amp;amp;I HHR Meters^&lt;/em&gt;&lt;/td&gt;&#xD;
&lt;td width="90"&gt;&lt;em&gt;Average&lt;/em&gt;&lt;/td&gt;&#xD;
&lt;td width="39"&gt;&lt;em&gt;&amp;nbsp;&lt;/em&gt;&lt;/td&gt;&#xD;
&lt;/tr&gt;&#xD;
&lt;tr&gt;&#xD;
&lt;td&gt;&lt;em&gt;96,389&lt;/em&gt;&lt;/td&gt;&#xD;
&lt;td&gt;&lt;em&gt;98.0&lt;/em&gt;&lt;/td&gt;&#xD;
&lt;td&gt;&lt;em&gt;MWh.pa&lt;/em&gt;&lt;/td&gt;&#xD;
&lt;/tr&gt;&#xD;
&lt;tr&gt;&#xD;
&lt;td&gt;&lt;em&gt;60,658&lt;/em&gt;&lt;/td&gt;&#xD;
&lt;td&gt;&lt;em&gt;203.6&lt;/em&gt;&lt;/td&gt;&#xD;
&lt;td&gt;&lt;em&gt;MWh.pa&lt;/em&gt;&lt;/td&gt;&#xD;
&lt;/tr&gt;&#xD;
&lt;/tbody&gt;&#xD;
&lt;/table&gt;&#xD;
&lt;p&gt;(Commercial top Industrial bottom) and is still too small.&lt;/p&gt;&#xD;
&lt;p&gt;Is there a way to determine the ACTIVE meters in the market?&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2016-07-21T05:14:30.1170000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/c-i-market-characteristics/</link>
    </item>
    <item>
      <title>EMI reports updated – Switching reports now include switch types (trader, move-in, half-hour)</title>
      <description>&lt;p&gt;We&amp;rsquo;ve augmented the EMI website's switching reports to include a filter on switch types. This enhancement provides further insight into the switching activity that takes place in the retail electricity market.&amp;nbsp;&lt;br&gt; &lt;br&gt;The three switch types are &amp;lsquo;trader&amp;rsquo;, &amp;lsquo;move-in&amp;rsquo; and &amp;lsquo;half-hour&amp;rsquo;. Trader switches follow the switch process that applies when the customer of an electricity retailer (customer) has an existing contract with the losing trader at the ICP. Move-in switches follow the switch process that applies when the customer is new to an ICP. Half-hour switches are switches of ICPs with larger metering categories. More information is available in the report notes.&lt;br&gt; &lt;br&gt;The augmented retail reports are: &lt;a href="/r/21ror"&gt;switching trends&lt;/a&gt;, &lt;a href="http://govt.us2.list-manage.com/track/click?u=36d0054b0212a020eb4236643&amp;amp;id=e23d6e9051&amp;amp;e=b9ca9f6cdb"&gt;switching breakdown&lt;/a&gt;, &lt;a href="http://govt.us2.list-manage.com/track/click?u=36d0054b0212a020eb4236643&amp;amp;id=25d82abcfa&amp;amp;e=b9ca9f6cdb"&gt;switching summary&lt;/a&gt;, and &lt;a href="http://govt.us2.list-manage.com/track/click?u=36d0054b0212a020eb4236643&amp;amp;id=6238d8bb4d&amp;amp;e=b9ca9f6cdb"&gt;relative switching&lt;/a&gt;.&lt;br&gt; &lt;br&gt;Looking at the switching trends report we observe the following:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;Trader switches peaked in 2011 when the What&amp;rsquo;s My Number campaign began&amp;nbsp;and show a strong seasonal correlation to the winter months, which is also when this campaign runs.&lt;/li&gt;&#xD;
&lt;li&gt;Move-in switches have steadily increased and are the main contributor to total switching increasing over time. These results align with our surveys which show that moving house prompts a residential customer &amp;nbsp;to consider their electricity supply choices. An increasingly competitive market structure underpins this increase, as do customers with both awareness and increased choice. Switches are a count of traders supplying ICPs changing, not customers changing traders. Some move-in switches will be loyal customers who decide to sign up with their previous supplier at their new ICP.&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;Examples of insights that can be drawn from the augmented reports are highlighted at the following links:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://govt.us2.list-manage1.com/track/click?u=36d0054b0212a020eb4236643&amp;amp;id=5377b84f04&amp;amp;e=b9ca9f6cdb"&gt;National comparison of switch type trends (www.emi.ea.govt.nz/r/3jbzt)&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;&lt;a href="http://govt.us2.list-manage.com/track/click?u=36d0054b0212a020eb4236643&amp;amp;id=ad963f7fbd&amp;amp;e=b9ca9f6cdb"&gt;Relative move-in switches in the main centres (www.emi.ea.govt.nz/r/zow2v)&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2016-05-30T21:35:11.4770000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/emi-reports-now-include-switch-types/</link>
    </item>
    <item>
      <title>The performance of the residential electricity market in 2015 - review published</title>
      <description>&lt;p&gt;We have released a publication with information and commentary on the performance of the residential electricity market in 2015.&amp;nbsp;&lt;br&gt; &lt;br&gt; The publication is fully digital, allowing readers to share links, download images, customise displays by changing parameters, and access the underlying data.&lt;br&gt; &lt;br&gt; The publication covers:&lt;/p&gt;&#xD;
&lt;ul&gt;&#xD;
&lt;li&gt;national electricity switching rates and the estimated potential savings available to consumers in different regions&lt;/li&gt;&#xD;
&lt;li&gt;residential electricity use, including consumption levels by region and information about solar installation rates&lt;/li&gt;&#xD;
&lt;li&gt;information about the number of retailers available in different regions&lt;/li&gt;&#xD;
&lt;li&gt;information on residential electricity pricing and market structure changes&lt;/li&gt;&#xD;
&lt;li&gt;&lt;a href="http://govt.us2.list-manage.com/track/click?u=36d0054b0212a020eb4236643&amp;amp;id=e43f03210e&amp;amp;e=b9ca9f6cdb"&gt;Publication&lt;/a&gt;&lt;/li&gt;&#xD;
&lt;/ul&gt;</description>
      <pubDate>2016-07-05T01:00:35.1130000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/the-performance-of-the-residential-electricity-market-in-2015/</link>
    </item>
    <item>
      <title>Creating EIEP13C .csv file</title>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;&#xD;
&lt;p&gt;I am seeking to submit an EIEP13C request for ICP meter data to a retailer via the EIEP Transfer Hub. This will request EIEP13A and EIEP13B files to be returned&amp;nbsp;(preferably sent by email).&lt;/p&gt;&#xD;
&lt;p&gt;Does anyone know if there are examples of the EIEP13C filetype available?&lt;/p&gt;&#xD;
&lt;p&gt;I have read the specification for EIEP13C located on EA website (&lt;a href="https://www.ea.govt.nz/operations/retail/eiep/regulated-electricity-information-exchange-protocols/"&gt;link to page&lt;/a&gt;) and also Registry Functional Specification which has been somewhat helpful with the file naming requirements, butwhat would be really useful is an example of an EIEP13C request CSV file, and the EIEP13A and EIEP13B responses.&lt;/p&gt;&#xD;
&lt;p&gt;Thanks for your help. Steep learning curve for the uninitiated.&lt;/p&gt;&#xD;
&lt;p&gt;Cheers,&lt;/p&gt;&#xD;
&lt;p&gt;Nathan&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>2016-06-22T23:29:04.1800000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/creating-eiep13c-csv-file/</link>
    </item>
    <item>
      <title>Care needed when interpreting the trend in solar connections at the moment</title>
      <description>&lt;p&gt;Have you noticed that the &lt;a href="/r/2bwfc"&gt;national trend in ICPs with solar connections&lt;/a&gt;&amp;nbsp;seems to have flattened off recently?&lt;/p&gt;&#xD;
&lt;p&gt;It appears that one network participant has made an error with the population of the fields they are responsible for in the registry. They are aware of this situation and we hope to have this resolved soon.&lt;/p&gt;&#xD;
&lt;h4&gt;Installed solar connections for Top Energy&amp;nbsp;&lt;/h4&gt;&#xD;
&lt;p&gt;&lt;a href="/r/mxsdl"&gt;&lt;img src="https://apimgmtst7tk4imwmlfctnfg.blob.core.windows.net/content/MediaLibrary/EMI%20forum%20content/Installed_distributed_generation_trends_20160614154227.jpeg" alt="" width="700" height="351"&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>2016-06-14T03:59:44.0500000</pubDate>
      <link>https://forum.emi.ea.govt.nz/thread/care-needed-when-interpreting-the-trend-in-solar-connections-at-the-moment/</link>
    </item>
  </channel>
</rss>