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

Feature request: Output a boolean token indicating if the trash can will be cleaned #200

Open
Erikvl87 opened this issue Sep 24, 2024 · 3 comments

Comments

@Erikvl87
Copy link

Erikvl87 commented Sep 24, 2024

Hello @RobbertV @robertraaijmakers , thank you for developing this app; I find it extremely useful.

I'm not certain if this aligns with your vision for the app, but would you consider adding a token to the days_to_collect condition card that outputs a Boolean to indicate whether the trash bin will be cleaned as well?

I utilize Cleanprofs, a service that cleans the bins on the same day they are emptied by the waste collection company. On cleaning days, it's necessary for me to leave the trash bin out on the street for an extended time, which is why I would appreciate having this feature integrated into your app.

I found the (unofficial) Cleanprofs API to obtain cleaning dates:
https://cleanprofs.jmsdev.nl/api/get-plannings-address?zipcode=[ZIPCODE]&house_number=[HOUSE_NR]&start_date=2024-09-19&end_date=2024-12-31&code=crm

It seems there are additional services similar to Cleanprofs that could be integrated. I realize this might necessitate extra settings for selecting the cleaning provider.

Moreover, I'm unsure if other services always clean the bins on the collection day, which might necessitate a separate days_to_clean condition card rather than a token.

What are your thoughts?

@RobbertV
Copy link
Contributor

Hi @Erikvl87,

I think you meant to tag @robertraaijmakers as owner of this app. ☺️

@Erikvl87
Copy link
Author

Ah sorry, my bad! Didn't had my coffee yet! 😅

@robertraaijmakers
Copy link
Owner

Sounds like a lovely thing to add, however it requires indeed a whole new set-up of API calls, configuration and maybe (sometimes) authorization. So don't know if it is good to add in this app or create a whole new app that can implement multiple trash clean providers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants