Lunar Phase Integration for Home Assistant
The Lunar Phase integration is a custom component for Home Assistant that provides detailed information about the current phase of the moon. This integration leverages precise astronomical calculations to deliver accurate lunar data, making it a valuable addition for those interested in astronomy, astrology, or just tracking the moonâs phases.
Features
- Moon Phase Sensor: Displays the current phase of the moon (e.g., New Moon, Waxing Crescent, First Quarter, etc.).
- Moon Age: Shows the age of the moon in days.
- Distance to Moon: Provides the distance to the moon in kilometers.
- Illumination Fraction: Indicates the fraction of the moon that is illuminated.
- Moon Rise and Set Times: Displays the moon rise and set times.
- Next New and Full Moon: Provides the dates for the next new moon and full moon.
Installation
HACS Installation
- Go to the HACS settings and add this repository as a custom repository.
- Search for âLunar Phaseâ in HACS and install it.
- Restart Home Assistant.
Manual Installation
- Download the
lunar_phase
folder from this repository. - Copy the
lunar_phase
folder to your Home Assistantcustom_components
directory. Thecustom_components
directory resides in the same directory as yourconfiguration.yaml
file. - Restart Home Assistant.
Configuration
Using the Home Assistant UI
To configure the Lunar Phase integration, follow these steps:
- Go to the Home Assistant dashboard.
- Navigate to
Configuration
>Devices & Services
>Add Integration
. - Search for
Lunar Phase
and select it. - You will be prompted to enter the city for your location.
- City: Enter the name of your city. If the city is not found in the database, you will be prompted to provide additional information:
- Region: The region or state where the city is located.
- Timezone: The timezone of the city.
- Latitude: The latitude coordinate of the city.
- Longitude: The longitude coordinate of the city.
- City: Enter the name of your city. If the city is not found in the database, you will be prompted to provide additional information:
Once configured, the integration will add the Moon Phase sensor along with other diagnostic sensors that provide detailed lunar information.
Sensor Details
Moon Phase Sensor
- Name: Moon Phase
- Attributes:
age
: The age of the moon in days.distance_km
: The distance to the moon in kilometers.illumination_fraction
: The fraction of the moon that is illuminated.moon_rise
: The moon rise time.moon_set
: The moon set time.next_full
: The next full moon date.next_new
: The next new moon date.
Moon Age Sensor
- Name: Moon Age
- Unit: days
Moon Distance Sensors
- Name: Moon Distance
- Unit: km
Moon Illumination Fraction Sensor
- Name: Moon Illumination Fraction
- Unit: %
Moon Rise and Set Sensors
- Name: Moon Rise
- Device Class: timestamp
- Name: Moon Set
- Device Class: timestamp
Next Full and New Moon Sensors
- Name: Next Full Moon
- Device Class: timestamp
- Name: Next New Moon
- Device Class: timestamp
Contribution
Contributions are welcome! If you have any suggestions, issues, or feature requests, please open an issue or submit a pull request.
If youâre looking to add a visually appealing and informative lunar phase tracker to your Home Assistant dashboard, check out my custom Lunar Phase Card. This card provides detailed monthly phase information and integrates seamlessly with your existing setup. Itâs a great addition for anyone interested in astronomy or simply wanting to keep track of the moonâs phases in a stylish way. You can find and install the Lunar Phase Card here.
Enjoy tracking the lunar phases with the Lunar Phase integration for Home Assistant!