Commit Graph

3156 Commits

Author SHA1 Message Date
Theo Arends b2d1e385c0 Change timer reset to 70 minutes
Change timer reset to 70 minutes (#6349)
2019-10-22 14:56:06 +02:00
Shantur Rathore a567226415 Rules: Add TuyaMcuReceived#Data=<HexBytesReceived> rule and fix SerialReceived and SSerialRecieved rules 2019-10-21 17:24:03 +01:00
Theo Arends f017c7b6c5 Add Arduino Slave 2019-10-21 14:02:17 +02:00
Theo Arends 1110bac410 Houskeeping Arduino Slave 2019-10-21 12:36:08 +02:00
Theo Arends aaf6f90507 Refactor Arduino Slave 2019-10-21 12:25:22 +02:00
Theo Arends 4d21a47edb Update PZEM comments
Update PZEM comments
2019-10-21 10:27:36 +02:00
Adrian Scillato 4861e53330
Fix issue if STARTING_OFFSET is undefined
If STARTING_OFFSET is undefined in my_user_config.h file, the compilation fails due to this parameter is used in the defaults of settings.ino
2019-10-20 23:02:51 -03:00
Theo Arends 3212d563f2
Merge pull request #6705 from s-hadinger/zigbee_revert_key
Fix Revert key as shortaddr for ZigbeeReveived
2019-10-20 21:10:29 +02:00
Stephan Hadinger 4c97377263 Fix Revert key as shortaddr for ZigbeeReveived 2019-10-20 20:52:44 +02:00
andrethomas 1d5920d1c8 Add ArduinoSlave Driver 2019-10-20 20:14:17 +02:00
andrethomas 9ba9a25dc6 Add ArduinoSlave to sonoff_template.h 2019-10-20 20:12:55 +02:00
andrethomas 711210c053 Add ArduinoSlave as xdrv_31 2019-10-20 20:12:05 +02:00
andrethomas 3411ad655d Add ArduinoSlave 2019-10-20 20:11:07 +02:00
andrethomas f97d1a56ed Update my_user_config.h 2019-10-20 20:10:14 +02:00
andrethomas d84288b46e Update language files 2019-10-20 20:09:32 +02:00
Stephan Hadinger 8d857ef8e2 Fix remove useless log 2019-10-20 17:28:34 +02:00
Stephan Hadinger 833845e602 Add ZigbeeRead command and many improvements (#6095) 2019-10-20 16:43:50 +02:00
Theo Arends 37c2239d61 (Try to) fix EnergyReset (again)
(Try to) fix EnergyReset (again) (#6561)
2019-10-20 15:48:14 +02:00
Theo Arends ad73a51023 (Try to) fix EnergyReset (again)
(Try to) fix EnergyReset (again) (#6561)
2019-10-20 13:27:48 +02:00
Theo Arends c362bae928 Merge branch 'development' of https://github.com/arendst/Sonoff-Tasmota into development 2019-10-20 11:58:02 +02:00
Theo Arends 393ccd7799 Change EXS Dimmer driver
Change EXS Dimmer driver by Gerry Lenz (#6658)
2019-10-20 11:57:38 +02:00
gemu2015 60ea83f41c sendmail timeout 2000 2019-10-20 11:34:29 +02:00
gemu2015 0e1e1a15a1 scripter sendmail update 2019-10-20 11:21:25 +02:00
gemu2015 d2ff52215c sml counter debounce on both edges 2019-10-20 08:23:27 +02:00
Theo Arends 9bec8dedb9 Revert previous commit 2019-10-19 14:02:31 +02:00
Theo Arends 3cfbb83477 Fix display rotation
Fix display rotation (#6687)
2019-10-19 12:46:31 +02:00
Theo Arends d62d33bc4d Fix display hPa and mmHg
Fix display hPa and mmHg (#2642)
2019-10-18 18:06:17 +02:00
Theo Arends 4e45e660f2 Add support for EX-Store WiFi Dimmer V4
Add support for EX-Store WiFi Dimmer V4 (#5856)
2019-10-18 17:29:19 +02:00
Theo Arends 9f55ab6a2a Add absolute PowerDelta
Add absolute PowerDelta using command PowerDelta 101..32000 where 101 = 101-100 = 1W, 202 = 202-100 = 102W (#5901)
2019-10-18 16:53:30 +02:00
Theo Arends 63320f76f8 Prep for PowerDelta change 2019-10-18 15:33:58 +02:00
Theo Arends 84fe7b8e76 Bump version to 6.6.0.20
Add command SetOption65 0/1 to disable (1) fast power cycle detection fixing unwanted brownout trigger
2019-10-18 15:18:39 +02:00
Theo Arends 3bb58b3ea0 Disable some logging 2019-10-18 12:53:35 +02:00
Theo Arends 71a9fbcf65 Refactor FUNC_EVERY_SECOND 2019-10-18 12:47:22 +02:00
Theo Arends d064079389
Merge pull request #6683 from gemu2015/sendmail_update
refactor sendmail
2019-10-18 12:36:33 +02:00
Theo Arends b3fff83dfe
Merge pull request #6682 from gemu2015/preserve-stack
preserve some stack size on FUNC_EVERY_SECOND
2019-10-18 12:35:14 +02:00
Theo Arends b361d0cc46 Remove obsolete SDM120 and SDM630 drivers 2019-10-18 12:31:56 +02:00
Theo Arends 9a03d831a6 Remove old SDM120 and SDM630 drivers
* Replace obsolete xsns_23_sdm120 with xnrg_08_sdm120 and consolidate define USE_SDM120
 * Replace obsolete xsns_25_sdm630 with xnrg_10_sdm630 and consolidate define USE_SDM630
 * Replace obsolete xsns_49_solaxX1 with xnrg_12_solaxX1 (#6677)
2019-10-18 12:28:29 +02:00
Theo Arends d724d15bfa Bump version to 6.6.0.19 2019-10-18 12:12:31 +02:00
Theo Arends 531c38b231 Minor refactor 2019-10-18 12:03:01 +02:00
gemu2015 d989abfb45 refactor sendmail 2019-10-18 11:33:52 +02:00
Theo Arends f8104cacdd
Merge pull request #6681 from baschdello/development
Fixes functionality of command Sensor20 for NovaSDS
2019-10-18 10:57:31 +02:00
gemu2015 a42515160f preserve some stack size on FUNC_EVERY_SECOND 2019-10-18 10:57:06 +02:00
Bastian Urschel 672ea3d7e9 Fixes the funcionality of command "Sensor20" which was missing after merge #6673.
With command "Sensor20" you can now set the starting offset at runtime. The polling interval still depends on the tele_period.
2019-10-18 10:32:48 +02:00
stefanbode 41cc74ea7b
Update xdrv_29_deepsleep.ino
Added RESULT message before deepsleep to send via MQTT next Wakeup time in Local Time and UTC:
09:30:12 MQT: stat/sonoff/RESULT = {"Deepsleep":{"Time":"2019-10-18T09:35:00","Epoch":1571384100}}
2019-10-18 09:31:59 +02:00
pablozg d7279fa2aa Solax X1: Delete all references to old driver 2019-10-17 19:30:55 +02:00
pablozg 926869e849 Solax X1: Code refactor and optimitation, add as energy driver to get today/yesterday totals and P1 smart meter function 2019-10-17 18:22:11 +02:00
Theo Arends 8643560480
Merge pull request #6676 from effelle/development
Update xdrv_12_home_assistant.ino
2019-10-17 17:15:33 +02:00
Theo Arends fa892d34c6
Merge pull request #6673 from baschdello/development
Nova SDS polling enhancement
2019-10-17 17:01:33 +02:00
Federico Leoni 9be8c20668
Update xdrv_12_home_assistant.ino 2019-10-17 11:57:54 -03:00
Theo Arends d3dc82170e Prep for release 2019-10-17 16:51:20 +02:00