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

Afvalstoffendienstkalender stopped working #477

Closed fschutter closed 4 months ago

fschutter commented 4 months ago

Since 7th of April all sensors of Afvalstoffendienstkalender changed to 'Unknown'. Screenshot 2024-04-10 085704

Config:

afvalbeheer:
  wastecollector: Afvalstoffendienstkalender
  resources:
    - restafval
    - gft
    - papier
    - pmd
  postcode: 5245AA
  dateformat: '%d-%m-%Y'
  dateonly: 1
  dayofweek: 0
  streetnumber: 11
  builtinicons: 1
  builtiniconsnew: 1
pippyn commented 4 months ago

Hello @fschutter,

The API of Afvalstoffendienstkalender is broken right now. The website also doesn't work. https://afvalstoffendienstkalender.nl/

We'll have to wait until they restore the service.

rikjongerius commented 4 months ago

It looks like their SSL certificate expired and they got a new one signed by some (other?) CA yesterday. On my Raspberry Pi running HA this issuer CA is unknown and I get an SSL error in the HA logs rejecting the certificate. The API itself is up again.

I haven't yet been able to fix this, updating the certificate store on the pi didn't help. So it's not an issue of this afvalbeheer component. Just wanted to post this for people experiencing the same issue.

rikjongerius commented 4 months ago

For me, it is working again. It fixed itself eventually.