This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Hampton Bay mara fan (dawnsun remote) | |
| Uses unmarked chip | |
| { 400, { 34, 1 }, { 1, 2 }, { 2, 1 }, true } (rc-switch) | |
| aaaa is address dips, 0=on 1=off | |
| 111111000110aaaa01111110 Power On (actually just toggles) | |
| 111111000110aaaa01111101 Power Off (actually just toggles) | |
| 111111000110aaaa01110100 Fan High |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| M1E-M chip, running at 187khz transmission rate, 32 cycle per part, 3 parts per bit | |
| { 346, { 35, 1 }, { 1, 2 }, { 2, 1 }, true } (rc-switch) | |
| Repeat Codes 7x | |
| A = Address | |
| D = Use Fade/Dim, 0=on 1=off | |
| C = Fan controls and Set | |
| L = Light |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| substitutions: | |
| display_name: Sprinkler | |
| heartbeat: 900s | |
| esphome: | |
| name: sprinkler | |
| platform: ESP8266 | |
| board: d1_mini | |
| board_flash_mode: dout | |
| esp8266_restore_from_flash: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Template | |
| {"NAME":"Tuya Siren","GPIO":[255,107,255,108,255,255,0,0,255,255,255,255,255],"FLAG":0,"BASE":54} | |
| You must activate the template before using any of the tuya commands below. | |
| Recommended rules for tasmota: | |
| rule1 on system#boot backlog tuyasend4 102,0; tuyasend2 103,300; TuyaSend1 117,0 endon | |
| rule1 1 | |
| tuyamcu 11,104 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| auto eth0 | |
| iface eth0 inet manual | |
| up ethtool -G eth0 rx 1024 rx-jumbo 2048 | |
| post-up ifconfig $IFACE down | |
| mtu 9000 | |
| auto eth1 | |
| iface eth1 inet manual | |
| up ethtool -G eth1 rx 1024 rx-jumbo 2048 | |
| post-up ifconfig $IFACE down |
NewerOlder