Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Ohme's new smart charging app

This site may earn commission on affiliate links.
Some of you will have been using Ohme's smart charging cable which is able to use a dynamic tariff like Agile Octopus to charge you car when electricity is cheapest (or greenest).

They've now released a smart app which for a Tesla (and hopefully other cars with an API to follow) can apparently do this with a traditional dumb charger and dumb cable:

Ohme App for Intelligent Charging

I'm intrigued - currently we're on Octopus Go and using the cars' built in timers to use the fixed overnight window, but this might let me switch to Agile Octopus without buying the Ohme cable or upgrading our charger.

Has anyone tried it?
 
No. It works by using the Tesla API to start and stop charging. You could use a dumb charge point.
Seems like a no brainer to me. The EV Energy app looks very similar.

Personally I achieve the same thing using NodeRed running on a Raspberry Pi.

Ditto. High five!:cool:

would either of you mind sharing details on this? any step by step tutorials around? I have a couple of spare Pis looking for new jobs :)
 
NodeRed has a fairly straight forward user guide for installing. Then you setup ‘flows’ to access the Tesla API.

Getting Started : Node-RED
Introduction
https://www.teslaapi.io

You still need to be able to write a bit of JavaScript for this route so only advisable if you have some programming experience- no doubt if you have Pis you do. :rolleyes:

Once you have a working authentication flow the other commands are straight forward. Many only work if the car is ‘online’.
 
Additional 'nodes' can be added to NodeRed to simplify tasks. The node node-red-contrib-tesla will do all the communication with the Tesla API for you.
You would also need to parse the Octopus API to work out when to start and stop the charge. There is another node borpin/node-red-contrib-octopus to interrogate the Octopus Agile pricing.
I do not know how well this node works since I do not have Agile.

I use NodeRed to charge my Tesla with excess solar power in the same way as a Zappi.

EDIT: You may find this useful too JonathanPerkins/octopus-agile-price
 
Last edited:
  • Informative
Reactions: NewbieT
Some of you will have been using Ohme's smart charging cable which is able to use a dynamic tariff like Agile Octopus to charge you car when electricity is cheapest (or greenest).

They've now released a smart app which for a Tesla (and hopefully other cars with an API to follow) can apparently do this with a traditional dumb charger and dumb cable:

Ohme App for Intelligent Charging

I'm intrigued - currently we're on Octopus Go and using the cars' built in timers to use the fixed overnight window, but this might let me switch to Agile Octopus without buying the Ohme cable or upgrading our charger.

Has anyone tried it?
I've been using this since I got the ohme charger cable in Sept - not a new app?

I went back and forth between EV and this to charge but settled with ohmes app as it was easier to see the number of hours it would charge and gets Agiles rates directly from Octopus.

Very easy to use and as long as the cars plugged in, the rate set not to exceed 'x', and the apps open, it will stop and charge flawlessly.
 
As a new owner, I am really not an expert in these things! But thanks for the pointer on the app - I am not an Ohme customer (SSE), but have downloaded the app and it is working fine with the (dumb) Tesla UMC charger. Because of the 'charging restrictions' setting which lets you limit the charging over a certain cost, it is, I think, giving you the ability to set a start time as well as an end time.
 
Being able to do this directly with the API and no special cable may not be new, but Ohme are openly advertising this capability of their app now.
Sorry, I'm not entirely sure I understand. Please correct me if I have made a mistake but when I purchased the ohme cable I installed their Ohme app back in Sept. Their app used my tesla log-in details to communicate with my car and the ohme charge cable to start /stop charging based on the settings. Great for seeing the timings it would charge whilst on Agile. When tesla changed to 2FA Ohme lost communication briefly with the car but a fix was released shortly. I am also able to charge other EV cars via ohme's app but this is just as a start/stop as opposed to smart charging.
 
Looks like EV.energy now offer to charge off solar based on your local weather forecast and a dumb charger using the Tesla API (far simpler than integrating with something like SolarEdge monitoring data, or hardware like Zappi): Solar-powered EV charging is here! Announcing Solar Smart Charging - ev.energy

I've yet to try this or the Ohme app, but have a few times manually done a mid-day solar top-up by using the car's touch screen to start a charge and adjusting the maximum current to match the current solar output. That works but there are better uses of my time ;)