atmospi icon indicating copy to clipboard operation
atmospi copied to clipboard

Atmospheric monitoring app for logging and graphing temperatures and humidities over time using a Raspberry Pi and DS18B20, DHT11, DHT22, and AM2302 sensor(s).

Results 11 atmospi issues
Sort by recently updated
recently updated
newest added

Clarifyin that '22' is the GPIO pin used.

https://plot.ly/javascript/time-series/#time-series-with-rangeslider

Would it be possible to put all of the Atmospi code inside a Docker container running on the Pi? This would greatly simplify the setup process, and make it easy...

Hi, What about using my W1Thermsensor python module to support more w1therm temperature sensors? https://github.com/timofurrer/w1thermsensor Cheers :beers:

It would be useful to add support for "switches" [for lack of a better name] as a device class. The requirement is to capture the state of a switch/relay/valve, etc...

Currently highcharts seems to assign a random color to each [temperature] line. This makes the result analysis needlessy difficult. It would be nice if both the order as well as...

My database contains the data for 4 sensors with a resolution of 1 min. The page load performance became problematic after a week [currently several minutes]. Adding 5 more sensors...

I've worked with the very useful Atmospi for almost a month now and over the last few weeks have tweaked the code in several places the make the presentation a...

Provide a way to specify the delta-T for each sensor compared to a calibrated sensor.

Currently, the web page has to be manually refreshed to show the latest data. Is it possible to enable real time updates?