Home Assistant integration for Galaxie, a NASCAR analytics platform providing real-time race data, driver statistics, and race analytics.
- Previous Race Data: Track information, results, and statistics for completed races
- Next Race Information: Upcoming race schedules and details
- Live Race Monitoring: Real-time race data including lap times, positions, and flags
- Multi-Series Support: Cup Series, Xfinity Series, and Truck Series
- Comprehensive Sensors: 50+ sensors providing detailed race analytics
- Device Organization: Clean device grouping for easy navigation
- Install HACS if you haven't already
- Add this repository as a custom repository in HACS:
- Repository:
bwilliams18/homeassistant-galaxie - Category: Integration
- Repository:
- Search for "Galaxie" in the integrations tab
- Click "Download"
- Restart Home Assistant
- Configure: Settings β Devices & Services β Add Integration β Galaxie
- Download the
custom_components/galaxiefolder - Copy to your Home Assistant
config/custom_components/directory - Restart Home Assistant
- Configure: Settings β Devices & Services β Add Integration β Galaxie
- In Home Assistant, go to Settings β Devices & Services
- Click Add Integration
- Search for Galaxie
- Enter a name for the integration
- Click Submit
No additional configuration is required - the integration automatically connects to the Galaxie API.
- Track Name: Name of the race track
- Date: When the race was held
- Scheduled Distance: Planned race distance
- Scheduled Laps: Planned number of laps
- Cars in Field: Number of cars that started
- Television Broadcaster: TV network
- Radio Broadcaster: Radio network
- Playoff Round: Current playoff round (if applicable)
- Winner: Race winner
- Actual Distance: Actual race distance completed
- Actual Laps: Actual laps completed
- Track Name: Name of the upcoming track
- Scheduled Date: When the race is scheduled
- Scheduled Distance: Planned race distance
- Scheduled Laps: Planned number of laps
- Cars in Field: Expected number of cars
- Television Broadcaster: TV network
- Radio Broadcaster: Radio network
- Playoff Round: Current playoff round (if applicable)
- Race Name: Name of the current race
- Type: Type of race session
- Start Time: When the race started
- End Time: When the race ended (if applicable)
- Total Laps: Total planned laps
- Actual Laps: Current lap number
- Stage Laps: Laps per stage
- Current Stage: Current stage number
- Laps Remaining: Laps left in current stage
- Flag: Current flag status (Green, Yellow, Red, etc.)
- Track: Track name
- Latitude/Longitude: Track coordinates
- Track Type: Track type (Short track, Road course, etc.)
- Elapsed Time: Time since race start
- Length: Race length in miles
- Live Race Status:
trueif any race is currently active
For development information, please see CONTRIBUTING.md.
Add this to your Home Assistant configuration.yaml:
logger:
default: info
logs:
custom_components.galaxie: debugPlease read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
- Solution: Restart Home Assistant after installation
- Check: Files are in correct directory structure
- Solution: Check internet connection and API status
- Check: Home Assistant logs for error messages
- Verify: Galaxie API is accessible at https://galaxie.app
- Solution: Check coordinator status in integration settings
- Note: Live data updates every 15 seconds, race data every 15 minutes
Enable debug logging to see detailed information:
logger:
default: info
logs:
custom_components.galaxie: debug- GitHub Issues: Report bugs or request features
- Discussions: Community discussions
- Documentation: Full documentation
This project is licensed under the MIT License - see the LICENSE file for details.
- Galaxie for providing the NASCAR data API
- Home Assistant for the amazing automation platform
- HACS for making custom integrations easy to install
- NASCAR for the racing data
- GitHub Issues: Report bugs or request features
- Discussions: Community discussions
Note: This integration is not affiliated with NASCAR, Galaxie, or Home Assistant. It is an independent community project.