Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.3 KB

jumomind_de.md

File metadata and controls

46 lines (33 loc) · 1.3 KB

Jumomind.de / MyMuell.de

Support for schedules provided by jumomind.de and MyMüll App. Jumomind and MyMüll are services provided by junker.digital.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: jumomind_de
      args:
        service_id: SERVICE_ID
        city_id: CITY_ID
        area_id: AREA_ID

Configuration Variables

service_id
(string) (required)

city_id
(string) (required)

area_id
(string) (required)

Example

waste_collection_schedule:
  sources:
    - name: jumomind_de
      args:
        service_id: zaw
        city_id: 106
        area_id: 94

How to get the source arguments

There is a script with an interactive command line interface which generates the required source configuration:

https://github.com/mampfes/hacs_waste_collection_schedule/blob/master/custom_components/waste_collection_schedule/waste_collection_schedule/wizard/jumomind_de.py.

First, install the Python module inquirer. Then run this script from a shell and answer the questions.