pr fix, allow_other_uses: true

This commit is contained in:
Gábor Poczkodi 2024-02-28 15:05:31 +01:00
parent 1907cca2fa
commit f7c0ef125d
7 changed files with 48 additions and 18 deletions

View file

@ -21,15 +21,21 @@ sensor:
# dummy transmitter will push rx to the third place # dummy transmitter will push rx to the third place
remote_transmitter: remote_transmitter:
- pin: GPIO21 # TX pin - pin:
number: GPIO21 # TX pin
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
id: dummytx id: dummytx
- pin: GPIO3 # GDO0 - pin:
number: GPIO3 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
id: realtx id: realtx
remote_receiver: remote_receiver:
pin: GPIO4 # GDO0 pin:
number: GPIO4 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -21,15 +21,19 @@ sensor:
# dummy transmitter will push rx to the third place # dummy transmitter will push rx to the third place
remote_transmitter: remote_transmitter:
- pin: GPIO21 # TX pin - pin:
number: GPIO21 # TX pin
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
id: dummytx id: dummytx
- pin: GPIO3 # GDO0 - pin:
number: GPIO3 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
id: realtx id: realtx
remote_receiver: remote_receiver:
pin: GPIO4 # GDO0 pin: GPIO4 # GDO0
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -17,11 +17,15 @@ sensor:
name: LQI name: LQI
remote_transmitter: remote_transmitter:
- pin: GPIO32 # GDO0 - pin:
number: GPIO32 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
remote_receiver: remote_receiver:
pin: GPIO33 # GDO0 pin:
number: GPIO33 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -17,11 +17,15 @@ sensor:
name: LQI name: LQI
remote_transmitter: remote_transmitter:
- pin: GPIO8 # GDO0 - pin:
number: GPIO8 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
remote_receiver: remote_receiver:
pin: GPIO9 # GDO0 pin:
number: GPIO9 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -17,11 +17,15 @@ sensor:
name: LQI name: LQI
remote_transmitter: remote_transmitter:
- pin: GPIO8 # GDO0 - pin:
number: GPIO8 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
remote_receiver: remote_receiver:
pin: GPIO9 # GDO0 pin:
number: GPIO9 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -17,11 +17,15 @@ sensor:
name: LQI name: LQI
remote_transmitter: remote_transmitter:
- pin: GPIO32 # GDO0 - pin:
number: GPIO32 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
remote_receiver: remote_receiver:
pin: GPIO33 # GDO0 pin:
number: GPIO33 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices

View file

@ -6,8 +6,8 @@ spi:
sensor: sensor:
- platform: cc1101 - platform: cc1101
id: transceiver id: transceiver
cs_pin: D8 # GPIO15 cs_pin: D8 # GPIO15
gdo0: D1 # GPIO5 gdo0: D1 # GPIO5
# gdo2: not used with ESP8266 # gdo2: not used with ESP8266
bandwidth: 200 bandwidth: 200
frequency: 433920 frequency: 433920
@ -17,11 +17,15 @@ sensor:
name: LQI name: LQI
remote_transmitter: remote_transmitter:
- pin: D1 # GDO0 - pin:
number: D1 # GDO0
allow_other_uses: true
carrier_duty_percent: 100% carrier_duty_percent: 100%
remote_receiver: remote_receiver:
pin: D1 # GDO0 pin:
number: D1 # GDO0
allow_other_uses: true
dump: dump:
- rc_switch - rc_switch
# Settings to optimize recognition of RF devices # Settings to optimize recognition of RF devices