Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect state for entities that are collected today #382

Open
n9iels opened this issue Jan 8, 2025 · 0 comments
Open

Incorrect state for entities that are collected today #382

n9iels opened this issue Jan 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@n9iels
Copy link

n9iels commented Jan 8, 2025

The problem

It seems that something is wrong with entities that are collected today. The is_collection_date_today = false and the days_until_collection_date = null. Below is the state of the entity that is collected today.

last_update: 2025-01-08T09:16:51.589713
days_until_collection_date: null
is_collection_date_today: false
is_collection_date_tomorrow: false
is_collection_date_day_after_tomorrow: false
icon: mdi:trash-can
friendly_name: Restafval

The state of the entity that is collected tomorrow looks like this. The days_until_collection_date is an integer in this case and all other properties are as expected.

last_update: 2025-01-08T09:16:51.091649
days_until_collection_date: 1
is_collection_date_today: false
is_collection_date_tomorrow: true
is_collection_date_day_after_tomorrow: false
device_class: timestamp
icon: mdi:bottle-soda
friendly_name: PMD

Version of afvalwijzer integration having the issue?

2025.01.01

Version of Home Assistant Core having the issue?

2025.1.1

Anything in the logs that might be useful for us?

My config:

- platform: afvalwijzer
  provider: cyclus
  postal_code: 0000ZZ
  street_number:  0

Additional information

No response

@n9iels n9iels added the bug Something isn't working label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant