This custom integration allows you to integrate Min Renovasjon waste collection data into your Home Assistant instance. It provides sensors for each waste fraction, showing the next collection date.
- Automatically fetches waste collection data from Min Renovasjon API
- Creates sensors for each waste fraction (e.g., paper, residual waste, food waste)
- Displays the next collection date for each fraction
- Updates data periodically (default: every hour)
- Download the
min_renovasjon
folder from this repository. - Copy the folder to your
custom_components
directory in your Home Assistant configuration directory. - Restart Home Assistant.
Can be found with this REST-API call.
https://ws.geonorge.no/adresser/v1/sok?sok=Min%20Gate%2012
"street_code" equals to "adressekode" and "county_id" equals to "kommunenummer".
To add Min Renovasjon to your Home Assistant instance:
- Go to Configuration -> Integrations.
- Click the "+ ADD INTEGRATION" button.
- Search for "Min Renovasjon" and select it.
- Enter the required information:
- Street Name
- Street Code
- House Number
- County ID
- Click "Submit" to add the integration.
After configuration, the integration will create sensors for each waste fraction. These sensors will show up in your Home Assistant as:
sensor.min_renovasjon_[fraction_name]
The state of each sensor will be the date of the next collection for that fraction.
If you encounter any issues:
- Check the Home Assistant logs for any error messages related to Min Renovasjon.
- Ensure that your address information is correct.
- Verify that you can access the Min Renovasjon service from your location.
Contributions to improve the integration are welcome! Please feel free to submit pull requests or open issues for any bugs or feature requests.
This project is licensed under the MIT License - see the LICENSE file for details.
This integration is not officially associated with or endorsed by Min Renovasjon or Norkart AS. It is a community-driven project to integrate Min Renovasjon data with Home Assistant.