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

[Bug]: Wont show upcoming Garbage Events after update #164

Closed
2 tasks done
esachs4 opened this issue Jan 7, 2024 · 6 comments · Fixed by #222
Closed
2 tasks done

[Bug]: Wont show upcoming Garbage Events after update #164

esachs4 opened this issue Jan 7, 2024 · 6 comments · Fixed by #222
Labels
bug Something isn't working

Comments

@esachs4
Copy link

esachs4 commented Jan 7, 2024

Requirements

  • I checked the troubleshooting section in the README to verify that I have the latest TrashCard version.
  • I did a search to see if there is a similar issue or if a pull request is open.

Current Behavior

After I updated from ver. 1.1.0 to ver. 1.4.3 , it no longer shows my upcoming Garbage Pickups

image

Expected Behavior

After I restore from backup to version 1.1.0, it works as expected

image

Steps To Reproduce

No response

Context

type: vertical-stack
cards:

  • type: custom:mushroom-title-card
    title: Upcoming Garbage Pickup
    subtitle: ''
  • drop_todayevents_from: '23:00:00'
    next_days: 1
    day_style: default
    type: custom:trash-card
    settings:
    others:
    icon: ''
    color: orange
    paper:
    label: Cardboard
    color: brown
    pattern: Cardboard
    icon: mdi:newspaper-variant-outline
    waste:
    label: Trash
    color: blue-grey
    icon: mdi:trash-can
    pattern: Trash
    recycle:
    label: Plastic/Cans
    icon: mdi:recycle
    color: indigo
    pattern: Plastic/Cans
    organic:
    label: Yard Waste
    icon: mdi:leaf
    color: amber
    pattern: Yard Waste
    fill_container: false
    use_summary: false
    filter_events: false
    entity: calendar.garbage
  • drop_todayevents_from: '10:00:00'
    next_days: 2
    day_style: default
    type: custom:trash-card
    entity: calendar.yard_waste
    settings:
    others:
    icon: ''
    color: orange
    paper:
    label: Cardboard
    color: brown
    pattern: Cardboard
    icon: mdi:newspaper-variant-outline
    waste:
    pattern: Trash
    label: Trash
    color: blue-grey
    icon: mdi:trash-can
    recycle:
    label: Plastic/Cans
    icon: mdi:recycle
    color: indigo
    pattern: Plastic/Cans
    organic:
    label: Yard Waste
    icon: mdi:leaf
    color: amber
    pattern: Yard Waste
    fill_container: true

Environment

- Browser: Chrome/Edge
- HA Version: 2024.1.2
- TrashCard: 1.4.3

Anything else?

No response

@esachs4 esachs4 added the bug Something isn't working label Jan 7, 2024
@donverse
Copy link

donverse commented Jan 8, 2024

Check this bug report & the solution posted there (confirmed it works for me and at least one other user).

@esachs4
Copy link
Author

esachs4 commented Jan 8, 2024

Thank you, I updated to the beta version v2.0.0-beta.0 and it still wont display all day events

@warmfire540
Copy link

I installed beta, cleared cached and still my full day or not full day appts do not show, was just working yesterday.

@errolsancaktar
Copy link

i'm seeing the same, not working for full day events even with beta

@idaho
Copy link
Owner

idaho commented Feb 21, 2024

Please check the latest beta release (Version 2.0.0-beta.4) . If you need help on how to install the latest beta version, have a look at https://hacs.xyz/docs/faq/beta/ .

In the latest beta you are able to activate a debug mode.

How you can activate the debug mode

Edit the trash-card item you have added, open the yaml editor and add debug: true to the yaml configuration.
After that you will see some debug information. At the right top corner you will see a copy icon. Click on this icon to copy the debug information to you clipboard. After that you can remove the added debug line from your yaml configuration.

Please feel free to share your yaml configuration and the debug data so that i'm able to find the reason.

@idaho
Copy link
Owner

idaho commented Feb 21, 2024

The next releases (1.4.6 and 2.0.0-beta.5) will contain the fix

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
5 participants