pippyn / Home-Assistant-Sensor-Afvalbeheer

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

issue pmd HVC not showing #496

Open rikthefrog opened 2 months ago

rikthefrog commented 2 months ago

It looks that the HVC is not showing the pmd sensor. Although I configured it. Further in the first upcoming the code PMD is showed. I tried also plastic also didn't worked. Any idea?

Below the sensor.yaml

    wastecollector: HVC
    resources:
        - gft
        - papier
        - pmd
    postcode: 1507XX
    streetnumber: XX
    upcomingsensor: 1
    dateformat: '%d-%m-%Y'
    dateonly: 0
    name: ""
    builtinicons: 1
    builtiniconsnew: 1
    dutch: 0
pippyn commented 2 months ago

The option printwastetypes: 1 does show you PMD as a fraction? Do you have an address for me to test with?

rikthefrog commented 2 months ago

yes zipcode 1507 SC and house number is 75

pippyn commented 2 months ago

This works just fine: image

rikat5tran commented 2 months ago

okay strange probably a configuration issue on my side. Quick question where do I put the configuration settings? sensor.yaml or configuration.yaml

pippyn commented 2 months ago

Both work, but in configuration.yaml is the modern way

rikat5tran commented 2 months ago

Found the issue, the sensor was disabled somehow No idea why I activated the sensor and it looks to be working now.