Manage Renault and Dacia electric vehicles via the API

In winter or summer it is possible to precondition the vehicle so that it heats or cools before leaving.
You have to open the manufacturer’s app (previously I could do it with the key but this function no longer exists on the Zoe), which is not quick.
It would be nice to be able to do it with a button and via a voice assistant.

While searching a bit, I came across this blog post about the Renault Zoe (not sure it’s still valid, it’s from 2016):

Edit: that actually looks okay

There’s also this Python package that does that:

You would just need to understand the API logic and it would be usable!

Here’s what I use with Domoticz:

https://easydomoticz.com/forum/viewtopic.php?f=17\u0026t=9644

And with node-red:
I just set it up in node-red but haven’t integrated it into Gladys yet.

He used this site:

Awesome, thanks for sharing that for reference :slight_smile:

I’ll let people vote, and if anyone wants to contribute on this topic it’ll be a pleasure!

As for me, I don’t have a car so I’m not the right person to develop this :joy:

Here are, for example, the different points that can be monitored or acted upon:


and examples of logs:


You can zoom in on the charts to see more details, and export them as images, CSV, or XLS

Here’s what I just set up by retrieving the info in Node-RED.

However, I don’t know how to send commands to the car like I can in Domoticz.
They are Lua and Python scripts.

Hi, on my side with Teslafi and Node-RED, I’ve started compiling a few pieces of information and commands related to my solar panels :


![Capture d’écran 2025-05-18 085832|378x255](upload://jsSiucwHyoGPJ

Isn’t this a good candidate for a Matterbridge plugin?