tillsteinbach / WeConnect-mqtt

MQTT Client that publishes data from Volkswagen WeConnect
MIT License
69 stars 13 forks source link

feature: accepting terms at myvolkswagen required > send notification to mqtt-topic #207

Open do6uk opened 1 year ago

do6uk commented 1 year ago

Today my instance stopped working again, due to "accept terms" message at login. Perhabs it is possible to publish this information to an mqtt-topic, so that I can monitor this in my Node-RED automation and send a notification to my mobile device.

diplix commented 1 year ago

that’s what i thought today, too. may be even more generic, pipe certain weconnect errors to a mqtt topic?

tillsteinbach commented 1 year ago

Did you check what mqtt/error/code and mqtt/error/message give? I‘m not 100% sure right now.

do6uk commented 1 year ago

Yes ... I found some traceback in my syslog ...

weconnect_syslog.txt

And if this could be published at e.g. ../mqtt/error/code and ../mqtt/error/message it would be great.