<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sriram M</title>
    <description>The latest articles on DEV Community by Sriram M (@sriram_m_6a07ba40efca3805).</description>
    <link>https://dev.to/sriram_m_6a07ba40efca3805</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3169940%2Fca3499f6-a3b2-4d2f-9cd5-0e9aed220ec5.png</url>
      <title>DEV Community: Sriram M</title>
      <link>https://dev.to/sriram_m_6a07ba40efca3805</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sriram_m_6a07ba40efca3805"/>
    <language>en</language>
    <item>
      <title>How I Used Python and Time-Series Data to Detect Energy Spikes from EV Chargers</title>
      <dc:creator>Sriram M</dc:creator>
      <pubDate>Fri, 16 May 2025 10:27:49 +0000</pubDate>
      <link>https://dev.to/sriram_m_6a07ba40efca3805/how-i-used-python-and-time-series-data-to-detect-energy-spikes-from-ev-chargers-1f10</link>
      <guid>https://dev.to/sriram_m_6a07ba40efca3805/how-i-used-python-and-time-series-data-to-detect-energy-spikes-from-ev-chargers-1f10</guid>
      <description>&lt;h1&gt;
  
  
  Detecting Energy Spikes from EV Chargers Using Python and Time Series Data
&lt;/h1&gt;

&lt;p&gt;I recently worked on a Python project to detect unusual energy spikes from EV chargers by analyzing time series data. The idea was to identify patterns and flag unexpected power usage, which could point to hardware issues or operational anomalies.&lt;/p&gt;

&lt;p&gt;The project involved:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Processing charging session data using &lt;strong&gt;pandas&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Visualizing consumption with &lt;strong&gt;Matplotlib&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Applying a simple &lt;strong&gt;peak detection&lt;/strong&gt; method to find spikes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The approach is lightweight but effective, and can be applied to other types of sensor or energy data as well.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://medium.com/@sriram1105.m/how-i-used-python-and-time-series-data-to-detect-energy-spikes-from-ev-chargers-bc90a8da35bc" rel="noopener noreferrer"&gt;Read the full article on Medium&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to hear thoughts, suggestions, or similar projects you’ve worked on!&lt;/p&gt;

</description>
      <category>python</category>
      <category>datascience</category>
      <category>timeseries</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
