{"id":174,"date":"2025-12-07T08:02:47","date_gmt":"2025-12-07T08:02:47","guid":{"rendered":"https:\/\/blog.thebowrings.co.uk\/?p=174"},"modified":"2025-12-15T08:57:56","modified_gmt":"2025-12-15T08:57:56","slug":"track-ev-charging-hours-through-home-assistant-for-intelligent-octopus-go","status":"publish","type":"post","link":"https:\/\/blog.thebowrings.co.uk\/index.php\/2025\/12\/07\/track-ev-charging-hours-through-home-assistant-for-intelligent-octopus-go\/","title":{"rendered":"Track EV Charging Hours Through Home Assistant for Intelligent Octopus Go"},"content":{"rendered":"\n<p>Octopus Energy is updating the Intelligent Octopus Go tariff: from early 2026 they will enforce a <strong>hard limit of 6 hours per day<\/strong> for \u201csuper-cheap smart charging\u201d.&nbsp;<\/p>\n\n\n\n<p>That means if your EV continues charging beyond those 6 hours (even if the charger is still plugged in), any extra time gets billed at the standard \u201cBump\u201d rate \u2014 more expensive.&nbsp;<\/p>\n\n\n\n<p>This guide shows how you can use <strong>Home Assistant<\/strong> to <strong>track exactly how many hours your car has been charging each day<\/strong> (no matter when), so you don\u2019t accidentally exceed the 6-hour limit and risk being charged at the higher rate.<\/p>\n\n\n\n<p>It works for chargers like <strong>Hypervolt<\/strong>, <strong>Myenergi Zappi<\/strong>, and <strong>Ohme<\/strong>, or any charger that reports its own charge-current or power.<\/p>\n\n\n\n<p>With this you get a simple dashboard showing charge-hours used \u2014 and you\u2019re in control.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u26a0\ufe0f Replace sensor.hypervolt_charger_current with the sensor from <em>your<\/em> charger that shows power\/current when the car is charging.<\/p>\n<\/blockquote>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Before you start\u2013 Find the sensor for your charger<\/strong><\/h3>\n\n\n\n<p>Pick from this table:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Charger<\/strong><\/td><td><strong>Charging State Sensor <\/strong><br>(default name)<\/td><td><strong>Status needed<\/strong> <br>(For Step 2)<\/td><\/tr><tr><td>Ohme<\/td><td><code>sensor.ohme_home_go_status<\/code><\/td><td>&#8220;charging&#8221;<\/td><\/tr><tr><td>Hypervolt<\/td><td><code>switch.hypervolt_charging<\/code><\/td><td>&#8220;on&#8221;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>No Match in the table? Create your own, You need the sensor that shows how much <strong>current\/power your charger is sending to the car<\/strong>.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Zappi example<\/strong><\/h5>\n\n\n\n<pre class=\"wp-block-code\"><code>Replace ADDYOURIDHERE with your own Zappi ID.<\/code><\/pre>\n\n\n\n<p>You can find these in Home Assistant under <strong>Developer Tools \u2192 States<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1 (Optional) \u2013 Create the \u201cCar is charging\u201d binary sensor<\/strong><\/h3>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>\u26a0\ufe0f You only need to do this if your charger does not have a sensor in Home-Assistant for charging status.<\/p>\n<\/blockquote>\n\n\n\n<p>This turns <strong>on<\/strong> when the car is actually charging.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Go to <strong>Settings \u2192 Devices &amp; Services \u2192 Helpers<\/strong><\/li>\n\n\n\n<li>Click <strong>Create helper<\/strong><\/li>\n\n\n\n<li>Choose <strong>Template<\/strong><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"609\" src=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.46-1024x609.png\" alt=\"\" class=\"wp-image-175\" srcset=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.46-1024x609.png 1024w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.46-300x178.png 300w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.46-768x456.png 768w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.46-1536x913.png 1536w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.46-2048x1217.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Choose <strong>Binary sensor<\/strong><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"608\" src=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.59-1024x608.png\" alt=\"\" class=\"wp-image-176\" srcset=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.59-1024x608.png 1024w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.59-300x178.png 300w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.59-768x456.png 768w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.59-1536x913.png 1536w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.07.59-2048x1217.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>FILL IN<\/strong>:<\/p>\n\n\n\n<p><strong>Name:<\/strong> Car is charging<\/p>\n\n\n\n<p><strong>State template:<\/strong> Paste the one that matches your charger.<\/p>\n\n\n\n<p><strong>Hypervolt<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{{ states('sensor.hypervolt_charger_current') | float(0) &gt; 0.5 }}<\/code><\/pre>\n\n\n\n<p><strong>Zappi:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{{ states('sensor.myenergi_zappi_ADDYOURIDHERE_internal_load_ct1') | float(0) &gt; 0.5 }}<\/code><\/pre>\n\n\n\n<p><strong>Ohme:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{{ states('sensor.ohme_home_go_current') | float(0) &gt; 0.5 }}<\/code><\/pre>\n\n\n\n<p>Click <strong>Create<\/strong>.<\/p>\n\n\n\n<p>You now have: binary_sensor.car_is_charging<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"606\" src=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.08.44-1024x606.png\" alt=\"\" class=\"wp-image-177\" srcset=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.08.44-1024x606.png 1024w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.08.44-300x178.png 300w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.08.44-768x455.png 768w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.08.44-1536x909.png 1536w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.08.44-2048x1212.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2 \u2013 Create the \u201cEV charging hours today\u201d sensor<\/strong><\/h3>\n\n\n\n<p>This counts how many hours your car has charged since <strong>05:30<\/strong> today.<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Go to <strong>Settings \u2192 Devices &amp; Services \u2192 Helpers<\/strong><\/li>\n\n\n\n<li>Click <strong>Create helper<\/strong><\/li>\n\n\n\n<li>Choose <strong>History stats<\/strong>]<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"608\" src=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.06-1024x608.png\" alt=\"\" class=\"wp-image-178\" srcset=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.06-1024x608.png 1024w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.06-300x178.png 300w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.06-768x456.png 768w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.06-1536x912.png 1536w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.06-2048x1216.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>FILL IN:<\/strong><\/p>\n\n\n\n<p><strong>Name:<\/strong> EV charging hours today<\/p>\n\n\n\n<p><strong>Entity:<\/strong> &#8220;Pick the sensor for your charger in the table&#8221; or &#8220;Car is charging&#8221;<\/p>\n\n\n\n<p><strong>State:<\/strong> &#8220;Pick the state for your sensor in the table above&#8221; or &#8220;on&#8221;<\/p>\n\n\n\n<p><strong>Type:<\/strong> Time<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"607\" src=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.34-1024x607.png\" alt=\"\" class=\"wp-image-179\" srcset=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.34-1024x607.png 1024w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.34-300x178.png 300w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.34-768x456.png 768w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.34-1536x911.png 1536w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.34-2048x1215.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"607\" src=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.49-1024x607.png\" alt=\"\" class=\"wp-image-180\" srcset=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.49-1024x607.png 1024w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.49-300x178.png 300w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.49-768x455.png 768w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.49-1536x910.png 1536w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.09.49-2048x1214.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>Start:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{{ today_at() }}\n\n<strong>End:<\/strong><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>{{ now() }}<\/code><\/pre>\n\n\n\n<p>Leave <strong>Duration<\/strong> empty and click <strong>Create<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"583\" src=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.10.25-1024x583.png\" alt=\"\" class=\"wp-image-181\" srcset=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.10.25-1024x583.png 1024w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.10.25-300x171.png 300w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.10.25-768x437.png 768w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.10.25-1536x875.png 1536w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-06-at-08.10.25-2048x1166.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>You now have:<\/p>\n\n\n\n<p>sensor.ev_charging_hours_today<\/p>\n\n\n\n<p>This will show values like:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>1.0 = 1 hour<\/li>\n\n\n\n<li>2.5 = 2 hours 30 minutes<\/li>\n\n\n\n<li>3.75 = 3 hours 45 minutes<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3 \u2013 Add it to your dashboard<\/strong><\/h3>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Open your dashboard<\/li>\n\n\n\n<li>Click the <strong>three dots \u2192 Edit dashboard<\/strong><\/li>\n\n\n\n<li>Click <strong>Add card<\/strong><\/li>\n\n\n\n<li>Choose <strong>Entities<\/strong> (or Gauge)<\/li>\n<\/ol>\n\n\n\n<p>Add:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>sensor.ev_charging_hours_today<\/li>\n\n\n\n<li>binary_sensor.car_is_charging<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"98\" src=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-07-at-07.52.15-1024x98.png\" alt=\"\" class=\"wp-image-182\" srcset=\"https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-07-at-07.52.15-1024x98.png 1024w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-07-at-07.52.15-300x29.png 300w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-07-at-07.52.15-768x74.png 768w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-07-at-07.52.15-1536x147.png 1536w, https:\/\/blog.thebowrings.co.uk\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-07-at-07.52.15-2048x196.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Now you can see how close you are to Octopus\u2019s 6-hour limit at a glance.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Octopus Energy is updating the Intelligent Octopus Go tariff: from early 2026 they will enforce a hard limit of 6 hours per day for \u201csuper-cheap smart charging\u201d.&nbsp; That means if your EV continues charging beyond those 6 hours (even if the charger is still plugged in), any extra time gets billed at the standard \u201cBump\u201d [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-174","post","type-post","status-publish","format-standard","hentry","category-home-assistant"],"_links":{"self":[{"href":"https:\/\/blog.thebowrings.co.uk\/index.php\/wp-json\/wp\/v2\/posts\/174","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.thebowrings.co.uk\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.thebowrings.co.uk\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.thebowrings.co.uk\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.thebowrings.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=174"}],"version-history":[{"count":7,"href":"https:\/\/blog.thebowrings.co.uk\/index.php\/wp-json\/wp\/v2\/posts\/174\/revisions"}],"predecessor-version":[{"id":194,"href":"https:\/\/blog.thebowrings.co.uk\/index.php\/wp-json\/wp\/v2\/posts\/174\/revisions\/194"}],"wp:attachment":[{"href":"https:\/\/blog.thebowrings.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=174"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.thebowrings.co.uk\/index.php\/wp-json\/wp\/v2\/categories?post=174"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.thebowrings.co.uk\/index.php\/wp-json\/wp\/v2\/tags?post=174"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}