Commit Graph

5725 Commits

Author SHA1 Message Date
Theo Arends 338499d8e2 Fix unknown command topic 2020-01-14 16:57:55 +01:00
Theo Arends d1aee7dfec
Merge pull request #7514 from s-hadinger/simple_time_diff
Simplified TimeDifference (saves 16 bytes)
2020-01-14 16:51:19 +01:00
Hadinger 77191f2fe9 Simplified TimeDifference (saves 16 bytes) 2020-01-14 16:41:47 +01:00
Theo Arends ceef563414 Add simple check for serialreceived JSON
Add simple check for serialreceived JSON (#7506)
2020-01-14 15:58:56 +01:00
Theo Arends fe17be62cc Add user control over vertical console size
Add user control over vertical console size (#7507)
2020-01-14 15:38:16 +01:00
Theo Arends 81d58d69b6 Revert "Add user control over vertical console size"
This reverts commit 423b6f251b.
2020-01-14 14:42:30 +01:00
Theo Arends 423b6f251b Add user control over vertical console size
Add user control over vertical console size (#7507)
2020-01-14 14:33:27 +01:00
Theo Arends e9ee274082
Merge pull request #7511 from to-scho/enhancement/mqtt_shutterposition_stat
Change MQTT reporting of instantaneous shutter position from tele to …
2020-01-14 13:59:48 +01:00
to-scho 64d3d0c075 Change MQTT reporting of instantaneous shutter position from tele to stat 2020-01-14 13:32:51 +01:00
Theo Arends 0db458c774 Fix exception 9 restart on log message
Fix exception 9 restart on log message in Ticker interrupt service routines NTP, Wemos and Hue emulation (#7496)
2020-01-14 12:47:48 +01:00
Theo Arends fc9fafc19b
Merge pull request #7510 from to-scho/hotfix/shutterlock_webbutton
Show webbutton label '-' when shutter is locked
2020-01-14 11:26:01 +01:00
to-scho bc83aad8bd Show webbutton label '-' when shutter is locked 2020-01-14 11:00:22 +01:00
Theo Arends baa72ed915
Merge pull request #7503 from to-scho/feature/shutterenableendstoptime
New command ShutterEnableEndStopTime
2020-01-13 19:55:50 +01:00
to-scho 0327d7f4b4 New command ShutterEnableEndStopTime 2020-01-13 12:00:34 +01:00
Theo Arends c256ca7f13
Merge pull request #7502 from to-scho/hotfix/shutterposition_accuracy
Fix target shutter position inaccuracy
2020-01-13 10:22:05 +01:00
to-scho d00bea84ec Fix target shutter position inaccuracy
Introduced numerical rounding when calculating between "%" and "time" position values
2020-01-13 09:48:29 +01:00
Theo Arends a3c2c4ecd0
Merge pull request #7498 from s-hadinger/fix_char_allocation
Fix char[] allocation
2020-01-13 08:26:42 +01:00
Hadinger 5840f71af9 Fix char[] allocation 2020-01-12 23:31:57 +01:00
Theo Arends 50717849bb
Merge pull request #7494 from to-scho/hotfix/shuttermode_interlock_update
initialize shutters when interlock is changed
2020-01-12 15:53:26 +01:00
to-scho 80773f74c7 initialize shutters when interlock is changed 2020-01-12 15:41:51 +01:00
Theo Arends 8ffae03ff7
Merge pull request #7493 from to-scho/feature/shutterlock
New command ShutterLock
2020-01-12 15:02:05 +01:00
to-scho 8cf411a1c3 New command ShutterLock
Command shutterlock<x> 1 locks shutter <x> movement. Any ongoing movement is still finished when called. Subsequent calls of shutter commands about movement, web buttons and shutter buttons  are blocked when shutter is locked. shutterlock<x> 0 unlocks shutter <x>.
2020-01-12 14:18:15 +01:00
Theo Arends 0e0d8190fa Change some commands displaying all items
Change commands ``Prefix``, ``Ssid``, ``StateText``, ``NTPServer``, and ``FriendlyName`` displaying all items
2020-01-12 13:10:21 +01:00
Theo Arends e7b061ce5a Fix Tuya PowerOn state
Fix Tuya PowerOn state (#7412)
2020-01-11 15:39:56 +01:00
Theo Arends 62904c53db
Merge pull request #7481 from lomik/development
Fix typo in gauge metric type (#7216)
2020-01-11 09:00:41 +01:00
Roman Lomonosov 20c58f5f20 Fix typo in gauge metric type (#7216) 2020-01-11 10:15:30 +03:00
Theo Arends 3b69fb92db
Merge pull request #7477 from s-hadinger/fix_wakeup
Fix ``WakeUp <x>`` ignores provided value (#7473)
2020-01-10 20:59:54 +01:00
Hadinger be85d3a060 Fix ``WakeUp <x>`` ignores provided value (#7473) 2020-01-10 20:54:13 +01:00
Theo Arends 2dde0329ed
Merge pull request #7466 from to-scho/hotfix/shutterbuttons_no_key_restrictions
Enable WIFI setup, restart and reset via ShutterButtons
2020-01-09 14:52:54 +01:00
to-scho a1ccd0131d Enable WIFI setup, restart and reset via ShutterButtons
When no button restriction is given and ALL shutter buttons are pressed simultaneously more than 5 times or hold simultaneously follow Tasmota's basic button behavior.
2020-01-09 14:48:23 +01:00
Theo Arends 250e3f3dc4 Fix display of wifi scan signal strength
Fix display of wifi scan signal strength
2020-01-09 14:35:03 +01:00
Theo Arends d0774995de Allow duplicate names but different channel in wifi scan
Allow duplicate names but different channel in wifi scan
2020-01-09 14:19:19 +01:00
Theo Arends a6dcf46771 Move heap to stack 2020-01-09 11:35:01 +01:00
Theo Arends a52c059cdc
Merge pull request #7465 from to-scho/hotfix/shutterbuttons_short_command
Add MQTT field to short shutterButton command syntax
2020-01-09 10:42:18 +01:00
to-scho 3675388148 Add MQTT field to short shutterButton command syntax
Align code to latest command doc suggestion
2020-01-09 10:35:27 +01:00
Theo Arends 49607b9747
Merge pull request #7464 from to-scho/hotfix/shutterbutton_webbuttons
Fix labeling of web buttons for shutters
2020-01-09 09:45:28 +01:00
to-scho 2c6659fca4 Fix labeling of web buttons for shutters
Instead of switching power of the shutter relais web buttons will issue shutter commands to work right when in shuttermode 1. Up down labels arrow up/down fixed for more than one shutter.
2020-01-09 09:17:39 +01:00
Theo Arends 7c68d7a754 Improve random color cycle for scheme 4
Improve random color cycle for scheme 4 (#7273)
2020-01-08 17:45:48 +01:00
Theo Arends edf1584431 Improve random color cycle for scheme 4
Improve random color cycle for scheme 4 (#7273)
2020-01-08 16:45:43 +01:00
Theo Arends a15528ac9c Merge branch 'development' of https://github.com/arendst/Tasmota into development 2020-01-08 11:43:43 +01:00
Theo Arends 2c23364d48 Fix DDS238-2 total energy
Fix DDS238-2 total energy (#7457)
2020-01-08 11:43:39 +01:00
Theo Arends a24ce4a3c1
Merge pull request #7462 from Jason2866/patch-2
Use Python 3.7.6 with Gitpod
2020-01-08 11:26:23 +01:00
Jason2866 7c43fca8e3
Use Python 3.7.6 with Gitpod 2020-01-08 11:08:30 +01:00
Jason2866 78aeeb1a8d
Update .gitpod.yml 2020-01-08 10:55:32 +01:00
Theo Arends 651239966e
Merge pull request #7461 from s-hadinger/fix_gzip
Make gzip Python2.7 compatible
2020-01-08 08:32:58 +01:00
Hadinger 63b6cee1a1 Make gzip Python2.7 compatible 2020-01-07 22:32:48 +01:00
Theo Arends f593e7770e
Merge pull request #7460 from Jason2866/patch-1
add tasmota*.bin.gz to .gitignore
2020-01-07 21:19:35 +01:00
Jason2866 d2f14c6b83
add tasmota*.bin.gz to .gitignore 2020-01-07 20:59:35 +01:00
Theo Arends 8db49a0fe3 Add support for tasmota-minimal.bin.gz 2020-01-07 17:28:06 +01:00
Theo Arends ca7776573a Remove debug info 2020-01-07 17:10:07 +01:00