Add support for VEML6075.
-Shows UVA, UVB, UVIndex
supported Commands are:
| Command | Description |
|----------------|------------------|
|VEML6075power | Power up/down |
|VEML6075dynamic | HD Mode |
|VEML6075inttime | Integration Time |
Add initial Support for VEML7700 (#8260)
- the implementation based on Adafruit VEML7700 Libary.
- Shows Illuminance and White Content of Light.
There is a tiny bug hat prevents the usage for "Conrad RS-200" based devices. The RS-200 protocol does not repeat packets that often. One need already to detect the end of the first packet. The gap between two transmission are not handled right when RF packet is received first time.
a) 1st gap detection fixed
b) Furthermore the "Conrad RS-200" protocol is added.
Allow clean disconnect as optional.
This avoid the automatic deletion of LWT message in the broker for clean disconnections, in order to let LWT work also on all cases (Restart, Config Changes, etc) See https://github.com/arendst/Tasmota/issues/7189
The HPMA115C0-xxx is a new series of devices than has a
slightly different (longer) response than the HPMA115S0-xxx
THis patch keeps the same API as the original library and
picks out the PM2.5 and PM10 reading from the new response
format.
The patch also changes a const change to be more in line with
the upstream library for future rebases.
This change has also been merge-requested into the upstream
library.
Signed-off-by: David Hunt <dave@davidhunt.ie>
The Honeywell HPM Series Particulate Matter Sensor is a
laser-based sensor which detects and counts particles using
light scattering.
This commit adds:
* The HPMA115S0 library by Felix Galindo
* selectable GPIOs for Tx and Rx (SoftwareSerial only)
* xsns_55_hpma.ino for Tasmota sensor implementation
Signed-off-by: David Hunt <dave@davidhunt.ie>