This Home Assistant custom component uses the Bureau of Meteorology (BOM) as a source for weather information. This grabs data from an undocumented API that is used to provide data to https://weather.bom.gov.au/
- 1.1.6 had a problem that when upgrading the weather.xxx entities didn't migrate smoothly.
- Add the ability to name the weather entities when forecast is not checked during config.
- The wind speed in the weather object had the wrong value as the unit of measurment was not being set.
- When the forecast configuration box was unticked the weather object was failing to be created.
- Added sunrise and sunset sensors in the forecast that provide the sunrise/sunset times for the selected forecast period.
- Added now and later sensors in the forecast that provide the next 2 min/max elements.
- Fix sensors disappearing when data is not available from the BoM.
- Updated the way the integration fetches data from BoM to improve stability.
- Released a weather entity with hourly forecast.
- Hopefully fixed that bug that occured when BoM had missing data.
- Refactored code to be a bit cleaner.
Install via HACS (default store) or install manually by copying the files in a new 'custom_components/bonaire_myclimate' directory.
After you have installed the custom component (see above):
- Goto the
Configuration
->Integrations
page. - On the bottom right of the page, click on the
+ Add Integration
sign to add an integration. - Search for
Bureau of Meteorology
. (If you don't see it, try refreshing your browser page to reload the cache.) - Click
Submit
so add the integration.
Please set your logging for the custom_component to debug:
logger:
default: warn
logs:
custom_components.bureau_of_meteorology: debug
- This integration will refresh data no faster than every 10 minutes.
- All feature requests, issues and questions are welcome.