Theo Arends
|
64521b42b6
|
Add Epoch and UptimeSec to JSON messages
Add Epoch and UptimeSec to JSON messages (#6068)
|
2019-07-11 14:09:42 +02:00 |
Theo Arends
|
a439ef9f0e
|
Workaround invalid detection of SHT3x sensors
Workaround invalid detection of SHT3x sensors (#6067)
|
2019-07-11 10:56:12 +02:00 |
Jason2866
|
74afa790cf
|
Disable TX20 wind sensor
Just disabling RC switch is NOT enough for successfull compiling with stage/core!!
|
2019-07-10 18:34:08 +02:00 |
Theo Arends
|
bc3c5a8acf
|
Merge pull request #6061 from ascillato/patch-2
SCD30 - Added temp and hum for domoticz
|
2019-07-10 18:18:55 +02:00 |
Adrian Scillato
|
5a8236c876
|
SCD30 - Added temp and hum for domoticz
|
2019-07-10 12:56:18 -03:00 |
Adrian Scillato
|
64123a5cd8
|
Disable USE_RC_SWITCH by default ...
in order to compile with latest Stage Core.
The USE_RC_SWITCH driver uses too much iram for the latest core.
|
2019-07-10 12:46:46 -03:00 |
Adrian Scillato
|
7b25271735
|
Removed outdated comment
|
2019-07-09 11:28:25 -03:00 |
Theo Arends
|
992afd4b05
|
Fix compile warning
Fix compile warning
|
2019-07-09 12:26:45 +02:00 |
Theo Arends
|
4081e63396
|
Keep rules the default
|
2019-07-09 10:48:03 +02:00 |
gemu2015
|
97ff82ce9a
|
update scripter for 2.52 FAT
|
2019-07-09 10:20:11 +02:00 |
Adrian Scillato
|
4f880f8039
|
Commented out USE_SCRIPT_FATFS
and added comments of limitations
|
2019-07-08 21:50:27 -03:00 |
Theo Arends
|
27ac431576
|
Merge pull request #6034 from adebeun/development
Implemented automatic setting of clock display from network time.
|
2019-07-08 21:05:52 +02:00 |
Adrian Scillato
|
ff2d2357a9
|
Fix Scheme 4 (#6038)
|
2019-07-08 16:00:22 -03:00 |
Arthur de Beun
|
cc98a45185
|
Undo change.
|
2019-07-09 06:52:15 +12:00 |
Theo Arends
|
ecd288f32f
|
Fix scripter core 2.3.0 related compile errors
Fix scripter core 2.3.0 related compile errors (#6045)
|
2019-07-08 17:52:02 +02:00 |
Theo Arends
|
da7ab3274b
|
Fix setting default over temperature
Fix setting default over temperature
|
2019-07-08 16:50:23 +02:00 |
Theo Arends
|
0243e2be7e
|
Add command SetOption42 0..255 to set over temperature in Celsius. Defaults to 90
Add command SetOption42 0..255 to set over temperature in Celsius. Defaults to 90 (#6036)
|
2019-07-08 14:16:33 +02:00 |
Theo Arends
|
57310a7699
|
Fix Domoticz battery level at 200 when ADC voltage reading is disabled
Fix Domoticz battery level at 200 when ADC voltage reading is disabled (#6033)
|
2019-07-08 12:52:26 +02:00 |
Theo Arends
|
86314e24e5
|
Fix ambiguous Tuya set relay option by adding command SetOption41 allowing to control number of virtual relays
Fix ambiguous Tuya set relay option by adding command SetOption41 allowing to control number of virtual relays (#6039)
|
2019-07-08 12:42:46 +02:00 |
Theo Arends
|
e67b27b0a3
|
Fix possible exception when irreceive is not initialised
Fix possible exception when irreceive is not initialised
|
2019-07-08 12:24:31 +02:00 |
Arthur de Beun
|
21f2cc93c4
|
Add automatic setting of clock display from network time for AZ7798
|
2019-07-08 06:56:26 +12:00 |
Arthur de Beun
|
a42c13d8e5
|
Implemented automatic setting of clock display from network time.
|
2019-07-07 22:26:56 +12:00 |
Stephan Hadinger
|
eaf5dbd36c
|
Add blend RGB leds with White leds for better whites #5895 #5704
|
2019-07-07 10:15:50 +02:00 |
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 |
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 |
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
|
169718aa5c
|
Refactor Sonoff L1 support
Refactor Sonoff L1 support
|
2019-07-02 12:26:04 +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 |
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 |
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 |
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 |