Commit Graph

6970 Commits

Author SHA1 Message Date
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 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
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
Theo Arends e5942df57f Update Change log 2020-05-21 17:06:52 +02:00
Theo Arends 1edc02b64f
Merge pull request #8501 from gemu2015/scripter-fix
fix scripter unishox error
2020-05-21 08:36:39 +02:00
Theo Arends 9e804c7ef8
Merge pull request #8500 from pcdiem/pwm-dimmer-11
Publish state when dimmer button tapped
2020-05-21 08:36:23 +02:00
Theo Arends bae652280d
Merge pull request #8499 from effelle/development
HAss: Fix slider for PWM_MODULE
2020-05-21 08:35:53 +02:00
Theo Arends f3a577d0fc
Merge pull request #8497 from arijav/new_branch
Update thermostat controller with 2 new commands
2020-05-21 08:35:26 +02:00
gemu2015 fca5dc9471 Update xdrv_10_scripter.ino 2020-05-21 08:13:26 +02:00
gemu2015 edaf6c493e fix scripter unishox error, add 2 y axes line graph to google charts 2020-05-21 06:06:42 +02:00
Paul C Diem 9b519700c1 Publish state when dimmer button tapped 2020-05-20 20:55:02 -05:00
Federico Leoni 5e6010d1d0 Fix slider for PWM_MODULE 2020-05-20 22:11:07 -03:00
Javier Arigita f880d058ed Bugfix 2020-05-20 22:21:25 +02:00
Javier Arigita 7b42e6f338 Duty cycle output added, as well as possibility to disable physical output 2020-05-20 22:10:49 +02:00
Theo Arends 7f40acb0a5
Merge pull request #8493 from s-hadinger/ir_277
Change IRremoteESP8266 library updated to v2.7.7
2020-05-20 21:15:04 +02:00
Theo Arends fde1ea737d
Merge pull request #8495 from Jason2866/patch-2
Use Platformio framework ESP32 1.12.1
2020-05-20 21:14:46 +02:00
Theo Arends 3df4161043
Merge pull request #8496 from s-hadinger/unishox_fix
Fix crash in unishox decompress #8486
2020-05-20 21:14:25 +02:00