Theo Arends
c0cfdde8ac
Fix Sonoff Pow R2 and Sonoff S31
...
Fix Sonoff Pow R2 and Sonoff S31 Serial interface hang caused by Sonoff Basic R2 driver delay implementation (and possibly core bug)
2018-11-11 17:58:18 +01:00
Theo Arends
a55ec91a10
6.3.0.7 Use ESP.reset
...
6.3.0.7 20181111
* Fix wifi connection errors using ESP.reset instead of ESP.restart
2018-11-11 14:28:46 +01:00
wvdv2002
410e49a3c7
Added Armtronix dimmer support
2018-11-10 16:30:29 +01:00
Theo Arends
15148f290d
6.3.0.4 Add SetSensorXX
...
6.3.0.4 20181106
* Add command SetSensorXX 0/1 to disable/re-enable compiled xsns_XX_sensor.ino driver
2018-11-06 17:33:51 +01:00
Theo Arends
c9cf375c6c
Add checks for GPIO selections
...
Add more strict checks for GPIO selections
2018-11-05 17:27:02 +01:00
Theo Arends
99ae0c9cab
Change wifi connection check
...
Change wifi connection check
2018-11-04 18:00:07 +01:00
Theo Arends
14a7424e9b
Add command SetOption24
...
Add command SetOption24 0/1 to select pressure unit as hPa or mmHg (#4241 )
2018-11-04 16:55:12 +01:00
eeak
db4d7ed277
Add ConvertPress()
2018-11-01 17:36:22 +02:00
Theo Arends
04bddf6370
Fix compile error
...
Fix compile error
2018-11-01 14:27:37 +01:00
Theo Arends
46a0a0afba
Add minutes to commands Timezone
...
Add minutes to commands Timezone to allow all possible world timezones
2018-11-01 13:00:05 +01:00
Theo Arends
7d4312f346
Fix unintended function overload
...
Fix unintended function overload of WifiState
2018-10-31 11:27:40 +01:00
Theo Arends
07ac25ce34
Merge pull request #4221 from chaosmaster/tuya-wifi-state
...
tuya: properly indicate wifi-status
2018-10-31 11:05:57 +01:00
Theo Arends
e6a8b2d30d
Add TotalStartTime to Energy JSON
...
Add TotalStartTime to Energy JSON message (#3971 )
2018-10-30 17:04:19 +01:00
Joel Stein
faab6f1221
tuya: modify WifiState() in support.ino to reflect not-connected-state instead of reimplementing it
2018-10-30 15:34:31 +01:00
Theo Arends
5c78561b07
6.2.1.20 Add mDNS delay option
...
6.2.1.20 20181028
* Add command SetOption35 0..255 (seconds) to delay mDNS initialization to control possible Wifi connect problems
2018-10-28 17:57:25 +01:00
Theo Arends
f2b04092f8
Initial release of RF transceiving
...
Initial release of RF transceiving using library RcSwitch (#2702 )
2018-10-25 18:17:58 +02:00
Theo Arends
eefad54be7
Fix invalid JSON
...
Fix invalid JSON floating point result from nan (Not a Number) and inf (Infinity) into null (#4147 )
2018-10-25 14:03:34 +02:00
Theo Arends
51ee22273b
Fix invalid JSON
...
Fix invalid JSON floating point result from nan into null (#4147 )
2018-10-25 10:44:59 +02:00
Theo Arends
266f7f1fe0
Add support for TX20
...
Add support for La Crosse TX20 Anemometer (#2654 , #3146 )
2018-10-21 12:44:45 +02:00
Theo Arends
0ab43909c3
6.2.1.17 Changes and Adds
...
6.2.1.17 20181017
* Enable updated non-blocking PubSubClient as default MQTT client
* Update TasmotaModbus and TasmotaSerial libraries for support of serial 8N2 communication
* Add support for Pzem-003/017 DC Energy monitoring module (#3694 )
* Change support for Pzem-014/016 AC Energy monitoring module (#3694 )
2018-10-17 12:27:05 +02:00
Theo Arends
ae28a50dc7
Fix possible wifi connection error
...
Fix possible wifi connection error (#4044 , #4083 )
2018-10-16 14:00:14 +02:00
Theo Arends
ecd39741aa
Merge pull request #4083 from ascillato/patch-1
...
Fix Some Wifi Connection Issues
2018-10-16 13:48:28 +02:00
Theo Arends
d47ab92862
Fixxes and Add Tuya Dimmer
...
* Fix RfRaw and SerialSend5 regression from 6.2.1.15 (#4072 )
* Fix Sonoff Bridge RfRaw receive (#4080 )
* Add support for Tuya Dimmer (#469 , #4075 )
2018-10-16 11:21:44 +02:00
Adrian Scillato
dbe7cf3bbc
Fix Some Wifi Connection Issues
...
https://github.com/arendst/Sonoff-Tasmota/issues/4044
2018-10-16 03:54:55 -03:00
andrethomas
8345f3f872
Fix SerialSendRaw() to adjust for whitespace
...
Fix SerialSendRaw() to adjust for whitespace removal
2018-10-15 22:30:26 +02:00
Theo Arends
c46ae74067
Add whitespace removal
...
Add whitespace removal from RfRaw and SerialSend5 (#4020 )
2018-10-14 12:53:11 +02:00
Theo Arends
fcc6d5437b
Add HX711 Load Cell
...
* Add support for DS3231 Real Time Clock
* Add support for HX711 Load Cell
* Add command WeightRes 0..3 to control display of decimals for kilogram
2018-10-11 17:33:07 +02:00
Adrian Scillato
3bc3e7e332
Add comment for sleep command (datasheet)
2018-10-08 17:25:42 -03:00
Theo Arends
0ad250c10b
6.2.1.11 Add MQTT Client
...
6.2.1.11 20191002
* Remove support for MQTT Client based on esp-mqtt-arduino by #define MQTT_LIBRARY_TYPE MQTT_ESPMQTTARDUINO
* Add support for MQTT Client based on lwmqtt to be selected by #define MQTT_LIBRARY_TYPE MQTT_ARDUINOMQTT
2018-10-02 17:07:30 +02:00
Theo Arends
2252be521a
Fix I2CScan invalid JSON
...
Fix I2CScan invalid JSON error message (#3925 )
2018-09-29 12:34:24 +02:00
Theo Arends
4b7c797fb7
6.2.1.9 Apparent/Reactive Power
...
6.2.1.9 20180928
* Add Apparent Power and Reactive Power to Energy Monitoring devices (#251 )
2018-09-28 15:48:42 +02:00
Theo Arends
bf7dcb8eec
6.2.1.3 Add SerialSend5
...
6.2.1.4 20180916
* Add command SerialSend5 to send raw serial data like "A5074100545293"
* Update MCP230xx driver
* Update Czech translation
* Update MP3 driver (#3800 )
* Add userid/password option to decode-status.py (#3796 )
* Fix syslog when emulation is selected (#2109 , #3784 )
* Fix Pzem2 compilation error (#3766 , #3767 )
2018-09-16 16:09:00 +02:00
Theo Arends
4c41ea4461
Houskeeping
2018-09-09 14:31:40 +02:00
Theo Arends
649ec49478
Merge pull request #2841 from JohannWeging/development
...
Add Nova SDS0X1 sensor idling to expand its lifespan
2018-09-08 18:09:23 +02:00
Adrian Scillato
420be8f499
Simplified Function Substr
2018-09-06 14:21:52 -03:00
Theo Arends
2fdc91f1b4
Housekeeping
2018-09-06 18:08:10 +02:00
Theo Arends
dd95bb393e
Add command SetOption52
...
Add command SetOption52 to control display of optional time offset from UTC in JSON messages (#3629 , #3711 )
2018-09-06 12:37:50 +02:00
Theo Arends
3ccf83d1a6
Merge pull request #3711 from rgitzel/append-timezone
...
optionally append timezone to timestamp in JSON messages
2018-09-06 11:38:54 +02:00
Rodney Gitzel
9413ba9f47
optionally append timezone to timestamp in JSON messages
2018-09-05 14:51:12 -07:00
Adrian Scillato
b8e7ee8650
Fixed Exception Issue
...
Solves Bug #3700
2018-09-05 18:35:02 -03:00
Theo Arends
c6a14c5fe7
Fix possible exception
...
Fix possible exception due to buffer overflow (#3659 )
2018-09-02 11:52:24 +02:00
Theo Arends
48b5f9117a
6.2.0.1 - Fix StateText ambiguity
...
Fix possible ambiguity on command parameters if StateText contains numbers only (#3656 )
2018-09-02 11:11:49 +02:00
Theo Arends
f7c38f24f3
6.1.1.14 Add boot loop detection
...
Add boot loop detection and try to fix
2018-08-30 14:27:33 +02:00
Theo Arends
3abdaaffb7
Revert "6.1.1.14 Add boot loop detection"
...
This reverts commit b9a875d6fb
.
2018-08-30 13:19:09 +02:00
Theo Arends
b9a875d6fb
6.1.1.14 Add boot loop detection
...
Add boot loop detection and try to fix
2018-08-30 12:22:24 +02:00
Theo Arends
624ee28db3
Revisit naming and features
...
Revisit naming and features in preparation to release
2018-08-28 14:28:36 +02:00
Theo Arends
55b43734d8
6.1.1.13 - Fixes
...
6.1.1.13 20180828
* Fix 6.1.1.12 regression of Mem and Var default handling (#3618 )
* Optimizations
2018-08-28 11:10:32 +02:00
Theo Arends
d4931f7b11
Fix handling default names Pt.2
...
Fix handling default names Pt.2
2018-08-27 14:53:09 +02:00
Theo Arends
9978381c94
Fix handling deafult names
...
Fix handling use of default names when using names starting with shortcut character (#3392 , #3600 )
2018-08-27 13:06:22 +02:00
Theo Arends
bbd2529914
Sleep fixes part 2 and 3 of 3
...
* Change scheduler phase 2/3 - Fixed when sleep is enabled: Blinktime (#3581 )
* Change scheduler phase 3/3 - Some sensor update timings: AdcEvery 200 -> 250, Senseair 300 -> 250, SDM120 300 -> 250, SDM630 300 -> 250
2018-08-26 17:10:18 +02:00
Theo Arends
f090050e69
6.1.1.11 - Sleep fixes part 1
...
6.1.1.11 20180826
* Change scheduler phase 1 - Fixed when sleep is enabled: Uptime, Delay, PulseTime and TelePeriod (#3581 )
2018-08-26 15:42:35 +02:00
Theo Arends
1c14015f63
Update feature list
...
Update feature list
2018-08-25 12:26:36 +02:00
Theo Arends
48668bce7b
6.1.1.10 - Disable core 2.4.2 sleep
...
Disable wifi sleep for both Esp8266/Arduino core 2.4.1 and 2.4.2 to solve device freeze caused by Espressif SDK bug (#3554 )
2018-08-25 11:59:21 +02:00
Theo Arends
ae6fcd4d60
Change sleep command
...
Change command sleep from restart after change to not restart after change (#3554 )
2018-08-24 16:38:55 +02:00
Theo Arends
6a5c0d29e8
6.1.1.9 - Fixes and Additions
...
6.1.1.9
* Allow user override of define MAX_RULE_TIMERS (#3561 )
* Allow user override of define MAX_RULE_VARS
* Add GPIO options ButtonXn, SwitchXn and CounterXn to select INPUT mode instead of INPUT_PULLUP (#2525 )
* Fix OtaMagic when file path contains a dash (-) (#3563 )
2018-08-23 16:05:51 +02:00
Theo Arends
6f455e2c00
Update debug info
...
Update debug info
2018-07-31 11:49:23 +02:00
Theo Arends
da7dadae21
Add rule triggers
...
Add rule triggers Wifi#Connected and Wifi#Disconnected (#3359 )
2018-07-28 15:06:31 +02:00
Theo Arends
99e81ba86e
Fix CCS811 env compensation
...
Fix CCS811 temperature and humidity compensation
2018-07-24 18:41:50 +02:00
Adrian Scillato
754955cd48
Move subStr Function to Support.ino
2018-07-23 01:32:54 -03:00
Theo Arends
afdb197a6c
v6.6.1b - Change wifi options
...
6.1.1b
* Add default Wifi Configuration tool as define WIFI_CONFIG_NO_SSID in user_config.h if no SSID is configured (#3224 )
* Add user selection of Wifi Smartconfig as define USE_SMARTCONFIG in user_config.h
* Add user selection of WPS as define USE_WPS in user_config.h in preparation for core v2.4.2 (#3221 )
* Change default Wifi config option from WPS to Wifi Manager if WPS is disabled
* or Wifi Smartconfig if webserver is disabled
* or Wifi Serial input if Smartconfig is disabled
* Remove WPS and SmartConfig from sonoff-minimal saving 56k code space
2018-07-15 15:21:48 +02:00
Theo Arends
f75ab4f25f
v6.1.1a - Sync with v6.1.1
...
Sync with v6.1.1
2018-07-14 18:07:25 +02:00
Theo Arends
e876b5aa77
v6.1.0b - WPS optional
...
6.1.0b
* Add user selection of WPS as define USE_WPS in user_config.h in preparation for core v2.4.2 (#3221 )
* Change default Wifi config option from WPS to Wifi Manager if WPS is disabled (or Wifi Smartconfig if webserver is disabled)
* Remove WPS from sonoff-minimal saving 33k code space
* Revert wifi changes implemented in v6.0.0a due to possible bad initial wifi connections
2018-07-14 15:35:56 +02:00
Theo Arends
8fdcbaa8e1
Add read sensor retry
...
Add read sensor retry to DS18B20, DS18x20, DHT, SHT1X and HTU21
2018-07-10 22:12:16 +02:00
Theo Arends
f9ce86a6e8
Add wifi/mqtt status blinkyblinky
...
6.1.0a
* Add wifi and mqtt status led blinkyblinky to be disabled by SetOption31 1. Does not work when LedPower is On (deliberate) (#871 , #2230 , #3114 , #3155 )
* Remove not needed functionality from Sonoff-minimal to save space
2018-07-07 17:30:58 +02:00
Theo Arends
d08cefb0df
Rewrite BME680 driver
...
Rewrite BME680 driver now using latest Bosch BME680 library (#2969 )
2018-07-04 18:41:00 +02:00
Theo Arends
1c6f752ba8
Add enforce Hass discovery as light group
...
Add command SetOption30 to enforce Hass discovery as light group (#1784 )
2018-06-29 11:15:27 +02:00
Theo Arends
3e96e04690
Add experimental (untested) TM1638 support
...
Add experimental (untested) TM1638 switch support (#2226 )
2018-06-28 17:40:37 +02:00
Theo Arends
20a53950ff
Fix possible wifi connection problem
...
Fix possible wifi connection problem (#1366 )
2018-06-28 12:25:50 +02:00
Theo Arends
862623b295
Add rule variables and add minutes
...
6.0.0a
* Add time in minutes to rule Time#Initialized, Time#set and Time#Minute
(#2669 )
* Add rule variables %time% for minutes since midnight, %uptime%,
%sunrise% and %sunset% giving time in minutes (#2669 )
2018-06-26 16:22:53 +02:00
Theo Arends
e818f0da55
Fix rules induced LWT message
...
Fix rules induced LWT message
2018-06-25 18:00:20 +02:00
Theo Arends
45e2812939
Add debug facilities
...
Add optional debug facilities and CPU load loop info (#2979 )
2018-06-24 17:50:42 +02:00
ascillato
b0e979673a
Revert "Merge branch 'development' into development"
...
This reverts commit 3ca69e499b
, reversing
changes made to 7d8495b263
.
2018-06-05 18:54:35 -03:00
ascillato
1c20dbe3a2
Revert "Revert Changes"
...
This reverts commit 1c337ae28e
.
2018-06-05 18:54:30 -03:00
ascillato
1c337ae28e
Revert Changes
2018-06-05 17:04:34 -03:00
Adrian Scillato
16d8b8df4e
Sync to Tasmota
...
Sync to Tasmota
2018-06-03 13:09:55 -03:00
Theo Arends
976f167ae3
Minor fixes
...
Minor fixes
2018-06-03 17:09:10 +02:00
Adrian Scillato
8d59f463c8
Add CPU_LOAD Log
2018-06-01 19:47:43 -03:00
Theo Arends
f3c4001b4a
Fix HWRestart on rule event
...
5.14.0b
* Fix Hardware Watchdog restart when using event command (#2853 )
2018-05-29 17:24:42 +02:00
Theo Arends
ed56322f12
Add command source information
...
5.14.0b
* Add source information to command execution to be shown with logging
option 3 (#2843 )
2018-05-28 15:52:42 +02:00
Theo Arends
41496acdee
File renames and Add command WebSend
...
5.14.0b
* Add command WebSend [<host>(:<port>,<user>:<password>)] <command>
(#2821 )
2018-05-28 11:35:23 +02:00
Johann Weging
91b07f2943
Add SDS0X1 gpio pins to support.ino
2018-05-27 14:19:53 +02:00
Theo Arends
9f329d5fb0
Add rule support for IrReceive and RfReceive
...
5.14.0b
* Add rule support for IrReceive and RfReceive (#2758 )
2018-05-24 16:23:20 +02:00
Theo Arends
be895fdcc0
Move GetUsedInModule to support.ino
...
Move GetUsedInModule to support.ino (#2810 )
2018-05-24 11:24:03 +02:00
Theo Arends
1c6af967be
Add program to decode some status messages
...
5.14.0a
* Add feature information to Status 4
* Add tools folder with python script decode-status.py for decoding some
status fields like SetOption and Features
* Add python script fw-server.py in tools folder to create a simple OTA
server (#2759 )
* Fix vars on rules (#2769 )
* Fix bug in KNX menu (#2770 )
2018-05-19 17:31:55 +02:00
Theo Arends
496b41dfbd
Add compiled feature information
...
5.14.0a
* Add compiled feature information to Status 4
2018-05-17 15:36:45 +02:00
Theo Arends
12ffefe081
Add more user input validation
...
5.13.1c
* Add more user input validation to commands TimeStd and
TimeDst
2018-05-15 12:32:53 +02:00
Theo Arends
d7afc664f5
Add user entry DST/STD
...
5.13.1c
* Add user entry DST/STD using commands TimeStd and TimeDst
with options like 0,0,3,1,2,120 (#2721 )
2018-05-14 23:22:29 +02:00
Theo Arends
20eb04b7ef
v5.13.1b - Prep for user entry DST/STD
...
Prep for user entry DST/STD (#2721 )
2018-05-13 19:43:48 +02:00
Adrian Scillato
0cfc921461
Fix DST and STD times for Southern Hemisphere
...
Fix issue #2684 DST and STD times for Southern Hemisphere
2018-05-13 00:12:02 -03:00
Theo Arends
d18707f977
Fix KNX reconnection issue
...
5.13.1a
* Fix KNX reconnection issue (#2679 )
2018-05-11 15:00:41 +02:00
Theo Arends
c51bcd77d1
Add Hardware Serial Fallback to TasmotaSerial
...
5.13.1a
* Update TasmotaSerial to 2.0.0 allowing Hardware Serial Fallback when
correct connection are configured
2018-05-10 17:21:26 +02:00
Theo Arends
0aea9ba572
Add hardware serial option to MHZ-19
...
Add hardware serial option to MHZ-19 (#2659 )
2018-05-09 13:43:22 +02:00
Theo Arends
d935004e4a
Fix rule backlog issue and add On/Off test
...
5.13.1a
* Fix rule power trigger when no backlog command is used (#2613 )
* Add rule state test for On/Off in addition to 0/1 (#2613 )
2018-05-06 16:07:42 +02:00
Theo Arends
e6e126391d
Fix compile error when ADC enabled and No rules
...
5.13.1a
* Fix compile error when ADC is enabled and Rules are disabled
(#2608 )
2018-05-03 15:21:45 +02:00
Theo Arends
2c94ecfb6d
Fix uptime 17651+ days
...
5.12.0o
* Fix NTP sync to Thu Jan 01 08:00:10 1970 results in uptime
17651+ days (core2.4.1/sdk2.2.1)
2018-04-30 14:18:46 +02:00
Theo Arends
36da4794d2
Fix some language files
...
Fix language files and allow Analog#A0div10 from 0 to 100
2018-04-29 13:45:36 +02:00
Theo Arends
44598e5fc4
Add ANALOG#A0div10 trigger to rules
...
5.12.0n
* Add ANALOG#A0div10 trigger to rules to be used in rule like on
analog#a0div10 do publish cmnd/ailight/dimmer %value% endon
2018-04-28 18:18:37 +02:00
Theo Arends
c835235141
v5.12.0n - Change ADS1115 and Counter JSON
...
5.12.0n
* Change ESP8266 Analog JSON message from {"Analog0:123"} to
{"ANALOG":{"A0:123"}} to accomodate rules (#2560 )
* Change Counter JSON
message from {"Counter1":0,"Counter3":0} to {"COUNTER":{"C1":0,"C3":0}}
to accomodate rules
* Change ADS1115 JSON message from
{"ADS1115":{"Analog0":123,"Analog1":123}} to
{"ADS1115":{"A0":123,"A1":123}}
2018-04-28 15:55:38 +02:00
Theo Arends
e1011d3cdd
Disable sleep on core 2.4.1
...
5.12.0m
* Disable sleep when using Esp/Arduino core 2.4.1 (#2559 )
2018-04-28 11:17:16 +02:00
Theo Arends
9549ab3ad3
Remove display of passwords ( #2505 )
...
Remove display of passwords (#2505 )
2018-04-21 18:17:24 +02:00