mirror of https://github.com/arendst/Tasmota.git
Updated Shelly 2.5 (markdown)
parent
2b2306bf8f
commit
7c1e841790
|
@ -34,11 +34,26 @@ An ESP8266 with 2MB flash dual relay device with Energy Monitoring. Slightly sma
|
|||
<img src="https://shelly.cloud/wp-content/uploads/2019/01/pin_out-650x397.png" height="250" />
|
||||
|
||||
## Template
|
||||
Tasmota 6.5.0.8 and up supports Shelly 2.5 using the following template:<br>
|
||||
Tasmota 6.5.0.8 and up supports Shelly 2.5
|
||||
|
||||
| GPIO | Component |
|
||||
| -- | -- |
|
||||
| 0 | LED1i
|
||||
| 2 | Button1
|
||||
| 4 | Relay1
|
||||
| 5 | Switch2n
|
||||
| 12 | I2C SDA
|
||||
| 13 | Switch1n
|
||||
| 14 | I2C SCL
|
||||
| 15 | Relay2
|
||||
| 16 | ADE7953 IRQ
|
||||
| A0 | Internal Temperature
|
||||
|
||||
Energy metering is done by a ADE7953 chip connected via I2C and IRQ on GPIO16
|
||||
|
||||
```
|
||||
{"NAME":"Shelly 2.5","GPIO":[56,255,17,255,21,83,0,0,6,82,5,22,156],"FLAG":2,"BASE":18}
|
||||
```
|
||||
|
||||
As the Temperature sensor uses the Analog input the firmware needs to be compiled with ``//#define USE_ADC_VCC``.
|
||||
|
||||
If you connect momentary switches and want press/double press/hold functionality, use the following template:
|
||||
|
@ -77,10 +92,10 @@ rule 5
|
|||
```
|
||||
|
||||
## Ghost switching
|
||||
The Shelly 2 inputs appear to bne notoriously susceptible to interference. Therefore ghost switching can happen.
|
||||
The Shelly 2.5 inputs appear to be notoriously susceptible to interference. Therefore ghost switching can happen.
|
||||
|
||||
You might want to experiment with the switch debounce delay. It is set to 50 milliseconds by default.
|
||||
|
||||
Use command `switchdebounce 100` to change it to a less sensitive value, which might work better. The value can change up to 1000 milliseconds.
|
||||
Use command `SwitchDebounce 100` to change it to a less sensitive value, which might work better. The value can change up to 1000 milliseconds.
|
||||
|
||||
Some issues were reported for this topic. You can have a look at the following search query: https://github.com/arendst/Sonoff-Tasmota/issues?utf8=%E2%9C%93&q=ghost+shelly
|
||||
Some issues were reported for this topic - [search query](https://github.com/arendst/Sonoff-Tasmota/issues?utf8=%E2%9C%93&q=ghost+shelly)
|
||||
|
|
Loading…
Reference in New Issue