first commit
This commit is contained in:
commit
514a822a02
1 changed files with 34 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
@ -0,0 +1,34 @@
|
|||
#sonoff-dual-r2
|
||||
|
||||
###Realizzare un contatto pulito
|
||||
|
||||
[link modifica per creare contatto pulito](https://indomus.it/progetti/realizzare-un-contatto-pulito-modificando-un-sonoff-dual-r2/)
|
||||
|
||||
|
||||
###flashing tasmota
|
||||
|
||||
[link come installare tasmota](https://tasmota.github.io/docs/Getting-Started/#flashing)
|
||||
|
||||
###utilizzo
|
||||
|
||||
[link guida](https://www.smarthomeanddomotica.altervista.org/sonoff-dual-r2-tasmota.html)
|
||||
|
||||
###Come impostare pulsante con tempo di on su tasmota
|
||||
|
||||
[tasmota pulsetime](https://indomus.it/guide/uso-del-comando-pulsetime-col-firmware-sonoff-tasmota/)
|
||||
|
||||
|
||||
###esempi da da console
|
||||
|
||||
settare auto discovery
|
||||
|
||||
SetOption19
|
||||
|
||||
settare tempo di on
|
||||
|
||||
PulseTime<contatto> <tempo in decimi di second>
|
||||
|
||||
nel nostro caso tempo 1,5 secondi
|
||||
|
||||
PulseTime1 15
|
||||
PulseTime2 15
|
Loading…
Reference in a new issue