robertraaijmakers / com.trashchecker

Trashcan Reminder 2.0 is an app for Homey (Home Automation Hub) and gives you the ability to get notifications when your trash is being collected.
10 stars 32 forks source link

Feature request: Possibility to be picked up both tomorrow as well as today. #193

Closed ezwep closed 3 months ago

ezwep commented 6 months ago

Until now, I always used the tag "picked up tomorrow" and in the flow I would neatly receive a message, which was also sent through my Sonos speakers. This notification would be given at 6 PM in the evening. However, it is sometimes forgotten, so I have set up a notification for the day the container is picked up as well. But the notification still says it will be picked up tomorrow, not today. I could of course set up the flows per container and per moment, but it would be nice if when I choose for today's pickup in the flow, the notification would also reflect this.

robertraaijmakers commented 6 months ago

If you use the tag “picked up today” instead of “picked up tomorrow” then you get the right notification.

See also: https://robertraaijmakers.github.io/com.trashchecker/flow-examples.html

image

ezwep commented 6 months ago

I just tested it again. I received the message that the container will be picked up tomorrow. I suspect this is because the global setting is set to "picked up tomorrow". Yesterday evening at 6:00 PM I did receive the correct message.

image
robertraaijmakers commented 5 months ago

De "ophaal type" staat los van wat het bericht zegt. Je hebt 3 Tags die je kan gebruiken: Opgehaald vandaag Opgehaald morgen Opgehaald overmorgen

Elke tag heeft een andere tekst. De eerste toont een zin met wat er opgehaald wordt vandaag. De tweede met wat er morgen opgehaald wordt. De derde met wat er overmorgen opgehaald wordt.

Plak je die drie tags dus achter elkaar. Dan krijg je dus 3 zinnen. 1 met wat er er vandaag opgehaald wordt. 1 met wat er morgen opgehaald wordt en 1 met wat er overmorgen opgehaald wordt. Hiermee kan je dus 1 flow maken die je verteld wat er vandaag en morgen opgehaald wordt en zelfs overmorgen.

In jouw geval heb je twee flows: 1 die de dag ervoor afgaat om 6 uur, daar gebruik je de tag " opgehaald morgen " in je output. En 1 flow die de volgende (ochtend) afgaat, en daar gebruik je de tag " opgehaald vandaag " in je output.

Die twee flows heb ik ook draaien en werkt top ;)