Add [P105] temp compensation
Update documentation
This commit is contained in:
chromoxdor
2024-12-21 18:40:42 +01:00
parent bc50fa7955
commit aad06cb7a2
5 changed files with 37 additions and 18 deletions
+4
View File
@@ -79,6 +79,9 @@ When selecting the **AHT1x** Sensor model, an extra option is made available:
* **AHT10 Alternative initialization**: Some AHT10 clone sensors do not seem to like the regular AHT10/AHT15 initialization sequence. They do however accept a soft reset command. By enabling this checkbox, only the soft reset is sent to the device. Only available for AHT1x devices.
* **Temperature offset** Depending on the sensor and the location of the sensor, it may be required to apply some temperature compensation. This can be set in steps of 0.1 degree. This also applies a compensation to the **Humidity** reading.
Data Acquisition
^^^^^^^^^^^^^^^^
@@ -97,6 +100,7 @@ Change log
.. versionchanged:: 2.0
...
|changed| 2024/12/21 Add temperature offset
|changed| 2024-12-03 Add alternative initialization option
Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 176 KiB

+3 -1
View File
@@ -99,7 +99,7 @@ This group of settings, **Single event with all values** and **Send to Controlle
Values
^^^^^^
The plugin provides the ``TVOC`` and ``eCO2`` values. A formula can be set to recalculate. The number of decimals can be set as desired, and defaults to 2.
The plugin provides the ``TVOC``, ``eCO2`` and ``AQI`` values. A formula can be set to recalculate. The number of decimals can be set as desired, and defaults to 0.
In selected builds, per Value is a **Stats** checkbox available, that when checked, gathers the data and presents recent data in a graph, as described here: :ref:`Task Value Statistics: <Task Value Statistics>`
@@ -112,6 +112,8 @@ Change log
.. versionchanged:: 2.0
...
|changed| 2024-12-21 Added AQI value
|added|
2023-12-27 Initial release version.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 190 KiB