Files
hacs_waste_collection_schedule/doc/source/awm_muenchen_de.md
Rene Nulsch 204f7b3a0d Add new source AWM München (#1768)
* Add new source AWM München

* fstring + typehint + comment fix

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
2024-02-05 18:10:29 +01:00

1.9 KiB

Abfallwirtschaftsbetrieb München

Support for schedules provided by Abfallwirtschaftsbetrieb München, Germany.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: awm_muenchen_de
      args:
        street: STREET
        house_number: HNR
        b_collect_cycle: COLLECTION CYCLE ID
        p_collect_cycle: COLLECTION CYCLE ID
        r_collect_cycle: COLLECTION CYCLE ID

Configuration Variables

street
(string) (required)

house_number
(string) (required)

b_collect_cycle
(string) (optional) (default: "")

p_collect_cycle
(string) (optional) (default: "")

r_collect_cycle
(string) (optional) (default: "")

Example

waste_collection_schedule:
  sources:
    - name: awm_muenchen_de
      args:
        street: "Waltenbergerstr."
        house_number: "1"
    - name: awm_muenchen_de
      args:
        street: "Neureutherstr."
        house_number: "8"
        r_collect_cycle: "1/2;G"

Some addresses have different bin collection cycles (ex: weekly, bi-weekly). For these addresses the optional parameters are required.

How to get the optional configuration arguments

  • Setup the component without the optional parameter and restart Home Assistant
  • Check the Home Assistant log for entries from this component.
  • The available options are listed in the error message.
  • Adjust the configuration and restart Home Assistant.

Examples

Waltenbergerstr. 1

waste_collection_schedule:
  sources:
    - name: awm_muenchen_de
      args:
        street: "Waltenbergerstr."
        house_number: "1"

Neureutherstr. 8 with an collection cycle option

waste_collection_schedule:
  sources:
    - name: awm_muenchen_de
      args:
        street: "Neureutherstr."
        house_number: "8"
        r_collect_cycle: "1/2;G"