Theo Arends
5ee6922da9
Fix wifi re-scan connection baseline
...
Fix wifi re-scan connection baseline
2018-11-20 12:03:42 +01:00
Theo Arends
c502f0934f
Add command SetOption57
...
* Add command SetOption57 0/1 to enable wifi network re-scan every 44 minutes with a rssi threshold of 10 to select highest RSSI (#3173 )
* Fix MQTT connection error after restart
2018-11-19 23:06:42 +01:00
Theo Arends
e34a1f0719
Add wifi network scan
...
* Add command SetOption56 0/1 to enable wifi network scan and select highest RSSI (#3173 )
2018-11-19 18:07:25 +01:00
andrethomas2
809ae966df
Update _changelog.ino
2018-11-18 20:03:59 +02:00
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
e284e78b4d
Add support for Armtronix dimmers
...
Add support for Armtronix dimmers. See wiki for info (#4321 )
2018-11-16 12:22:15 +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
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
d3f5c8978b
Update command WebSend
...
* Change command WebSend Host header field from IP address to hostname (#4331 )
* Add to command WebSend option to send a direct path when command starts with a slash (#4329 )
2018-11-12 11:13:05 +01:00
Theo Arends
406907cbe2
Revert "Update command WebSend"
...
This reverts commit 59c5817214
.
2018-11-12 11:11:22 +01:00
Theo Arends
59c5817214
Update command WebSend
...
* Change command WebSend Host header field from IP address to hostname (#4331 )
* Add to command WebSend option to send a direct path when command starts with a slash (#4329 )
2018-11-12 11:10:55 +01:00
Theo Arends
41aafe05ae
Change command WebSend
...
Change command WebSend Host header field from IP address to hostname (#4331 )
2018-11-12 10:20:30 +01:00
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
0868c72140
Fix Sonoff Pow R2 and Sonoff S31
...
Fix Sonoff Pow R2 and Sonoff S31 Serial interface hang caused by MP3 driver
2018-11-11 16:52:09 +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
Theo Arends
e76f862b8f
Add info
...
Add info
2018-11-11 13:39:24 +01:00
Theo Arends
9872f942ae
6.3.0.6 Change GUI page load
...
6.3.0.6 20181110
* Change GUI Configure Module by using AJAX for data fetch to cut page size (and memory use) by 40%
2018-11-10 15:10:58 +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
b5d38c4eee
Add support for Gosund SP1 v2.3
...
Add support for Gosund SP1 v2.3 Power Socket with Energy Monitoring (#4297 )
2018-11-08 10:24:10 +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
49acf4a7d3
Add optional hardware serial
...
* Add optional hardware serial when GPIO13(Rx) and GPIO15(Tx) are selected removing hardware serial from GPIO01(Tx) and GPIO03(Rx) (#4288 )
* Bump TasmotaSerial version from 2.1.0 to 2.2.0
2018-11-06 11:27:19 +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
7418bb9b3d
6.3.0.3 Swap Tx/Rx hardware serial
...
6.3.0.3 20181105
* Fix hardware serial pin configuration. To keep using hardware serial swap current Rx/Tx pin configuration only (#4280 )
2018-11-05 10:26:06 +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
eb4f1173d3
6.3.0.2 Add Timezone minutes
...
6.3.0.2 20181101
* Add minutes to commands Timezone to allow all possible world timezones
2018-11-01 14:24:10 +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
cb4c2764fd
6.3.0.1 Tuya and sonoff-basic changes
...
6.3.0.1 20181031
* Add wifi status to Tuya (#4221 )
* Add default sleep 1 to sonoff-basic to lower enrgy consumption (#4217 )
2018-10-31 11:22:18 +01:00
Theo Arends
332b657e77
6.3.0 Released
...
6.3.0 Released
2018-10-30 18:15:31 +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
Theo Arends
9d981d83e4
Add support for two BMP/BME
...
Add support for two BMP/BME sensors (#4195 )
2018-10-29 15:46:03 +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
cc56677ba3
Add Gui Hostname display
...
Add command SetOption53 0/1 to toggle gui display of Hostname and IP address
2018-10-29 12:21:27 +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
4f59d102e7
Add sonoff-basic.bin
...
Add sonoff-basic.bin without most sensors
2018-10-27 17:15:52 +02:00
Theo Arends
53e1420961
Change OTA Url
...
* Change default OTA Url to http://thehackbox.org/tasmota/release/sonoff.bin (#4170 )
* Add Tuya Software Serial to support additional Tuya configurations (#4178 )
2018-10-27 11:37:42 +02: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
f58f3c2d31
Fix rule mqtt#connected trigger
...
Fix rule mqtt#connected trigger when mqtt is disabled (#4149 )
2018-10-25 14:16:46 +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
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
a7c912111c
Resize HX711 weight_item field
...
Resize HX711 weight_item field from 16 bit to 32 bit
2018-10-21 17:54:51 +02:00
Theo Arends
3f4320b95d
Add optional HX711 GUI
...
Add optional HX711 scale interface to web GUI demonstrating easy GUI plug-in
2018-10-21 16:30:05 +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
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