Tessie API Integration (Tesla control via Tessie)
Hello everyone!
I propose integrating Tessie into Gladys Assistant. Tessie offers a very convenient and intuitive API to control and monitor your Tesla. The app is known for its ease of use, clear documentation, and rich feature set. It’s also a solution I already own, and I know other community members may have purchased the standard or premium subscription (which also provides access to real-time telemetry via WebSocket).
Goal
Enable:
- Control of main functions (opening, closing, charging, pre-conditioning/starting…) via Tessie from Gladys
- Reporting of vehicle information (battery, lock status, location…) to the Gladys dashboard
- Automation of actions in Gladys based on vehicle state, retrieval of telemetry (via WebSocket for users with the appropriate subscription)
Why Tessie?
- Ease of use: clear documentation, simple Auth API (token generation from the app)
- Very complete API: almost all native Tesla functions usable via Tessie
- Real-time telemetry available via WebSocket for premium subscribers
- The mobile app and web portal are well made and the Tessie user community is active
Technical inspirations
To structure the future plugin, we could draw inspiration from the work already underway for the Tesla Fleet API integration (see this thread) for central command management and data usage, but:
- Authentication via a simple token generated in the Tessie app, no OAuth2 currently
- All Tessie API routes will be accessible according to their documentation, as needed for development
Useful links
- Tessie portal: https://fr.tessie.com/
- Tessie API documentation: About Tessie
- Full endpoints reference: Access Tesla Fleet API
Thanks in advance to the community! If some of you already use Tessie with Gladys (or via NodeRed/other), your feedback on concrete use cases or integration ideas is greatly appreciated.
Note: AI-boosted feature request!!






