<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[EnergyIQ]]></title><description><![CDATA[EnergyIQ]]></description><link>https://energyiqapp.hashnode.dev</link><image><url>https://cdn.hashnode.com/res/hashnode/image/upload/v1593680282896/kNC7E8IR4.png</url><title>EnergyIQ</title><link>https://energyiqapp.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Wed, 02 Sep 2026 06:26:34 GMT</lastBuildDate><atom:link href="https://energyiqapp.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[From Smart Meter to Savings Action: The Analytics Pipeline Behind Home Energy AI]]></title><description><![CDATA[Every "AI energy assistant" demo you've seen reads one week of synthetic data and prints a tip. Real homes produce messy interval data, and the pipeline behind turning that into one ranked, dollar-qua]]></description><link>https://energyiqapp.hashnode.dev/from-smart-meter-to-savings-action-the-analytics-pipeline-behind-home-energy-ai</link><guid isPermaLink="true">https://energyiqapp.hashnode.dev/from-smart-meter-to-savings-action-the-analytics-pipeline-behind-home-energy-ai</guid><category><![CDATA[data-engineering]]></category><category><![CDATA[Machine Learning]]></category><category><![CDATA[Energy]]></category><category><![CDATA[iot]]></category><dc:creator><![CDATA[EnergyIQ]]></dc:creator><pubDate>Sat, 29 Aug 2026 12:47:49 GMT</pubDate><content:encoded><![CDATA[<p>Every "AI energy assistant" demo you've seen reads one week of synthetic data and prints a tip. Real homes produce messy interval data, and the pipeline behind turning that into one ranked, dollar-quantified action is where the actual engineering is. This is EnergyIQ's stack, conceptually.</p>
<p><strong>Ingest.</strong> Utility interval data (15-min or hourly), plus whatever connected devices export. Each source arrives with gaps, DST artifacts, and vendor quirks. Step one is normalization to a clean UTC series with gap flags — never interpolating silently, because gaps themselves carry signal (meter swaps, outages, empty house).</p>
<p><strong>Baselining.</strong> You need the counterfactual: what would this home have used without the behavior you're evaluating? We blend a weather-normalized regression core (HDD/CDD features) with per-home percentile bands. The model must know when it's uncertain — a tip built on a bad baseline destroys trust permanently.</p>
<p><strong>Anomaly detection.</strong> Baseline creep, phantom loads, and schedule mismatches are all deviations from the home's own pattern, not from a population average. Per-home sequence models catch what population statistics smooth over. The output isn't "anomaly score 0.83" — it's "your always-on floor rose 60W in March, roughly $2.50/month."</p>
<p><strong>The explanation layer.</strong> Every detection must serialize to one sentence a non-technical person can act on, with a dollar figure and a confidence note. Detection without a decision-ready explanation is a debug log, not a product.</p>
<p><strong>The loop.</strong> After a user acts, we track the meter response and score the tip as verified-savings or noise. That feedback is the only thing that makes the next tip better.</p>
<p>EnergyIQ runs this pipeline for real households; the boring-sounding parts (gap handling, uncertainty quantification) are the ones that made it work.</p>
]]></content:encoded></item></channel></rss>