phixarhasse / coffeebot

Responsible for watching the office's coffee maker and sending notifications to a Slack channel.
GNU General Public License v3.0
2 stars 1 forks source link

Investigate cloud data query instead of polling the sensor #8

Open phixarhasse opened 3 years ago

phixarhasse commented 3 years ago

This makes it easier/possible to run the code on a machine that's not the same local network or VPN:ed to it. We should also check whether it's possible to subscribe to events using webhooks rather than polling.

phixarhasse commented 3 years ago

This will probably not be relevant when Hue integration is finished, as that requires the app to run locally on the same network.