Closed freeesty closed 7 months ago
Its possible to define a mqtt namespace variable in teslamate.
MQTT_NAMESPACE=
If it is defined, the telegram bot won't notify the update, because its looking in a wrong topic.
teslamate/$namespace/cars/2/inside_temp
would work then.
Thanks for the suggestion
Included in v0.7.6
Its possible to define a mqtt namespace variable in teslamate.
MQTT_NAMESPACE=
If it is defined, the telegram bot won't notify the update, because its looking in a wrong topic.
teslamate/$namespace/cars/2/inside_temp
would work then.