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

Data is not loading mijnafvalwijzer #451

Closed JeePee1982 closed 7 months ago

JeePee1982 commented 7 months ago
afvalbeheer:
    wastecollector: MijnAfvalwijzer
    resources:
        - restafval
        - gft
        - papier
        - pmd
    postcode: 5171HC
    streetnumber: 40
    suffix: a                        # (optional)
    upcomingsensor: 1                # (optional)
    dateformat: '%d-%m-%Y'           # (optional)
    dateonly: 0                      # (optional)
    name: ""                         # (optional)
    nameprefix: 1                    # (optional)
    builtinicons: 1                  # (optional)
    dutch: 1                         # (optional)

this code doent fetch the data

pippyn commented 7 months ago

Remove the suffix option from your config and it should work

JeePee1982 commented 7 months ago

Remove the suffix option from your config and it should work

Now it is working, thank you for the fast reply