Skip to content

Commit

Permalink
Update README.md v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gemi254 committed Jun 8, 2023
1 parent 4f58b1a commit 41f50cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Application supports both **DHT** sensors (DHT11,DHT12,DHT22) or the new **BME28
and the internal **soil moisture** and **soil salt** sensor.

## Main features
+ Display a 24 hour **graph** of the latest measurements stored in SPIFFS.
+ Display 24 hour **graphs** of the measurements stored in SPIFFS.
+ Take measurements without iternet, using mobile Access point connections only. (Synchronize device time with browser)
+ Configure parameters using an **access point** and **config portal** on startup. Uses
<a target="_blank" title="ConfigAssist class" href="https://github.com/gemi254/ConfigAssist-ESP32-ESP8266">ConfigAssist</a> library to edit application variables.
Expand Down Expand Up @@ -68,6 +68,11 @@ To make device visible in **Home Assistant** press the`Discovery` button from ho
If spiffs is running out of space Log files are **rotated** and the oldest dir will be deleted.
Old **monthly** history can be viewed with `Logs` button. Navigate in SPIFFS directories and chose a date log file.
Use icons to view or download the file.
<p align="center">
<img src="images/charts.png" style="width: 90%;">
<br>
Daily charts view.
</p>

<p align="center">
<img src="images/PlantStatus_log_dirs.png">
Expand Down

0 comments on commit 41f50cc

Please sign in to comment.