Hello,
I have sensors pulling data from the local recycle app, and I have a Moes Zigbee button (via a Conbee stick) that I’d like to use to query if there’s any garbage collection the next day.
I have 5 sensors for each type of garbage collection (the output is in dd/mm/yyyy)
I have 2 sensors for today & tomorrow (which I don’t know the output from yet, as there wasn’t a collection this week)
With that data I’d like to broadcast on my kitchen nest hub what the collection for tomorrow is. If there isn’t any, it should tell me just that.
I’m trying to do this with Node-RED to keep oversight as this is a pretty complex flow, and the reason i’m trying to do this with a button is because my partner is blind and she cannot read the calendar. Now I tried to get the Moes button triggered in Node-RED but I got no debug output. I also got the broadcast to work, but everything in between is still a work in progress. As this is my first attempt at Node-RED, every tip or help is welcome.
Thanks in advance.