michaelwoods/onstar2mqtt

Feature Request - Custom MQTT

Closed this issue · 1 comments

Hello,

I notice everything is currently publish in HA format. I don't use HA, I use openhab. It would be great if a param could be set to change the mqtt path to something else then homeassistant. Also, maybe another one for the name instead of using the serial number?

Thank you!

You can set the topic prefix: https://github.com/michaelwoods/onstar2mqtt/blob/main/src/index.js#L30

Define MQTT_PREFIX at runtime. You can also currently prefix the name value but it will still use the VIN in the topic.