Mazda API to MQTT bridge
https://github.com/brunob45/mazda2mqtt.git
cd mazda2mqtt
MAZDA_USERNAME
and MAZDA_PASSWORD
are mandatory.docker compose build
docker compose up -d
Change the first 2 lines from
FROM debian
# FROM python:3.11-slim
to
# FROM debian
FROM python:3.11-slim