node-red-contrib / node-red-contrib-renault-ze

node-red extension to fetch the status from your renault connected car
Apache License 2.0
19 stars 6 forks source link

Charging function for Dacia Spring #75

Closed JLorenz86 closed 1 year ago

JLorenz86 commented 1 year ago

Now, it is the final version.

JLorenz86 commented 1 year ago

Now, it is the final version.

ovidiulaz7 commented 1 year ago

I'm sorry guys, I'm trying to figure out how to use the charging pause / resume for Dacia Spring from NodeRed but I can't figure it out.

Can you show some usage examples somewhere? 🙈

Thanks for the efforts!

JLorenz86 commented 1 year ago

Hi,

you need to send a message to the "Renault-ze" Node. In my example, it is called "Baby Dacia".

To interrupt charging, you need the topic "set-charge-pause" and the boolean value true To resume charging, you need the topic "set-charge-pause" and the boolean value false

Bildschirmfoto 2022-09-14 um 20 52 23

ovidiulaz7 commented 1 year ago

Thanks a lot!

It's working! :D