pippyn / Home-Assistant-Sensor-Afvalbeheer

Provides Home Assistant sensors for multiple Dutch and Belgium waste collectors
Apache License 2.0
272 stars 85 forks source link

Possible to add Offalkalinder ? #450

Closed Friesje closed 7 months ago

Friesje commented 7 months ago

Is it possible to add Offalkalinder [https://www.offalkalinder.nl/]

pippyn commented 7 months ago

Do you have an address for me to test with?

Friesje commented 7 months ago

I have no other adress than their website www.offalkalinder.nl , you can fill in postcalcode and number to check dates.

pippyn commented 7 months ago

That is the address I meant. Can yiou give me an example postal code and number that works?

Friesje commented 7 months ago

For example 9104EB , number 16

pippyn commented 7 months ago

Added support in v5.2.17

Sample config:

afvalbeheer:
  - wastecollector: Offalkalinder
    resources:
      - restafval
      - gft
      - papier
    postcode: 9104EB
    streetnumber: 16
    printwastetypes: 1
    upcomingsensor: 1
Friesje commented 7 months ago

Thank you!