Skip to content

Latest commit

 

History

History
93 lines (78 loc) · 1.5 KB

hvcgroep_nl.md

File metadata and controls

93 lines (78 loc) · 1.5 KB

HVCGroep

Support for schedules provided by hvcgroep.nl and other Dutch municipalities.

Configuration via configuration.yaml

waste_collection_schedule:
  sources:
    - name: hvcgroep_nl
      args:
        postal_code: POSTAL_CODE
        house_number: HOUSE_NUMBER
        service: SERVICE

Configuration Variables

postal_code
(string) (required)

house_number
(string) (required)

house_letter
(string) (optional)

suffix
(string) (optional)

service
(string) (optional, default="hvcgroep")

Use one of the following codes as service code:

  • alphenaandenrijn
  • cranendonck
  • cyclusnv
  • dar
  • denhaag
  • gad
  • gemeenteberkelland
  • hvcgroep
  • lingewaard
  • middelburgvlissingen
  • mijnblink
  • peelenmaas
  • prezero
  • purmerend
  • schouwen-duiveland
  • spaarnelanden
  • sudwestfryslan
  • venray
  • voorschoten
  • waalre
  • zrd

Example

# hvcgroep
waste_collection_schedule:
  sources:
    - name: hvcgroep_nl
      args:
        postal_code: 1713VM
        house_number: 1
        service: hvcgroep
# cyclusnv
waste_collection_schedule:
  sources:
    - name: hvcgroep_nl
      args:
        postal_code: 2841ML
        house_number: 1090
        service: cyclusnv
# appartment address with house_letter and suffix (30 A100)
waste_collection_schedule:
  sources:
    - name: hvcgroep_nl
      args:
        postal_code: 6531ED
        house_number: 30
        house_letter: A
        suffix: 100
        service: dar