Open ERZ


This openerz sensor platform 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 sensor in your installation, add the following to your configuration.yaml file:

# 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.