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

Limburg.net Afvalbeheer #468

Closed 2Crazy187 closed 6 months ago

2Crazy187 commented 6 months ago

Hi All,

I'm trying to add my afvalbeheer but it seems not to work. I get the error Config invalid! Streenname is required for limburg.net. But this is my code that i've pasted in configuration.yaml:

afvalbeheer: wastecollector: Limburg.NET resources:

If I swap cityname & streetname from place then Cityname is the issue. Somebody has a solution?

pippyn commented 6 months ago

Do you have an address for me to test with?

pippyn commented 6 months ago

Make Streetname lowercase. This should work:

afvalbeheer:
  wastecollector: Limburg.NET
  resources:
    - restafval
    - gft
    - papier
    - pmd
  cityname: xxx
  streetname: xxx
  streetnumber: xx
  postcode: xxxx
  upcomingsensor: 0 
  dateformat: "%d-%m-%Y"
  dateonly: 0 
  dateobject: 0 
  dayofweek: 1 
  name: "" 
  nameprefix: 1 
  builtinicons: 0
  dutch: 1
jayjayseal commented 6 months ago

Hi,

For some reason it does not work anymore for Limburg.NET. it worked flawlessly for months (apart from the time they were hacked)... but since a week or so it stopped working. I had caps in the streetname and i have changed them following this post. but still no result.

pippyn commented 6 months ago

@jayjayseal please make a new issue. As this issue is about a config error and not an API error. And please provide the following:

2Crazy187 commented 6 months ago

@pippyn, it works for me now :) was indeed lower case. Thanks in advance!