Commit Graph

3421 Commits

Author SHA1 Message Date
Stephan Hadinger 4cf156cbdc Updated code size for USE_EMULATION 2019-05-07 09:37:10 +02:00
Theo Arends fa64a0bf4d
Merge pull request #5748 from s-hadinger/fix/better_colormode
Allow all 5 PWM channels individually adressable with LEDs.
2019-05-05 19:43:57 +01:00
Stephan Hadinger 9478c34ca0 Updated changelog 2019-05-05 18:28:29 +02:00
Stephan Hadinger e23f933cde Moved Philips-Xiaomi special handling to a better location 2019-05-05 18:18:20 +02:00
Stephan Hadinger 8144402536 Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into fix/better_colormode 2019-05-05 09:19:34 +02:00
Stephan Hadinger 3cff56cdae Improved doc of LightStateClass about invariants 2019-05-05 09:18:57 +02:00
Stephan Hadinger dcd10a04cd Better color-mode management for RGB and Warm/Cold LEDs 2019-05-04 23:04:53 +02:00
Theo Arends 472ac7cc2a
Merge pull request #5742 from s-hadinger/feature/led_gamma_10_bits
Extend PWM resolution from 8 to 10 bits for low brightness lights.
2019-05-04 18:42:47 +01:00
Stephan Hadinger 4b3c826a0e Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into feature/led_gamma_10_bits 2019-05-04 17:37:05 +02:00
Stephan Hadinger 6e7de3d61a Detailed documentation of Lights calculation flow 2019-05-04 09:40:26 +02:00
Stephan Hadinger 95ee161a38 Cleaned comment 2019-05-03 20:13:05 +02:00
Stephan Hadinger 2d3065f107 Apply correct Gamma to colw/warm white to keep constand perceived luminosity 2019-05-03 20:10:13 +02:00
Stephan Hadinger bdd522c7d2 Allow full power PWM 2019-05-02 23:08:31 +02:00
Stephan Hadinger ae3d7e0122 PWM using 10 bits resolution, LST_MAX created 2019-05-02 22:50:19 +02:00
Theo Arends e592fa9c02
Merge pull request #5736 from section77/development
add a missing "s" in the link to the "Prerequisites"
2019-05-01 21:29:09 +01:00
Justin Otherguy 61aee6708f
add a missing "s" in the link to the "Prerequisites" 2019-05-01 20:42:33 +02:00
Theo Arends 6d41ab7fe2
Merge pull request #5734 from s-moch/fix_de_connect
Fix german wifi connect message
2019-05-01 18:36:17 +01:00
Soeren Moch 11e69babe6 Fix german wifi connect message
Use correct translation "als" when reporting a wifi connect as host.

Signed-off-by: Soeren Moch <smoch@web.de>
2019-05-01 14:57:53 +02:00
Stephan Hadinger e98acd5c40 Changed gamma correction to adaptative resolution from 8 to 11 bits 2019-04-30 23:03:08 +02:00
Theo Arends 875c33ea19
Merge pull request #5707 from s-hadinger/feature/led_gamma_default
Set gamma correction as default behavior, ie "Ledtable 1"
2019-04-29 18:40:42 +01:00
Theo Arends e23ea0aaef
Merge branch 'development' into feature/led_gamma_default 2019-04-29 18:40:25 +01:00
Theo Arends cfcd65dfed
Merge pull request #5722 from synekvl/development
Update cs-CZ.h
2019-04-29 18:33:06 +01:00
Theo Arends c0a4e08f4c
Merge pull request #5702 from s-hadinger/feature/refactored_light
Refactored management of lights, using classes and integers instead of floats.
2019-04-29 18:31:31 +01:00
synekvl 926c4caa07
Update cs-CZ.h 2019-04-29 11:44:04 +02:00
Stephan Hadinger d878a42a62 Fixed Color was wrongly changing Dimmer 2019-04-29 08:34:43 +02:00
Stephan Hadinger efea6bb794 Fixed CT command returned bad value 2019-04-28 11:33:38 +02:00
Stephan Hadinger bc29e499c6 Better XY colors management, code cleaning to reduce code size 2019-04-28 11:00:54 +02:00
Stephan Hadinger 5a52d1f568 Fixed PWM1 always full brightness, and Sonoff Basic / Relay not working 2019-04-27 22:48:51 +02:00
Stephan Hadinger d1b073e01d Tentative for 'xy' color space control from Alexa app (Philips Hue emulation) 2019-04-26 16:39:26 +02:00
Stephan Hadinger e4173848b9 Revert last commit, always display XY colors when colors are available 2019-04-26 09:19:16 +02:00
Stephan Hadinger 6b1efb9abc Philips Hue, don't send XY colors when in CT mode 2019-04-25 20:55:22 +02:00
Stephan Hadinger 81fb2667b2 Set gamma correction as default behavior, ie Ledtable 1 2019-04-25 18:50:04 +02:00
Theo Arends c019da7b0f
Merge pull request #5684 from MadDoct/patch-3
Change tele message of ADS1115 to allow it to work correctly with rules
2019-04-25 15:24:50 +02:00
Stephan Hadinger 4efef18d5d Fixed wrong brightness for White command 2019-04-25 14:59:39 +02:00
Stephan Hadinger e8dd82f24b Fixed Color2 should not reset Dimmer 2019-04-25 14:50:47 +02:00
Stephan Hadinger 70808ea5b0 Added feature to changelog 2019-04-25 13:13:21 +02:00
Stephan Hadinger 31e80c8c3e Refactored management of lights, using classes and integers instead of floats. 2019-04-25 13:06:35 +02:00
Theo Arends 934cde4a94
Merge pull request #5667 from s-hadinger/development
Support for color and colortone in Philips Hue emulation via Alexa
2019-04-24 22:25:00 +02:00
Stephan Hadinger 7015b1f18e Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development 2019-04-23 17:27:21 +02:00
MadDoct 393953d894
Change tele message of ADS1115 to allow it to work correctly with rules
Change tele message of ADS1115 to allow it to work correctly with rules, by removing "[", as reported by issue #5681
2019-04-21 17:55:00 +01:00
Theo Arends 16213af36e
Merge pull request #5679 from ngalfas/patch-1
Updated Greek translation
2019-04-20 11:59:11 +02:00
Nick Galfas b691ba4098
Updated Greek translation
Also some strings were shortened
2019-04-20 11:54:29 +03:00
Stephan Hadinger b5860b9b94 Fixed wrong behavior of Alexa app with Philips Hue emulation 2019-04-19 21:39:43 +02:00
Stephan Hadinger c8f82399f3 Fixed responding 'xy' colot space only for devices supporting colors. 2019-04-19 14:26:40 +02:00
Stephan Hadinger 5732efa27c Adding 'xy' color response for Philips Hue emulation 2019-04-18 23:11:59 +02:00
Stephan Hadinger 99a4556bab Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development 2019-04-18 21:55:32 +02:00
Stephan Hadinger 599306a81f Fixed wrong ct results when initializing device 2019-04-18 20:56:18 +02:00
Theo Arends b800db4bac Update library Joba_Tsl2561 from 2.0.7 to 2.0.10
Update library Joba_Tsl2561 from 2.0.7 to 2.0.10
2019-04-18 17:28:56 +02:00
Stephan Hadinger d2f1657e68 Fixed issue with simple relay in Philips Hue emulation from Alexa app 2019-04-18 17:08:32 +02:00
Theo Arends e8e7b25b80 6.5.0.9 Add command SetOption63
6.5.0.9 20190418
 * Add command SetOption63 0/1 to disable relay state feedback scan at restart (#5594, #5663)
 * Fix TasmotaSerial at 9600 bps solving DFPlayer comms (#5528)
 * Fix Shelly 2.5 overtemp
2019-04-18 16:24:46 +02:00