Theo Arends
06a068dc6b
Merge pull request #4199 from chaosmaster/tuya-set-wifi-state
...
tuya: reset wifi status LED
2018-10-29 09:40:02 +01:00
Joel Stein
80d5a23e39
tuya: only send wifi-led-reset until ack is received
2018-10-29 01:58:48 +01:00
Joel Stein
b24449aa2b
tuya: add break
2018-10-29 01:27:45 +01:00
Joel Stein
09de17d385
tuya: reset wifi-led every second
2018-10-29 01:10:57 +01:00
reloxx13
82efaccc91
typo2
2018-10-28 22:00:12 +01:00
reloxx13
756bbc33cd
typos
2018-10-28 21:59:34 +01:00
reloxx13
bf6ac243e5
Update xsns_09_bmp2x.ino
...
fix model detection
2018-10-28 21:32:58 +01:00
reloxx13
2e08463ae8
dont be on by default
2018-10-28 20:52:48 +01:00
reloxx13
8b820d5895
Merge branch 'development' into feature/support_multiple_bme
2018-10-28 20:51:30 +01:00
reloxx13
925cd37bbe
support multiple bmp/bme sensors
2018-10-28 20:49:22 +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
6119c43610
Fix version
2018-10-28 16:16:18 +01:00
Jason2866
432c4df27a
kmph to km/h
...
"SI, and hence the use of "km/h" (or "km h−1" or "km·h−1") has now been adopted around the world
2018-10-28 14:24:20 +01:00
Jason2866
12f17cc86a
Update de-DE.h
2018-10-28 14:17:01 +01:00
Jason2866
259c638cb8
Update en-GB.h
2018-10-28 14:14:10 +01:00
Joel Stein
e84f78b395
tuya: set wifi-state
2018-10-28 13:51:16 +01:00
Jason2866
b59d63a07a
Reverting Alexa fix
...
General Alexa for all cores doesnt work. Reverting fix.
This fix does only work on Stage core 2.5.0.
Awaiting new general fix from @ascillato soon
2018-10-28 11:17:41 +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
a17bfabf59
Merge pull request #4178 from chaosmaster/tuya-sofware-serial
...
Tuya: Add support for software-serial
2018-10-27 08:33:22 +02:00
Joel Stein
ee2bed3b9a
tuya: cleanup
2018-10-27 04:38:18 +02:00
Joel Stein
b605e58320
tuya: don't allow selecting GPIO08
2018-10-27 04:37:50 +02:00
Joel Stein
7093bd6ab0
tuya: software-serial: fixes
2018-10-27 04:11:30 +02:00
Joel Stein
22c20ab5fe
tuya: software-serial
2018-10-27 03:01:09 +02:00
Adrian Scillato
06cc70aaf4
Fix Alexa for ALL cores
...
Alexa uses Phillips Hue Emulation to control Tasmota.
With this fix, the webserver arguments are passed to Tasmota as keys instead of args solving the Alexa issue for ALL cores.
Besides, for core 2.6.0 is planned to deprecate the use of args in favor of keys.
This fix makes Alexa to works compiling Tasmota under core 2.3.0, 2.4.0, 2.4.1, 2.4.2, 2.5.0 (stage), 2.6.0 (planned)
Tested Ok.
2018-10-26 19:01:36 -03:00
Theo Arends
77d54be267
Prep for release
...
Prep for release
2018-10-26 17:09:28 +02:00
Theo Arends
c5cb7ffb78
Add additional RFSend comand syntax
...
Add additional RFSend comand syntax
2018-10-26 12:30:25 +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
048de4c7fa
Merge pull request #4154 from ascillato/patch-2
...
Changed WIFI_GATEWAY and WIFI_DNS to a standard IP
2018-10-25 08:59:05 +02:00
Adrian Scillato
c1aabf85a4
Reformat options for DS18x20
...
#define W1_PARASITE_POWER is an option for #define USE_DS18x20
Added space to show that.
2018-10-24 18:03:27 -03:00
Adrian Scillato
ad3304fddc
Changed WIFI_GATEWAY and WIFI_DNS to a standard IP
...
Changed WIFI_GATEWAY and WIFI_DNS to a standard IP for help new users when they configure that.
2018-10-24 17:40:26 -03:00
Adrian Scillato
dcd74be61a
Fix Alexa for Core 2.5.0 and backwards compatible
...
Alexa uses Phillips Hue Emulation to control Tasmota.
In the Arduino Esp8266 Core v2.3.0 all works fine.
In the Arduino Esp8266 Core v2.4.0, 2.4.1 and 2.4.2, a modification in the core is needed in order to make phillips hue work.
In the Arduino Esp8266 Core v2.5.0 (actual Stage version), the webserver parsing was modified and this PR fix this modification.
The new parsing of the core works fine for a standard phillips hue messages, but for Alexa it splits the command in 2 args. The first arg is empty and the second contains the correct phillips hue commands.
2018-10-24 16:54:16 -03:00
Adrian Scillato
b9fda004d2
KNX: Delete unnecessary comments
2018-10-24 13:58:21 -03:00
Theo Arends
19b7a33f6b
Prepair for more drivers
2018-10-23 16:03:57 +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
Adrian Scillato
43ba673b5e
Update Spanish Translation
2018-10-22 22:40:56 -03: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
Jason2866
abbae2f43c
Update de-DE.h
2018-10-21 17:15:38 +02:00
Theo Arends
5f7c986812
Remove duplicate language file
2018-10-21 16:59:14 +02:00
Theo Arends
eb01ce786a
Merge branch 'development' into development
2018-10-21 16:55:41 +02:00
Theo Arends
b4162baa63
Admin
2018-10-21 16:48:10 +02:00
synekvl
7fd250d72b
Update cs-CZ.h
2018-10-21 16:41:34 +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
synekvl
fabdff0b37
Update cs-CZ.h
2018-10-21 16:28:46 +02:00
synekvl
f94f58d019
Update cs-CZ.h
2018-10-21 15:41:47 +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
d012ce942b
Fix JSON error - again
...
Fix JSON error - again (#4108 )
2018-10-20 17:28:42 +02:00