Integrate the Tricity Mevo bike API with Home Assistant to monitor bike counts at stations. This integration can be installed using HACS.
- Sensor entities for selected Mevo stations
- Updates every 5 minutes for available bikes, e-bikes, and docks
- Station details: address, location, capacity, rental URI
- Add this repository to HACS as a custom integration.
- Install the integration via HACS.
- Restart Home Assistant.
Mevo is configured from the Home Assistant UI. Go to Settings → Devices & Services → Add Integration and search for Mevo. The integration will fetch the live station list from the Mevo API and let you pick the stations you want to monitor from a dropdown.
To change the set of monitored stations later, open the integration entry and click Configure.
Each sensor provides:
state: Number of bikes available (both types)docks_available: Number of docks available (free spaces, not really useful anymore)bikes_available: Number of regular bikes availableebikes_available: Number of electric bikes availablestation_id: Station IDaddress: Station addresslatitude/longitude: Station locationcapacity: Station capacityrental_uri: URI for bike rental
For issues or feature requests, open an issue on GitHub.