Theo Arends
90d3cd45c4
Add command ``Time 4``
...
Add command ``Time 4`` to display timestamp using milliseconds (#8537 )
2020-05-25 11:44:17 +02:00
Theo Arends
c333b67669
Fix DisplaySevenSegment compilation error
2020-05-25 10:21:36 +02:00
Theo Arends
b058fb0dfc
Merge pull request #8530 from device111/development
...
Consolidate FastPrecisePowf in veml7700 lib
2020-05-25 09:58:23 +02:00
Theo Arends
82f257cb15
Merge pull request #8532 from curzon01/development
...
Fix setting addr typo
2020-05-25 09:57:30 +02:00
Norbert Richter
eb6de53628
Fix setting addr typo
2020-05-24 20:07:25 +02:00
device111
822062fa89
Consolidate FastPrecisePowf in veml7700 lib
2020-05-24 18:55:35 +02:00
Theo Arends
3829265e6d
Consolidate FastPrecisePowf
2020-05-24 17:13:10 +02:00
Theo Arends
9e0637cc60
Merge pull request #8527 from device111/development
...
update veml7700 libary
2020-05-24 16:43:43 +02:00
device111
e1e604ee12
update veml7700 libary
2020-05-24 16:14:49 +02:00
Theo Arends
130a168043
Merge pull request #8525 from device111/development
...
add private pow function in lib for future use
2020-05-24 12:40:39 +02:00
device111
ebbbd37865
add private pow function in lib for future use
...
alternate pow function for future use in Tasmota to calculate normalized Lux and normalized white values.
2020-05-24 12:28:08 +02:00
Theo Arends
a5130fa2e4
Merge pull request #8517 from abmaonline/send-on-full-buffer
...
Send all chars from serial to mqtt
2020-05-24 12:03:28 +02:00
Theo Arends
6073bd9eb6
Update changelog
2020-05-24 11:55:39 +02:00
Theo Arends
43b999600e
Merge pull request #8520 from peteakalad/peteakalad-SGP30_Sensor_Fixes
...
SGP30 Sensor Fixes #8519
2020-05-24 11:19:57 +02:00
Theo Arends
584ed65c8c
Merge pull request #8523 from s-hadinger/rule_json_wildcard
...
Add wildcard patter for JSON marching in rules using ``?`` pattern
2020-05-24 10:25:09 +02:00
Stephan Hadinger
fe045c3c9d
Fixed description of file
2020-05-24 10:00:32 +02:00
Stephan Hadinger
f5f1bdefdb
Add wildcard patter for JSON marching in rules using ``?`` pattern
2020-05-24 09:57:11 +02:00
peteakalad
11cb3e838c
Fix for SGP30 for Abs Humidity on Web UI
2020-05-23 22:41:50 +01:00
peteakalad
615645e50e
Fix for SPG30 Abs Humidity Not Shown on Web UI
2020-05-23 22:28:42 +01:00
peteakalad
a5a7988532
Add Adafruit_SGP30_Sensor-1.2.0
2020-05-23 21:47:04 +01:00
Matthijs Abma
7f18e1e8e3
Split logic for adding char to buffer and sending
...
the buffer, to make sure the char doesn't get
lost when the buffer is full
2020-05-23 17:44:49 +02:00
Matthijs Abma
2626345662
Store if current byte is delimiter for later reuse
2020-05-23 17:44:49 +02:00
Theo Arends
054850ef0b
Merge pull request #8515 from Jason2866/patch-3
...
Use Tasmota optimizations in latest Arduino core
2020-05-23 15:59:20 +02:00
Jason2866
e69d568606
Use Tasmota optimizations
...
from @s-hadinger in latest Arduino core
2020-05-23 15:52:59 +02:00
Theo Arends
ca8b38d0d0
Add LedPwm commands
...
Add commands ``LedPwmOn 0..255``, ``LedPwmOff 0..255`` and ``LedPwmMode1 0/1`` to control led brightness by George (#8491 )
2020-05-23 15:17:13 +02:00
Theo Arends
aafa0862ab
Refactor LedPwm code
2020-05-23 13:09:16 +02:00
Theo Arends
dc9ce42888
Refactor LedPwm code
2020-05-23 13:04:17 +02:00
Theo Arends
00b2ce961f
Merge pull request #8491 from grob6000/ledpowerpwm
...
Ledpowerpwm
2020-05-23 12:47:11 +02:00
Theo Arends
924a8772e1
Merge branch 'development' into ledpowerpwm
2020-05-23 12:46:51 +02:00
Theo Arends
d0de78352f
Fix Energy Frequency display
2020-05-23 12:15:14 +02:00
Theo Arends
a411a51923
Merge pull request #8512 from gemu2015/scripter-update
...
Scripter update
2020-05-23 10:50:02 +02:00
gemu2015
2eccc09086
remove unishox def
2020-05-23 10:36:19 +02:00
gemu2015
584b3c2ef8
scripter update
...
add direct access to some energy registers and sml registers
make google charts optional #define USE_GOOGLE_CHARTS
2020-05-23 10:24:08 +02:00
Theo Arends
8db2489f59
Merge pull request #8510 from s-hadinger/unishox_wemo_dev
...
Compressed string in Wemo emulation
2020-05-23 10:10:20 +02:00
Stephan Hadinger
02faa2ea49
Fix style and compilation error when no compression
2020-05-23 10:05:57 +02:00
George
e780f25283
Gamma correction
...
Implement changes proposed by @s-hadinger review.
* Use 0-255 range in settings
* Apply gamma correction from xdrv_light & use changuintscale helper fn (as per pwm light routine)
2020-05-23 17:13:04 +10:00
Stephan Hadinger
6154fd1015
Fixed compilation error
2020-05-22 23:05:55 +02:00
Stephan Hadinger
45b83a8c77
Compression candidates for Hue emulation
2020-05-22 22:54:34 +02:00
Stephan Hadinger
7ee9b2d34d
Compressed string in Wemo emulation
2020-05-22 22:14:17 +02:00
Theo Arends
93ca102391
Change ExportActiveTariff to ExportTariff
2020-05-22 18:31:14 +02:00
Theo Arends
855e054db8
Change Energy JSON data
...
- Bump version 8.3.1.2
- Change Energy JSON Total field from ``"Total":[33.736,11.717,16.978]`` to ``"Total":33.736,"TotalTariff":[11.717,16.978]``
- Change Energy JSON ExportActive field from ``"ExportActive":[33.736,11.717,16.978]`` to ``"ExportActive":33.736,"ExportActiveTariff":[11.717,16.978]``
- Add Three Phase Export Active Energy to SDM630 driver
2020-05-22 17:48:21 +02:00
Theo Arends
86921e60b2
Add support for VEML6075 and VEML7700
...
- Add support for VEML6075 UVA/UVB/UVINDEX Sensor by device111 (#8432 )
- Add support for VEML7700 Ambient light intensity Sensor by device111 (#8432 )
2020-05-22 15:16:01 +02:00
Theo Arends
2b798ff194
Merge pull request #8432 from device111/development
...
Support for VEML6075 and initial Support for VEML7700
2020-05-22 14:38:20 +02:00
Theo Arends
2b54311740
Merge pull request #8506 from s-hadinger/unishox_fix_dump
...
Add dump of compressed rules over 512 chars and unishox decompress fix
2020-05-21 21:00:45 +02:00
Stephan Hadinger
609e7369bd
Add safe-guard in getNumFromBits()
2020-05-21 20:54:45 +02:00
Stephan Hadinger
c8b5750568
Add dump of compressed rules over 512 chars and unishox decompress fix
2020-05-21 20:12:41 +02:00
Theo Arends
14807254ba
Fix apostrophe regression
2020-05-21 18:03:05 +02:00
Theo Arends
f1205385bd
Fix the GUI display of apostrophe
...
Fix the GUI display of apostrophe in any name (#8489 , #8323 )
2020-05-21 17:49:59 +02:00
Theo Arends
089379ccb6
Merge pull request #8504 from effelle/development
...
HAss force [is_topic_light] for PWM_Dimmer module
2020-05-21 17:47:22 +02:00
Federico Leoni
a068010edf
HAss force [is_topic_light] for Dimmer module
2020-05-21 12:33:57 -03:00