Practical steps to upgrade from Weconnect-mqtt to CarConnectivity-mqtt? #52
-
Hi All, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you already know Weconnect-mqtt it should be easy to change. Biggest change is probably that the arguments are passed in a config file instead of with parameters. Also the topics changed a bit, but when you look for the topics |
Beta Was this translation helpful? Give feedback.
-
Hi Domoberry, I read that you use this plugin together with Domoticz. I do also! I can recommend you the small Domoticz hardware plugin 'MQTT Mapper' (https://github.com/FlyingDomotic/domoticz-mqttmapper-plugin ) where you can convert / digest MQTT messages for Domoticz very easy. And saves you the installation of NodeRed. |
Beta Was this translation helpful? Give feedback.
If you already know Weconnect-mqtt it should be easy to change. Biggest change is probably that the arguments are passed in a config file instead of with parameters. Also the topics changed a bit, but when you look for the topics
carconnectivity/testing/plugins/mqtt/topics
andcarconnectivity/testing/plugins/mqtt/writeable_topics
you should find out the new topic names pretty easy.