ericklein / air_quality

displays and logs local indoor and outdoor weather and air quality information
MIT License
0 stars 0 forks source link

Add support for dweet.io #37

Closed disquisitioner closed 2 years ago

disquisitioner commented 2 years ago

Add support for dweet.io, which provides a free cloud service for devices to publish messages and information, This would make it easy to see the most recent sensor readings, information about the device itself (e.g., WiFi RSSI and IP address) and even error/status messages. Uploads happen via an HTTP POST and JSON, which is easy to add given we already have HTTP connectivity support in the app.

ericklein commented 2 years ago

completed and in master