[Custom Integration] Maveo — Marantec garage door stick

Hey all,

I’ve got a Marantec Maveo stick on my garage and there was no HA integration for it, so I reverse-engineered the Android app and built one. It’s been running on my own setup for a bit now and seems stable enough to share.

It goes through the Marantec cloud (AWS IoT + Cognito), so no local control unfortunately — if the cloud goes down, so does the integration. That said, it polls every 30 seconds and immediately refreshes after any command, so it feels pretty responsive in practice.

What you get:

  • Garage door control (open/close/stop) with live state
  • Garage light on/off
  • Cloud connectivity sensor
  • WiFi signal, SSID, IP and MAC
  • Firmware version, time-to-close timer, buzzer state
  • GPS location shown on the HA map
  • Guest key management — create time-limited QR codes, see remaining TTL, revoke them —all as entities that update automatically

Install via HACS:
Add GitHub - yoda-jm/ha-maveo: Python library and CLI for the Marantec Maveo smart garage door system, built as a foundation for a Home Assistant integration. · GitHub as a custom repository (Integration category), then search for Maveo and enter your email, password and region (EU/US).

Not affiliated with Marantec — pure reverse engineering, use at your own risk.

Happy to take bug reports and PRs on GitHub.