Theo Arends
4899178362
6.3.0.10 Add command SetOption36
...
6.3.0.10 20181118
* Add command SetOption36 0..255 milliseconds (10 default) to tune main loop dynamic delay
2018-11-18 16:49:02 +01:00
Theo Arends
18997e841f
6.3.0.9 Add dynamic delay in loop
...
6.3.0.9 20181118
* Moved command SetSensorXX to debugging driver freeing user code space
* Add dynamic delay to main loop providing time for wifi background tasks
* Remove delays introduced in 6.3.0.1 (#4233 )
2018-11-18 15:02:52 +01:00
Theo Arends
9eacabc4f0
Delay initial flash write
...
* Stop enforcing flashmode dout but it is still mandatory
* Moved bootcount update (being first) flash write to 10 seconds after restart
2018-11-16 09:36:41 +01:00
Theo Arends
877771c90a
6.3.0.8 Stop enforcing dout
...
6.3.0.8 20181115
* Stop enforcing flashmode dout. Still mandatory but this a chk for possible future flash corruption
2018-11-15 14:55:45 +01:00
andrethomas
4a7e7b0dbb
Change C functions with () to (void)
2018-11-14 15:32:09 +02:00
Theo Arends
3ef78e8095
Revert "Moved command SetSensorXX"
...
This reverts commit 830319bc6e
.
2018-11-12 15:54:18 +01:00
Theo Arends
830319bc6e
Moved command SetSensorXX
...
Moved command SetSensorXX to debugging
2018-11-12 15:09:09 +01:00
Theo Arends
e2dd11b0bc
Consolidate LTrim into Trim
...
Consolidate LTrim into Trim
2018-11-12 12:33:49 +01:00
Theo Arends
7a235cc8ef
Fix shelly2 ghost switching
...
Fix shelly2 ghost switching caused by lack of pull-up inputs (#4255 )
2018-11-10 10:48:28 +01:00
Theo Arends
3332ab01a1
Revert "Add RF calibration on next restart"
...
This reverts commit 2a4d82f4b6
.
2018-11-08 16:33:34 +01:00
Theo Arends
2a4d82f4b6
Add RF calibration on next restart
...
Add RF calibration on next restart
2018-11-08 14:21:45 +01:00
Theo Arends
f9bddb6c54
Add flashchipid info
...
Add flashchipid info
2018-11-08 10:40:19 +01:00
Theo Arends
61985ca16b
Add hex to flash info
2018-11-07 18:43:44 +01:00
Theo Arends
c75ae78d88
6.3.0.5 Add code image
...
6.3.0.5 20181107
* Add code image and optional commit number to version
2018-11-07 15:03:41 +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
28c1eed302
Fix baudrate when module changed
...
Fix baudrate when module changed
2018-11-06 11:48:04 +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
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
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
6b86c473d9
Add token %hostname%
...
Add token %hostname% to command FullTopic (#3018 )
2018-10-29 12:38:44 +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
2c02532e1c
6.2.1.19 Rename user_config.h
...
6.2.1.19 20181023
* Fix header file execution order by renaming user_config.h to my_user_config.h
* Fix Arduino IDE compilation warning regarding e-paper library
2018-10-23 15:51:51 +02:00
Theo Arends
613ffde5c0
6.2.1.18 Add API.md
...
6.2.1.18 20181019
* Add more API callbacks and document API.md
2018-10-19 12:53:22 +02:00
Joel Stein
cfdec25bcb
Add reset-button-handler vor tuya-dimmer
2018-10-18 16:02:40 +02:00
Theo Arends
d1c807998f
Rewrite Tuya Dimmer code
...
Rewrite Tuya Dimmer code
2018-10-18 13:01:31 +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
Theo Arends
cd9987111e
Merge pull request #4075 from digiblur/development
...
Initial Tuya Dimmer Support
2018-10-16 09:46:16 +02:00
Adrian Scillato
adf3ed56bf
Fix Bug for OTA URL if using core STAGE (2.5.0)
2018-10-15 23:27:43 -03:00
digiblur
5894cd97fc
Initial TuyaDimmer Support
2018-10-15 18:32:14 -05:00
Theo Arends
6b660026cd
Add cmnds Reset 4 and Reset 5
...
Add commands Reset 4 (reset to defaults but keep wifi params) and Reset 5 (as reset 4 and also erase flash) (#4061 )
2018-10-15 14:43:47 +02:00
andrethomas
5f9867a22f
Add command Reset 5
2018-10-15 00:10:02 +02:00
andrethomas
f109c36bbd
Add Reset 4 command to reset defaults but keep wifi config
2018-10-14 20:00:41 +02:00
Theo Arends
c46ae74067
Add whitespace removal
...
Add whitespace removal from RfRaw and SerialSend5 (#4020 )
2018-10-14 12:53:11 +02:00
Adrian Scillato
a33030b622
Fixed Compiler Warning for Core STAGE SDK 3.0.0
2018-10-11 10:54:34 -03:00
Theo Arends
ba16e00e36
Add command WebRefresh
...
Add command WebRefresh 1000..10000 to control web page refresh in milliseconds. Default is 2345
2018-10-08 14:39:36 +02:00
Adrian Scillato
efb328de09
Add PWM Freq Limits Config at Compile time
2018-10-07 14:27:09 -03:00
Theo Arends
5bbec2617f
6.2.1.12 - Fixes Shelly1 and CSL
...
6.2.1.12 20181007
* Fix Shelly1 switchmode 3 and 4 when using pushbutton (#3989 )
* Add support for CSL Aplic WDP 303075 Power Socket with Energy Monitoring (#3991 , #3996 )
2018-10-07 12:37:03 +02:00
Theo Arends
191df17b13
Add support for EXS Relay V5.0
...
Add support for EXS Relay V5.0 (#3810 )
2018-09-30 16:52:25 +02:00
Theo Arends
6939d6eead
Fix Shelly Ghost and Rule sensors
...
* Change pinmode for no-pullup defined switches to pullup when configured as switchmode PUSHBUTTON (=3 and up) (#3896 )
* Add delay after restart before processing rule sensor data (#3811 )
2018-09-26 11:56:58 +02:00
Theo Arends
bac33345a0
6.2.1.8 Extent status JSON
...
6.2.1.8 20180926
* Change status JSON message providing more switch and retain information
2018-09-26 10:13:44 +02:00
Theo Arends
2029440fae
6.2.1.7 Fix NTPserver change
...
6.2.1.7 20180925
* Remove restart after ntpserver change and force NTP re-sync (#3890 )
* Release full Shelly2 support
2018-09-25 11:35:37 +02:00
Adrian Scillato
ecd3175257
Prevent Command NtpServer to restart Tasmota
...
#3890
2018-09-24 16:16:14 -03:00
Theo Arends
f65d8c0cbf
Fix possible array overflow
...
Fix possible array overflow (#3887 )
2018-09-24 11:44:40 +02:00
Theo Arends
01ce1b0c91
Fix Shelly2 monitoring
...
Disable serial logging on Shelly2 as serial is being used by energy monitoring (#3878 )
2018-09-23 13:55:42 +02:00
Theo Arends
f05fc71d67
Fix rule trigger POWER1#STATE
...
Fix rule trigger POWER1#STATE execution after restart and SetOption0 is 0 (#3856 )
2018-09-22 17:37:49 +02:00
Theo Arends
557545cb56
Cleanup Driver
...
Cleanup Driver
2018-09-21 16:19:31 +02:00
andrethomas
846d7a911f
Add driverXX support for FUNC_COMMAND callback
2018-09-20 22:56:07 +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