MonoHelixLabs / fridge-rpi

Smart Fridge prototype based on Raspberry Pi
http://fridge.monohelixlabs.com
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Update pictures based on value from MQTT feed #15

Open petcupaula opened 7 years ago

petcupaula commented 7 years ago

Subscribe to feed and if a new message is received, update the pictures on the page.

petcupaula commented 7 years ago

Not possible using directly the Adafruit IO MQTT since it still requires AIO Key to retrieve public feed values. For now, use API. Otherwise, we would need an MQTT bridge.

petcupaula commented 7 years ago

Related to #5 (Add MQTT Bridge)