Hi everyone,
I’ve been working on a custom Home Assistant integration for 365GPS trackers and wanted to share it here in case it helps others using devices on the 365GPS platform.
The integration is available for HACS:
GitHub: https://github.com/BananaLoaf/hass-365gps
[WARNING]
Do not share your IMEIs and passwords with anyone you don't trust!
It adds 365GPS devices to Home Assistant as device trackers and exposes useful entities for each tracker, including:
- Location tracking
- Battery level
- Speed
- Altitude
- Direction
- Device status: moving, static, offline
- Location source: GPS or LBS
- Cellular signal
- Update interval
- LED control
- Speaker control
- Find device switch
- Remote/power-saving controls
- Power-saving schedule times
- Reboot and shutdown buttons
Installation through HACS:
- Open HACS
- Go to Custom Repositories
- Add
BananaLoaf/hass-365gpsas an integration - Search for
365gps - Install
- Restart Home Assistant
- Add the integration from Devices & Services
Add your 365GPS account from Settings → Devices & Services → Add Integration → 365gps.
The integration is cloud polling and currently polls the 365GPS service to keep device data updated. Feedback, bug reports, and device compatibility notes are very welcome on GitHub:
https://github.com/BananaLoaf/hass-365gps/issues
No vibecoding used yet