Skip to content

djtimca/HASpaceX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update Jan 1 2023

Unfortunately the maintainer of the API that provided tge underlying data for this integration has stopped providing data ipdates sk this integration is now dead.

Please check out my other Rocket Launch Live integration as an alternative for launch alerts amd updates at https://github.com/djtimca/harocketlaunchlive

SpaceX Next Launch and Starman Data Integration

Buy me a coffee hacs_badge

This integration will provide sensors for SpaceX Next Launch and Starman information from the SpaceX APIs.

Sensors include:

  • Next Confirmed Launch Day
  • Next Confirmed Launch Time
  • Next Launch Countdown
  • Next Launch Day (regardless of confirmed)
  • Next Launch Time (regardless of confirmed)
  • Next Launch Mission
  • Next Launch Payload
  • Next Launch Rocket
  • Next Launch Site
  • Next Launch Alert (Binary Sensor) - Launch in the next 24 hours
  • Next Launch Alert (Binary Sensor) - Launch in the next 20 minutes
  • Latest Launch Day
  • Latest Launch Time
  • Latest Launch Mission
  • Latest Launch Payload
  • Latest Launch Rocket
  • Latest Launch Site
  • Starman Current Speed
  • Starman Current Distance from Earth

Install

Install from the default HACS repository or by copying the contents of the spacex folder into your custom_components/spacex folder and rebooting your Home Assistant, go to Configuration -> Integrations and click the + to add a new integration.

Search for SpaceX and you will see the integration available.

Click add, confirm you want to install, and voila... you have the SpaceX Sensors in your Home Assistant.

Recommended Configuration Changes in Home Assistant

This integration includes a countdown timer sensor which will add a large amount of log entries on changes. It is highly recommended that you make the following change in your configuration.yaml to eliminate those log entries:

recorder:
  exclude:
    entities:
      - sensor.next_launch_countdown

Enjoy!