-
Notifications
You must be signed in to change notification settings - Fork 7
Troubleshooting
github-actions[bot] edited this page May 28, 2026
·
3 revisions
Most install problems fall into a few buckets. If your issue isn't here, ping Discord — answers come fast and we'll add common ones to this page over time.
Can't reach http://sentryusb.local
The Pi is up but its hostname isn't resolving on your network.
Try:
- Open your router's admin page and confirm the Pi shows up as
sentryusb. Use the IP directly in your browser instead (e.g.,http://192.168.1.47). - On Windows, install Bonjour Print Services — Windows doesn't ship with mDNS by default.
- Some corporate / mesh / guest WiFi networks block mDNS broadcasts. Try a different network or use the IP.
The car isn't seeing the Pi as a USB drive.
Try:
- Check the cable — make sure it's a USB data cable, not charge-only. The cheap ones bundled with most USB chargers are charge-only.
- Plug the Pi into a different USB port on the Tesla. Newer cars: glovebox port. Older cars: front console ports.
- Power-cycle the Pi (unplug, wait 5 seconds, plug back in).
- SSH into the Pi and check the USB gadget service:
systemctl status sentryusb-gadget.
The Bluetooth keep-awake holds your Tesla awake by talking to the car over BLE. If pairing fails or the connection drops, Logs → Bluetooth has a live diagnostic dump.
Try:
- Logs → Bluetooth — shows which adapter the daemon picked, connection state, sample-DB counts, and the recent sampler journal lines.
- Click Download Bluetooth Bundle on that tab to grab a ZIP (config, journals, BlueZ state) for sharing on Discord — saves a lot of back-and-forth.
- Re-pair from Settings → Bluetooth Keep Awake → Pair Vehicle. The pair handler power-cycles the adapter and verifies the link before declaring success.
- Make sure your Tesla account in the car has BLE pairing enabled (Controls → Locks → PIN to Drive isn't required, but the car must accept new BLE peers).
Try:
- Re-run the Setup Wizard → Archive step → fill in CIFS Version as
2.0or1.0(some older NAS devices reject SMB3 negotiation). - Check your password — special characters sometimes need escaping; try a simpler password as a test.
- From the Pi, try mounting manually:
If that errors, the error message tells you exactly what's wrong.
sudo mount -t cifs //<server>/<share> /mnt -o username=<user>
- Discord — fastest help, real humans
- Open an issue — for reproducible bugs
- Include: Pi model, what step you're stuck on, exact error message, and the output of
journalctl -u sentryusb -n 100if relevant.
Discord · Report an issue · MIT License