mr-manuel / venus-os_dbus-mqtt-ev-charger

This Venus OS driver gets the data from MQTT and displays it as EV charger.
MIT License
10 stars 2 forks source link

How to get a mqtt feeedback? #4

Closed JMQ1961 closed 7 months ago

JMQ1961 commented 7 months ago

I want to switch on /off and the charging current of the Charging Station via the victron system. I do not receive a MQTT message.

is this a config problem)

have a nice day.

JM

mr-manuel commented 7 months ago

See https://github.com/victronenergy/dbus-flashmq

JMQ1961 commented 7 months ago

Thank you for the quick answer.

I used a externel MQTT server. Now i have switched to the guildin flashMQ venus server.

But i can still see no on and off , and current commands.

I use the MQTT explorer for test monitoring.

as i have a Keba charging station i modifiied the path from custom/ev-charger to Keba/ev-charger.

grafik

mr-manuel commented 7 months ago

You want to see the changes that are done in Venus OS right? The topics are only one way.

The topic Keba/ev-charger is the receiving one for Venus OS and the sending one for your ev charger.

The topics N/YOURVRMID/evcharger/VRMID/* are the sending one from Venus OS and can be received by every client. The topics of Venus OS reflect the dbus. Therefore here you find the ev charger controls that change.

JMQ1961 commented 7 months ago

First i am using OS v3.40~2 beta.

nothing is received . may be a beta problem.

mqtt

the charging station is recognized. but no feedback on of charge current grafik grafik

mr-manuel commented 7 months ago

See https://github.com/victronenergy/dbus-flashmq

You have to read this. Check the keep alive section.

JMQ1961 commented 7 months ago

One million thanks

keep alive is the solution.

have a nice day.