Skip to content

Commit

Permalink
c fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
langchr86 committed Jan 28, 2024
1 parent 6d6442c commit e2d68da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ Introduction
------------

This project contains all things needed to setup e.g. a sensor grid for monitoring
temperature, humidity an CO2-levels in several rooms in your home and maybe outside.
temperature, humidity and CO2-levels in several rooms in your home and maybe outside.

The sensors are built from scratch with an `ESP32` as compute unit
and a sensirion `SHTC3` for temperature and humidity monitoring.
For additional CO2-level measurement an sensirion `SCD30` can be used.
For additional CO2-level measurement a sensirion `SCD30` can be used.
The software is based on `platform-io` and is therefore easy to build and deploy.

The sensor data is sent via W-LAN and MQTT protocol to `home assistant` on the backend server.
Home assistant is at first place a home automation system.
But one part of automation is to collect data from sensors.
We therefore use this mechanisms and the corresponding Web-GUI
We therefore use this mechanisms and the corresponding Web-UI
to have a flexible way to store and visualize the collected data.

A very similar but more generic project is [ESPHome](https://esphome.io/)
Expand Down
6 changes: 3 additions & 3 deletions software/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The default state of the code will not work because it contains no credentials f
and also the IPs should be changed in most cases.
All those things that should/can be configured are contained in the file `src/config.h`.

Things that almost always need to be adapted to the specific environment:
Things that almost always need to be adapted to the specific environment are:

* Wifi credentials
* Home assistant IP
Expand Down Expand Up @@ -105,7 +105,7 @@ With those numbers we can approx. calculate a possible runtime with one battery
Measured runtime of sensors with readout interval of 2 minutes and a battery of 2500 mAh capacity are:

* SCD30: 2 weeks
* SHTC3: more then 1 month
* SHTC3: more than 1 month


### Increase readout interval during problems
Expand Down Expand Up @@ -166,7 +166,7 @@ and the sensor should be placed in fresh air that has usually normal CO2 concent
The calibration mode is also visualized in the `mode` string sent to home assistant.
The sensor should be left in fresh air until the `calib` string disappears in the mode.
The calibration time depends on the readout interval.
For intervals bigger then 1 minute it is 10 times bigger then the configured interval.
For intervals bigger than 1 minute it is 10 times bigger than the configured interval.
For smaller intervals it is 10 minutes.

Calibration parameters are stored in the sensor itself and not in the ESP.
Expand Down

0 comments on commit e2d68da

Please sign in to comment.