bremor / bom_forecast

14 stars 9 forks source link

This repository is no longer maintained. Please use https://github.com/DavidFW1960/bom_forecast for the most current way to get BOM forecasts.

The bom forecast sensor platform uses the Australian Bureau of Meteorology (BOM) as a source for forecast meteorological data.

To add the BOM weather observation to your installation, create this folder strictire in your /config directory:

Then, drop the following files into that folder:

Finally, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: bom_forecast
    product_id: IDV10450
    name: Melbourne
    forecast_days: 3
    rest_of_today: True
    friendly: True
    friendly_state_format: '{max}, {summary}'
    monitored_conditions:
      - 'max'
      - 'min'
      - 'chance_of_rain'
      - 'possible_rainfall'
      - 'summary'
      - 'detailed_summary'

To get the Product ID for any BOM city:

Configuration variables: