Twente Milieu

The Twente Milieu integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] enables you to monitor the upcoming waste collection schedules provided by Twente Milieu for various waste categories. This integration helps you stay informed about the next pickup dates for different types of waste, ensuring you never miss a collection day.

Configuration

To add the Twente Milieu service to your Home Assistant instance, use this My button:

Manual configuration steps

If the above My button doesn’t work, you can also perform the following steps manually:

  • Browse to your Home Assistant instance.

  • Go to Settings > Devices & Services.

  • In the bottom right corner, select the Add Integration button.

  • From the list, select Twente Milieu.

  • Follow the instructions on screen to complete the setup.

Configuration parameters

Postal code

The postal code of the address, for example “7500AA”.

House number

The house number of the address.

House letter/additional

The house letter or additional information of the address.

Use cases

The integration provides sensors for the next waste pickup dates. You can use this information to create automations, for example, to remind you to put out the waste bins the night before the pickup.

Besides the sensors, the integration also provides a calendar to Home Assistant. Meaning you can view all upcoming waste pickups in the calendar dashboard.

Supported functionality

Calendar

The integration provides a calendar to Home Assistant. You can view all upcoming waste pickups in the calender dashboard.

Sensors

This integration provides sensors for the following waste pickup dates from Twente Milieu:

  • Next plastic waste pickup date.
  • Next organic waste pickup date.
  • Next paper waste pickup date.
  • Next non-recyclable waste pickup date.
  • Next Christmas Tree pickup date.

Data updates

The integration will update its information by polling Twente Milieu every hour. This ensures the data in Home Assistant is up to date.

Actions

This integration does not provide additional actions.

Examples

The following examples show how to use the Twente Milieu integration in Home Assistant automations.

Send notification the evening before the garbage pickup day

The following example sends a notification to your mobile device the evening before the garbage pickup day. This ensures your bins are out on time.

automation:
  - alias: "Reminder to put out the bin"
    triggers:
      - trigger: calendar
        event: start
        entity_id: calendar.twente_milieu
        offset: "-6:00:00"

    actions:
      - action: notify.mobile_app_your_device
        data:
          title: "Garbage day!"
          message: > 
            Reminder: Tomorrow is  pickup
            day. Don't forget to put out the bin!

Send notification at the end of day to haul in the empty bin again

The following example sends a notification to your mobile device at the end of the day to remind you to haul in the empty bin again.

automation:
  - alias: "Reminder to haul in the bin"
    triggers:
      - trigger: calendar
        event: end 
        entity_id: calendar.twente_milieu
        offset: "-4:00:00"

    actions:
      - action: notify.mobile_app_your_device
        data:
          title: "Haul in the bin!"
          message: > 
            Reminder Garbage has been picked up today. Don't forget to haul in
            the bin!

Known limitations

There are no known limitations for this integration.

Troubleshooting

There are no commonly known issues with this integration.

Removing the integration

This integration follows standard integration removal. No extra steps are required.

To remove an integration instance from Home Assistant

  1. Go to Settings > Devices & services and select the integration card.
  2. From the list of devices, select the integration instance you want to remove.
  3. Next to the entry, select the three-dot menu. Then, select Delete.