ericklein / air_quality

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

Store battery voltage, RSSI to services #64

Closed ericklein closed 2 years ago

ericklein commented 2 years ago

Adding battery voltage and RSSI values to data stores. MQTT required new code and changed API call. DWEET was already storing RSSI, just changed to the aq_network call to get the value. InfluxDB was already stubbed to support RSSI value.