6601 Commits

Author SHA1 Message Date
Theo Arends
e5d1b32d12
Merge pull request #7163 from s-hadinger/remove_spaces
Add RemoveAllSpaces()
2019-12-10 12:45:22 +01:00
Theo Arends
12ecfe3135 Merge branch 'development' of https://github.com/arendst/Tasmota into development 2019-12-10 12:40:42 +01:00
Theo Arends
f878eba66d Change amount of supported DHT sensors
Change amount of supported DHT sensors from 3 to 4 by Xavier Muller (#7167)
2019-12-10 12:40:18 +01:00
Theo Arends
f2611a8477
Merge pull request #7167 from localhost61/DHT
Allow 4 DHT sensors
2019-12-10 12:36:37 +01:00
Theo Arends
407935efc4 Change GUI Shutter button text
Change GUI Shutter button text to Up and Down Arrows based on PR by Xavier Muller (#7166)
2019-12-10 12:33:45 +01:00
Thomas Herrmann
b9545f5194 Report raw value from HX711 to overcome auto-tare functionality.
Currently, when the device is switched off (intentionally or due to
power cut), Tasmota only supports starting with the last known weight
(Sensor34 7) or starting with 0 kg. In either case, this is sometimes
not the desired functionality. For off-site logging of weights, it is
more useful to report the raw, absolute value from the HX711 and to do
calibration/tare in upper layers.

Note: although it is called "Raw" value, the value is both averaged
and scaled! It is just the offset compensation that is missing.
2019-12-10 10:55:46 +01:00
localhost61
b2ac6c8ed7 Allow 4 DHT sensors 2019-12-10 00:51:08 +01:00
Hadinger
53cfabdbca Add RemoveAllSpaces() 2019-12-09 21:43:30 +01:00
Theo Arends
3d2e77f320
Merge pull request #7148 from ChristianTacke/pr_timers_html
Timers: Use visibility instead of disabled
2019-12-09 17:07:22 +01:00
Theo Arends
d3673963a2 Add Char Usage Ratio
Add Char Usage Ratio for future Settings char redesign
2019-12-09 16:16:21 +01:00
Theo Arends
e9f8792649 Revert removal of exception details from MQTT info on restart
Revert removal of exception details from MQTT info on restart
2019-12-09 15:29:22 +01:00
Theo Arends
dfee90bd61 Changelog update 2019-12-09 15:15:16 +01:00
stefanbode
7cc7c2cc98
Update xdrv_27_shutter.ino
fix #7006 support for multiple shutters with steppers
+ add ShutterOpen/Close/Stop can get shutter index as parameter. e.g. shutteropen 3 to open shutter 3
2019-12-09 10:14:13 +01:00
Christian Tacke
531d36e012 Timers: Use visibility instead of disabled
The "+/-" chooser is only needed for sunrise/sunset.
Otherwise it's disabled currently.
This works.

But it's a little confusing. Especially, if you first had
"-" there (for sunset) and then switched to normal "time",
then the "-" is still there, but you can't change it,
because it's disabled.

It looks better, if one uses .style.visibility to hide the
element. It doesn't change the layout, just the element
isn't shown.
2019-12-08 22:18:22 +01:00
Shantur Rathore
6c3d029286 Implement capability for setting CORS to a specific website instead of just enable for all websites 2019-12-08 21:07:39 +00:00
Theo Arends
065ed79c61
Merge pull request #7058 from claybar/mpu6050_full_output
Add Yaw Pitch Roll to MPU6050 output
2019-12-08 21:34:11 +01:00
Andreas Schultz
46566952a0 report Signal Strength in dBm over MQTT
Also include dBm in debug log and in WebIf information display.
2019-12-08 19:42:08 +01:00
Theo Arends
c060089358 Bump version to 7.1.2.3
Redesign Exception reporting removing exception details from both MQTT info and Status 1. Now consolidated in Status 12 if available.
2019-12-08 13:37:18 +01:00
Theo Arends
29d5d68ca0 Redesign Exception reporting
Redesign Exception reporting removing exception details from both MQTT info and Status 1. Now consolidated in Status 12 if available.
2019-12-08 13:18:15 +01:00
Hadinger
fd079c57a3 Fix crashdump bad JSON 2019-12-07 23:25:56 +01:00
Federico Leoni
dae622b2cb
Update my_user_config.h 2019-12-07 15:44:33 -03:00
Federico Leoni
368e9cc340
Update xdrv_12_home_assistant.ino 2019-12-07 15:20:47 -03:00
Theo Arends
f3a5b033c8 Add save call stack in RTC memory in case of crash
Add save call stack in RTC memory in case of crash, command ``Status 12`` to dump the stack (#7114, #5883)
2019-12-07 18:32:39 +01:00
Theo Arends
2686ccb117 Revert "Merge pull request #7134 from s-hadinger/crashrecorder_rtc"
This reverts commit 758b25507822ad3c862216feb4c1af4fd5d53e78, reversing
changes made to f4993736a500ffada2a110236dab04a93220d7e0.
2019-12-07 16:50:10 +01:00
Hadinger
a8c0c4e312 Remove any whitespace in TlsKey base64 2019-12-07 15:01:39 +01:00
Hadinger
edc2dc5c79 Add save call stack in RTC memory in case of crash 2019-12-07 11:02:37 +01:00
Hadinger
7e1e85eba9 Add save call stack in RTC memory in case of crash 2019-12-07 11:01:48 +01:00
Hadinger
7796714ba0 Change from Crash to Restart -1 2019-12-07 11:00:32 +01:00
Hadinger
5a0febc64e Add save call stack in RTC memory in case of crash 2019-12-07 10:41:29 +01:00
Adrian Scillato
5f290f8b64
Reverting changes in tele message due to backwards compatibility 2019-12-06 20:10:04 -03:00
Laurent Dong
ee37c258e6 Embeded IF statement in backlog did not been processed
The backlog_mutex blocked the execution of IF statement during call ExecuteCommand(), because all IF statement need to use backlog to perform commands.
2019-12-06 10:12:13 -05:00
Theo Arends
00fd7f2f7c Bump version to 7.1.2.2
Add command ``SerialConfig 0..23`` or ``SerialConfig 8N1`` to select Serial Config (#7108)
2019-12-06 15:02:05 +01:00
Theo Arends
8c5c95747c Bump version 7.1.2.1 2019-12-06 12:18:46 +01:00
Theo Arends
597d43319f Maintenance Release 7.1.2 2019-12-06 11:18:00 +01:00
Theo Arends
9d9f3b0ca7 Change log buffer size from 520 to 700
Change log buffer size from 520 to 700 characters accomodating full rule text (#7110)
2019-12-06 11:10:15 +01:00
Theo Arends
3bdea04c5f
Merge pull request #7112 from gemu2015/sml-update
sml bus decoder syntax update
2019-12-06 10:27:09 +01:00
Bohdan Kmit
726883b168 Allow to build Minimal firmware with TLS support 2019-12-05 20:54:30 +02:00
gemu2015
3b4b549e61 sml mbus decoder syntax update
support for byte order
2019-12-05 16:34:30 +01:00
Luis Teixeira
871fd1f60d Added the new text field D_SET_SERIAL_CONFIG_TO (used in the logs) to the internationalized resource files. 2019-12-05 01:18:59 +00:00
Luis Teixeira
83f9c7b588 Fixed comment (bits for each field) 2019-12-04 23:03:52 +00:00
Luis Teixeira
18f514384d Merge branch 'development' of https://github.com/arendst/Tasmota into development 2019-12-04 22:57:25 +00:00
Luis Teixeira
7c857b0feb Added the command SerialConfig with the capability of changing the data bits/parity/stop bits setting in the hardware serial port. 2019-12-04 22:51:21 +00:00
Adrian Scillato
55b0312f86
Added new var %topic% for rules 2019-12-04 17:11:03 -03:00
stefanbode
f0e6e0098d
Added frequency change support
shutterfrequency 1000 is default. can be increased or decreased. 
Added more comments to the source code for explanation
optimize load in RPC call
2019-12-04 12:34:27 +01:00
Philip Barclay
24ddae4001 Merge remote-tracking branch 'upstream/development' into mpu6050_full_output 2019-12-03 21:10:14 +13:00
stefanbode
0b3f84c36e
Added #7006 request for support of stepper motors 2019-12-02 21:44:05 +01:00
Adrian Scillato
461d18b3f9
Add new tele- rule triggers 2019-12-02 15:04:38 -03:00
Theo Arends
621204e57f Fix WS2812 power control (#7090) 2019-12-02 18:54:08 +01:00
Adrian Scillato
4441f212d5
Add rule trigger tele-switch1#state 2019-12-02 13:03:43 -03:00
Theo Arends
eb1785c559 Tune light schemes 2, 3 and 4 2019-12-02 14:51:28 +01:00