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 (configurable: 1-168 hours, default: 24 hours)
- Calendar integration showing upcoming collection events
- Cached fraction types to reduce API calls
- Optimized event processing to avoid redundant calculations
- Download the
min_renovasjonfolder from this repository. - Copy the folder to your
custom_componentsdirectory in your Home Assistant configuration directory. - Restart Home Assistant.
To add Min Renovasjon to your Home Assistant instance:
- Go to Settings -> Devices & services.
- Click the "+ ADD INTEGRATION" button.
- Search for "Min Renovasjon" and select it.
- Enter your address (e.g.,
Mingate 10). - If multiple addresses match, select the correct one from the list.
- Confirm the address and optionally adjust the update interval (default: 24 hours).
- Click "Submit" to add the integration.
The integration will automatically look up your street code, county ID, and other required information using the official Norwegian address database (Geonorge).
After configuration, the integration will create:
Individual sensors for each waste fraction showing next collection date:
sensor.min_renovasjon_[fraction_name]
A calendar entity showing upcoming waste collection events:
calendar.min_renovasjon_collection
The state of each sensor will be the date of the next collection for that fraction. Additional attributes include days until collection and next collection date.
- Update Interval: Control how often the integration fetches new data (1-168 hours). Default is 24 hours.
- Address Lookup: The integration uses the official Norwegian address database (Geonorge) to automatically find your street code and municipality ID.
If you encounter any issues:
- Check the Home Assistant logs for any error messages related to Min Renovasjon.
- Ensure that your address is entered correctly and can be found in the Norwegian address database.
- Try searching for your address at https://ws.geonorge.no/adresser/v1/sok?sok=your+address to verify it exists.
- Verify that your municipality is supported by the Min Renovasjon service.
- Try adjusting the update interval if you're experiencing issues.
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.