Commit Graph

4157 Commits

Author SHA1 Message Date
Theo Arends
c3584cc8ed Bump version to v6.6.0
Bump version to v6.6.0
2019-07-06 15:15:29 +02:00
Theo Arends
b76b5f35c3 Extent some char buffers to accomodate UTF-16 character sets
Extent some char buffers to accomodate UTF-16 character sets (#6026)
2019-07-06 12:53:07 +02:00
Theo Arends
b73b40ee11 Remove hourly uptime message
Remove hourly uptime message
2019-07-05 12:05:34 +02:00
Theo Arends
99f680da57 Add NTP drift information
Add NTP drift information
2019-07-05 11:47:13 +02:00
Theo Arends
c36f93987c Final fix
Final fix
2019-07-04 13:43:27 +02:00
Theo Arends
b3f3468880 Fix compile error
Fix compile error (#6017)
2019-07-04 13:29:53 +02:00
Theo Arends
aa1af61bc8 Fix Shelly 2.5 invalid energy measurement
Fix Shelly 2.5 invalid energy measurement (#5968)
2019-07-04 10:36:38 +02:00
Theo Arends
006f4da90d
Merge pull request #6017 from ascillato/patch-1
Fix SDM120 and SDM630 Energy Values to Domoticz
2019-07-04 09:06:21 +02:00
Adrian Scillato
48fe21604e
Fix SDM630 Energy Value to Domoticz 2019-07-03 19:01:12 -03:00
Adrian Scillato
4391aa07fe
Fix SDM120 Energy Value to Domoticz
Fix SDM120 Energy Value to Domoticz (https://github.com/arendst/Sonoff-Tasmota/issues/6015)
2019-07-03 18:56:06 -03:00
Theo Arends
db05d920cf Add more accurate fmodf function and make available to all core versions lowering code footprint
Add more accurate fmodf function and make available to all core versions lowering code footprint
2019-07-03 12:32:44 +02:00
Theo Arends
2f701da069
Merge pull request #6014 from s-hadinger/fix_5993
Fix Not restoring white value on power off/power on (#5993)
2019-07-02 22:41:32 +02:00
Stephan Hadinger
cc60bf0f03 Fix Not restoring white value on power off/power on (#5993) 2019-07-02 22:10:57 +02:00
Theo Arends
61807b8afa Clean up code
Clean up code
2019-07-02 17:59:40 +02:00
Theo Arends
3d67b8dc66 Fix core 2.3.0 compile error
Fix core 2.3.0 compile error (#6012)
2019-07-02 17:18:32 +02:00
Theo Arends
4938b1e31e Code refactoring
Code refactoring
2019-07-02 15:49:08 +02:00
Theo Arends
9bc7809ea5 Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development 2019-07-02 12:26:13 +02:00
Theo Arends
169718aa5c Refactor Sonoff L1 support
Refactor Sonoff L1 support
2019-07-02 12:26:04 +02:00
Theo Arends
9ae17d116b
Update PULL_REQUEST_TEMPLATE.md 2019-07-02 11:09:23 +02:00
Theo Arends
cc46e2e625 Add support for Sonoff L1 thanks to reef-actor
Add support for Sonoff L1 thanks to reef-actor (#6002)
2019-07-02 10:54:30 +02:00
Theo Arends
2425065a38
Merge pull request #6002 from reef-actor/sonoff-l1
Sonoff L1
2019-07-02 10:30:36 +02:00
reef-actor
f1efdb8905 Merge remote-tracking branch 'arendst/development' into sonoff-l1 2019-07-01 23:14:16 +01:00
reef-actor
53b1a920c7 Revert "Add changelog entry for Sonoff L1 support"
This reverts commit b930cd1474.
2019-07-01 23:14:03 +01:00
reef-actor
18f5be9598 Move new entries in SupportedModules and kModules to the ends of the lists 2019-07-01 23:13:59 +01:00
reef-actor
decd91aac0 Remove sscanf call and use strncmp instead 2019-07-01 22:50:59 +01:00
Theo Arends
998887fe30
Merge pull request #6005 from s-hadinger/trig_floats2
Converted double to float in rules, and replaced trigonometric functions from stdlib with smaller versions.
2019-07-01 22:03:26 +02:00
Stephan Hadinger
d75b6ad889 Moved FastPrecisePow and TaylorLog to sonoff_float.ino for consistency 2019-07-01 18:31:54 +02:00
Stephan Hadinger
15e37ef0bb Change converted double to float in rules, and replaced trigonometric functions from stdlib with smaller versions. 2019-07-01 18:20:43 +02:00
Theo Arends
912e8b62e7 Add background timeslot to clear heap
Add background timeslot to clear heap
2019-07-01 17:07:17 +02:00
Theo Arends
9268976ff1 Add Heap info to state message
Add Heap info to state message
2019-07-01 15:30:40 +02:00
Theo Arends
d66a3e8450 Fix displaymode 2/3 to not receive MQTT data
Fix displaymode 2/3 to not receive MQTT data (#5990)
2019-07-01 12:54:26 +02:00
Theo Arends
6abccdb8cc
Merge pull request #6004 from Jason2866/patch-1
Update to latest platform-espressif8266 v.2.2.2
2019-07-01 11:32:55 +02:00
Jason2866
3ccc3e64d7
Update to latest platform-espressif8266 v.2.2.2 2019-07-01 11:17:38 +02:00
reef-actor
b930cd1474 Add changelog entry for Sonoff L1 support 2019-06-30 23:51:32 +01:00
reef-actor
c489d56ea2 Refactor Sonoff L1 to reduce duplication 2019-06-30 23:48:03 +01:00
reef-actor
2a19735c92 Switch compatibility improvements for Sonoff L1 2019-06-30 23:45:14 +01:00
reef-actor
b10fc6677e Dimmer compatibility improvements for Sonoff L1 2019-06-30 23:44:40 +01:00
reef-actor
d95d18d84e Color handling for Sonoff L1 2019-06-30 23:39:09 +01:00
Theo Arends
98864116c1
Merge pull request #6001 from s-hadinger/fix_tls_aws_compilation
Fixed compilation error when USE_MQTT_AWS_IOT set and USE_MQTT_TLS disabled
2019-06-30 19:52:07 +02:00
Stephan Hadinger
3ac912f957 Fixed compilation error when USE_MQTT_AWS_IOT set and USE_MQTT_TLS disabled 2019-06-30 18:50:42 +02:00
Theo Arends
1985987820
Merge pull request #5998 from curzon01/development
decode-config.py: adapt settings
2019-06-30 17:48:10 +02:00
Norbert Richter
b0fc277f7b decode-config.py: revert html changes 2019-06-30 17:29:11 +02:00
Norbert Richter
5ccd8bc2e7 decode-config.py: adapt settings
- add SetOption65 (tuya_show_dimmer)
2019-06-30 17:24:19 +02:00
Theo Arends
1b69502d9b Code optimization - Change for(uint8_t in for (uint32_t
Code optimization - Change for(uint8_t in for (uint32_t
2019-06-30 16:44:36 +02:00
Theo Arends
30adce5648 Revert "Code optimization - Change for(uint8_t in for (uint32_t"
This reverts commit 5e1eac3f74.
2019-06-30 15:56:55 +02:00
Theo Arends
5e1eac3f74 Code optimization - Change for(uint8_t in for (uint32_t
Code optimization - Change for(uint8_t in for (uint32_t
2019-06-30 15:47:32 +02:00
Theo Arends
207849a6d9
Merge pull request #5997 from ascillato/patch-1
Update Spanish Translation
2019-06-30 09:43:43 +02:00
Adrian Scillato
f8ebe35d85
Update Spanish Translation 2019-06-30 03:25:27 -03:00
Theo Arends
6ac1904e28
Merge pull request #5971 from s-hadinger/code_optim
Changed from double to float in Sunrise and sunset, -3.4k
2019-06-21 19:48:22 +02:00
Stephan Hadinger
5b524a2c95 More floats 2019-06-21 19:23:35 +02:00