Open ERZ


This openerz sensor integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] uses OpenERZ API to access data from Entsorgung und Recycling Zürich (ERZ). It reports the next pickup date for the specified zip and waste type.

Configuration

To enable this integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] in your installation, add the following to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

# Example configuration.yaml entry
sensor:
  - platform: openerz
    zip: 8001
    waste_type: cardboard

Available (and tested) waste types are: paper, cardboard, waste, cargotram, etram, organic and textile.

Configuration Variables

name string (Optional)

The name to be used when displaying this sensor.

zip string Required

Postcode of the pickup location.

waste_type string Required, default: waste

Type of waste to be collected.