mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-08 13:24:56 +00:00
mqtt2.template: changes to tasmota shutters (backlog)
git-svn-id: https://svn.fhem.de/fhem/trunk@23399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f18b9530e5
commit
b406c2698a
@ -1216,12 +1216,14 @@ par:TELETOPIC;info topic prefix, without trailing /;{ AttrVal("DEVICE","readingL
|
||||
par:STATTOPIC;ack topic prefix, without trailing /;{ AttrVal("DEVICE","readingList","") =~ m,([^:]*)\b(tele|cmnd|stat)(/.*)?/LWT:, ? "${1}stat$3" : undef }
|
||||
par:IO_DEV;Currently used IO;{ AttrVal("DEVICE","IODev",undef)}
|
||||
par:CALLSPEECHRECOGN;Set this to 0 to not set any speech recogn. related attributes;{ 1 }
|
||||
par:BCKLGCMND;Command to be issued for configuration via backlog;{q(LedState 2;; SetOption80 1;; Interlock 1,2;; Interlock ON;; SetOption81 1;; switchmode1 3;; switchmode2 3;; PulseTime1 0;; PulseTime2 0;; ShutterOpenDuration1 20;; ShutterCloseDuration1 20;; ShutterInvert1 1;; SaveData 1;;)}
|
||||
par:BCKLGCMND;Send out configuration command via backlog?;{ 1 }
|
||||
par:ICON;ICON as set, defaults to fts_shutter_updown;{ AttrVal("DEVICE","icon","fts_shutter_updown") }
|
||||
set DEVICE attrTemplate tasmota_set_lowercase_texts_and_state1
|
||||
attr DEVICE icon ICON
|
||||
set IO_DEV publish CMNDTOPIC/Backlog BCKLGCMND
|
||||
option:{BCKLGCMND}
|
||||
set IO_DEV publish CMNDTOPIC/Backlog LedState 2; SetOption80 1; Interlock 1,2; Interlock ON; SetOption81 1; switchmode1 3; switchmode2 3; PulseTime1 0; PulseTime2 0; SaveData 1;
|
||||
set IO_DEV publish CMNDTOPIC/Restart 1
|
||||
option:global
|
||||
attr DEVICE setList \
|
||||
close:noArg CMNDTOPIC/ShutterClose1\
|
||||
open:noArg CMNDTOPIC/ShutterOpen1\
|
||||
@ -1261,7 +1263,7 @@ commands may need restart to take effect.\
|
||||
For calibration, use of more than one shutter device and further information on the available commands see <a href="https://tasmota.github.io/docs/Blinds-and-Shutters/</a>.
|
||||
farewell:template has been applied successfully. Now it's recommended to set shutter's open and close duration and 50% position, see short instruction in comment attribute or the <br><a href="https://tasmota.github.io/docs/Blinds-and-Shutters/">Tasmota wiki</a>.
|
||||
attr DEVICE model tasmota_2ch_shutter_invert_1
|
||||
setreading DEVICE attrTemplateVersion 20201219
|
||||
setreading DEVICE attrTemplateVersion 20201221
|
||||
option:{ CALLSPEECHRECOGN }
|
||||
set DEVICE attrTemplate speechcontrol_type_blind
|
||||
|
||||
@ -1271,11 +1273,17 @@ name:tasmota_2ch_shutter_invert_0
|
||||
filter:TYPE=MQTT2_DEVICE:FILTER=readingList=.*(tele|cmnd|stat).*
|
||||
desc:Configures a dual chanel tasmota device as shutter; needs some configuration of firmware compilation to operate, see <a href="https://tasmota.github.io/docs/Blinds-and-Shutters/">Tasmota wiki</a><br> and <a href="https://forum.fhem.de/index.php/topic,98366.msg917091.html#msg917091">Forum Thread</a><br>NOTE: This template will configure the shutter in Homematic-style with pct 100% = open. For ROLLO style device with pct 0% = open shutter. Use template tasmota_2ch_shutter_invert_1 instead.
|
||||
order:A_02b1
|
||||
par:BCKLGCMND;Command to be issued for configuration via backlog;{q(LedState 2;; SetOption80 1;; Interlock 1,2;; Interlock ON;; SetOption81 1;; switchmode1 3;; switchmode2 3;; PulseTime1 0;; PulseTime2 0;; ShutterOpenDuration1 20;; ShutterCloseDuration1 20;; ShutterInvert1 0;; SaveData 1;;)}
|
||||
set DEVICE attrTemplate tasmota_2ch_shutter_invert_1 \BCKLGCMND=BCKLGCMND
|
||||
par:IO_DEV;Currently used IO;{ AttrVal("DEVICE","IODev",undef)}
|
||||
par:CMNDTOPIC;Command topic prefix, without trailing /;{ AttrVal("DEVICE","readingList","") =~ m,([^:]*)\b(tele|cmnd|stat)(/.*)?/LWT:, ? "${1}cmnd$3" : undef }
|
||||
par:BCKLGCMND;Send out configuration command via backlog?;{ 1 }
|
||||
set DEVICE attrTemplate tasmota_2ch_shutter_invert_1 \BCKLGCMND=0
|
||||
option:{BCKLGCMND}
|
||||
set IO_DEV publish CMNDTOPIC/Backlog LedState 2; SetOption80 1; Interlock 1,2; Interlock ON; SetOption81 1; switchmode1 3; switchmode2 3; PulseTime1 0; PulseTime2 0; ShutterOpenDuration1 20; ShutterCloseDuration1 20; ShutterInvert1 0; SaveData 1;
|
||||
set IO_DEV publish CMNDTOPIC/Restart 1
|
||||
option:global
|
||||
attr DEVICE devStateIcon opening:fts_shutter_up@red closing:fts_shutter_down@red Online:10px-kreis-gruen Offline:10px-kreis-rot 100:fts_shutter_10 0:fts_shutter_100 9\d.*:fts_shutter_10 8\d.*:fts_shutter_20 7\d.*:fts_shutter_30 6\d.*:fts_shutter_40 5\d.*:fts_shutter_50 4\d.*:fts_shutter_60 3\d.*:fts_shutter_70 2\d.*:fts_shutter_80 1\d.*:fts_shutter_90 \b\d\b.*:fts_shutter_90
|
||||
attr DEVICE model tasmota_2ch_shutter_invert_0
|
||||
setreading DEVICE attrTemplateVersion 20201220
|
||||
setreading DEVICE attrTemplateVersion 20201221
|
||||
|
||||
|
||||
# tasmota 4ch as double shutter device.
|
||||
@ -1286,8 +1294,12 @@ order:A_02b2
|
||||
par:CMNDTOPIC;Command topic prefix, without trailing /;{ AttrVal("DEVICE","readingList","") =~ m,([^:]*)\b(tele|cmnd|stat)(/.*)?/LWT:, ? "${1}cmnd$3" : undef }
|
||||
par:STATTOPIC;ack topic prefix, without trailing /;{ AttrVal("DEVICE","readingList","") =~ m,([^:]*)\b(tele|cmnd|stat)(/.*)?/LWT:, ? "${1}stat$3" : undef }
|
||||
par:IO_DEV;Currently used IO;{ AttrVal("DEVICE","IODev",undef)}
|
||||
par:BCKLGCMND;Command to be issued for configuration via backlog;{q(SetOption26 1;; SetOption80 1;; SetOption81 1;; ShutterRelay1 1;; ShutterRelay2 3;; PulseTime1 0;; PulseTime2 0;; PulseTime3 0;; PulseTime4 0;; SwitchMode1 3;; SwitchMode2 3;; SwitchMode3 3;; SwitchMode4 3;; Interlock 1,2 3,4;; Interlock 1;; StateText1 off ;; StateText2 on;; StateText3 toggle;; StateText4 hold;; ShutterOpenDuration1 20;; ShutterCloseDuration1 20;; ShutterOpenDuration2 20;; ShutterCloseDuration2 20;; ShutterInvert1 0;; SaveData 1;;)}
|
||||
set DEVICE attrTemplate tasmota_2ch_shutter_invert_1 CALLSPEECHRECOGN=0 \BCKLGCMND=BCKLGCMND
|
||||
par:BCKLGCMND;Send out configuration command via backlog?;{ 1 }
|
||||
set DEVICE attrTemplate tasmota_2ch_shutter_invert_1 \BCKLGCMND=0
|
||||
option:{BCKLGCMND}
|
||||
set IO_DEV publish CMNDTOPIC/Backlog SetOption26 1; SetOption80 1; SetOption81 1; ShutterRelay1 1; ShutterRelay2 3; PulseTime1 0; PulseTime2 0; PulseTime3 0; PulseTime4 0; SwitchMode1 3; SwitchMode2 3; SwitchMode3 3; SwitchMode4 3; Interlock 1,2 3,4; Interlock 1; StateText1 off; StateText2 on; StateText3 toggle; StateText4 hold; ShutterOpenDuration1 20; ShutterCloseDuration1 20; ShutterOpenDuration2 20; ShutterCloseDuration2 20; ShutterInvert1 0; SaveData 1;
|
||||
set IO_DEV publish CMNDTOPIC/Restart 1
|
||||
option:global
|
||||
set DEVICE attrTemplate set_associatedWith \CHANNELS=2 \MAKECOPIES=1
|
||||
attr DEVICE devStateIcon opening:fts_shutter_up@red closing:fts_shutter_down@red Online:10px-kreis-gruen Offline:10px-kreis-rot 100:fts_shutter_10 0:fts_shutter_100 9\d.*:fts_shutter_10 8\d.*:fts_shutter_20 7\d.*:fts_shutter_30 6\d.*:fts_shutter_40 5\d.*:fts_shutter_50 4\d.*:fts_shutter_60 3\d.*:fts_shutter_70 2\d.*:fts_shutter_80 1\d.*:fts_shutter_90 \b\d\b.*:fts_shutter_90
|
||||
attr DEVICE_CH2 devStateIcon opening:fts_shutter_up@red closing:fts_shutter_down@red 100:fts_shutter_10 0:fts_shutter_100 9\d.*:fts_shutter_10 8\d.*:fts_shutter_20 7\d.*:fts_shutter_30 6\d.*:fts_shutter_40 5\d.*:fts_shutter_50 4\d.*:fts_shutter_60 3\d.*:fts_shutter_70 2\d.*:fts_shutter_80 1\d.*:fts_shutter_90 \b\d\b.*:fts_shutter_90
|
||||
@ -1308,7 +1320,7 @@ attr DEVICE_CH2 readingList \
|
||||
STATTOPIC/SHUTTER2:.* state\
|
||||
STATTOPIC/SHUTTER2:.* pct
|
||||
attr DEVICE,DEVICE_CH2 model tasmota_4ch_two_shutters_invert_0
|
||||
setreading DEVICE,DEVICE_CH2 attrTemplateVersion 20201220
|
||||
setreading DEVICE,DEVICE_CH2 attrTemplateVersion 20201221
|
||||
set DEVICE,DEVICE_CH2 attrTemplate speechcontrol_type_blind
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user