This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Sparky's Plans Public to-do lists and goals for current projects. ## TRMNL E-Ink Dashboard ### TODO - [ ] Integrate occupancy display showing who is currently in the space - Option 1: Pull badge-in data from ButterflyMX - Option 2: Pull presence data from Home Assistant - Determine best data source and create custom plugin ## Transit Tracker ### TODO - [X] Set up DNS for the Raspberry Pi API endpoint - Current: `http://10.20.100.80:3000/feeds` - Goal: `transit-tracker.int.dma.space` (int.dma.space is for member projects not on the services rack) - [X] Set up DNS for the display device UI - Current: `10.20.110.197` - Goal: `transit-display.int.dma.space` - [X] Set up static IP for the display device UI - Current: `10.20.110.197` ## WhereTrain (ESP32 Transit Tracker) ### TODO - [ ] Integrate with the Raspberry Pi transit-tracker API (`transit-tracker.int.dma.space`) instead of calling OneBusAway directly - Currently the ESP32 polls OneBusAway API directly from `main.c` - Goal: Point it at the existing transit-tracker API so all transit data flows through one source - Reduces redundant API calls and centralizes API key management on the Pi ---