mirror of https://github.com/arendst/Tasmota.git
Updated Shelly 2 (markdown)
parent
e162598cd5
commit
1976948b69
13
Shelly-2.md
13
Shelly-2.md
|
@ -1,4 +1,4 @@
|
||||||
**Shelly 2 is discontinued and replaced by [Shelly 2.5](shelly-25)**
|
**Shelly 2 is discontinued and replaced by [Shelly 2.5](shelly-2.5)**
|
||||||
|
|
||||||
The Shelly 2 is fully supported in Tasmota from version 6.2.1.7<br>
|
The Shelly 2 is fully supported in Tasmota from version 6.2.1.7<br>
|
||||||
|
|
||||||
|
@ -21,3 +21,14 @@ The inbuilt template equals the following:<br>
|
||||||
``{"NAME":"Shelly 2","GPIO":[0,135,0,136,21,22,0,0,9,0,10,137,0],"FLAG":0,"BASE":47}``<br>
|
``{"NAME":"Shelly 2","GPIO":[0,135,0,136,21,22,0,0,9,0,10,137,0],"FLAG":0,"BASE":47}``<br>
|
||||||
An alternative template without switch pull-up is:<br>
|
An alternative template without switch pull-up is:<br>
|
||||||
``{"NAME":"Shelly 2n","GPIO":[0,135,0,136,21,22,0,0,82,0,83,137,0],"FLAG":0,"BASE":47}``
|
``{"NAME":"Shelly 2n","GPIO":[0,135,0,136,21,22,0,0,82,0,83,137,0],"FLAG":0,"BASE":47}``
|
||||||
|
|
||||||
|
## Pullup or no pullup
|
||||||
|
<img src="https://github.com/arendst/arendst.github.io/blob/master/media/shelly/shelly2pullup.png" width="250" align="right" />
|
||||||
|
The shelly 2 inputs may or may not need pullups for SW1 and SW2 to work correctly. Default state is pullups enabled.
|
||||||
|
|
||||||
|
To disable pullups either use command SetOption62 1 or select the option from the GUI.
|
||||||
|
|
||||||
|
Refer to the following issue: https://github.com/arendst/Sonoff-Tasmota/issues/4841
|
||||||
|
|
||||||
|
## Video tutorial by digiblurDIY
|
||||||
|
[![](http://img.youtube.com/vi/mSENAY9_AlI/0.jpg)](http://www.youtube.com/watch?v=mSENAY9_AlI "")
|
||||||
|
|
Loading…
Reference in New Issue