* Add Color Temperature Range to HASS Discovery.
Add min_mireds and max_mireds to lights with color temperature capability.
* Update hass.h
* Debug logging.
* mireds as int rather than float.
* Removed debug logging.
As a first time user I found the help text somewhat confusing. This is
a suggestion to clarify things a bit.
* Dropped the reference to "textfield" as this is implementation specific.
One day it could be one of those numeric up/down spinner controls.
And I am not sure one can enter text value when index is expected to be
numeric. Unless there's support to enter variables...
* Added a reference to the dropdown field, as this is what I see as
"the first" field one needs to set. And it is a text value. The previous
reference "first textfield" was actually referring to the second numeric
field.
It would also be nice to link "role" to a documentation about what all
these values mean. I could not find one. I don't know most of them and
how are they used. I just took a guess.
tjk :)
* Adding Tasmota mecanism for Sensor
* Correct for BL0602
* Correct issue on value.
Adding SensorRetain.
* Adding dummy statestext and prefix for tasmoadmin
* Adding more dynamic parameter to tasmota.
AP, Uptime, Start time (rely on ntp), battery and vcc, prefix mqtt
* RSSI calculation for tasmota
* Correct compile for nonbeken chip
* correct W600 build
* correct lastreading call
* Trying to force battery_lastreading for other chip
* force to For Beken only
* correct declaration
* Update drv_battery.h
Correct comment
---------
Co-authored-by: openshwprojects <85486843+openshwprojects@users.noreply.github.com>
To provide Zero configuration for End User :
- 2 new pins BAT_ADC and BAT_Relay
- Autostart of driver if pins associated
- change vdivider default value to 2.29 Seems like default for 2AA battery sensor
* Adding Battery driver discovery
Adding Flag for sensor avaibility publish
* correct hass.h
* correct call for other platform than beken
* Change Typo availability and Battery for driver
* Forget the pin description
* Added Bridge Driver for polarized relays. Teardown: TONGOU TO-Q-SY1-JWT
* W600/W800 logging bug fix
* EnergyMetering
- negative values correction.
- Enenrgy metering must continue with high precission values can not be skipped.
In case of negative values zero value must be used for calculation
Energy is calculated as power/time. Timing calculation is measured between sampels.
If skipping samples, timing calculation it then incorrect as well as energy calculation
* Logical filterring and correction for peaks in measuremed values.
---------
Co-authored-by: valeklubomir <valeklubomir@gmail.com>
* Add a flagged option to apply channel type multiplier (if any) when publishing MQTT value
* Update new_mqtt.c
changed float to double for more accuracy
---------
Co-authored-by: Rémi Serriere <Remi.Serriere@getyooz.com>