Advertisement
FALLINGAWAY38

IR/RF codes

Apr 17th, 2025
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.44 KB | None | 0 0
  1. ##### This config returns RC Switch RF 433Mhz Reciever's ######
  2.  
  3. remote_receiver:
  4. pin:
  5. number: D5
  6. dump: #all
  7. - raw
  8. - rc_switch
  9. tolerance: 25%
  10. filter: 5us
  11. idle: 4ms
  12. buffer_size: 1kb
  13.  
  14. ##### This config returns IR Sony codes for Barn TV Remote ########
  15.  
  16. remote_receiver:
  17. pin:
  18. number: GPIO36
  19. inverted: true
  20. mode:
  21. input: true
  22. dump:
  23. - sony
  24.  
  25. ###############################################################################################################
  26.  
  27. ############################################ IR Codes ##################################################
  28.  
  29. #### Front Porch Space Heater Remote. ####
  30.  
  31.  
  32.  
  33. Up Button.
  34.  
  35. NEC: address=0xFF00, command=0xF906 command_repeats=1
  36.  
  37. Down Button.
  38.  
  39. NEC: address=0xFF00, command=0xE01F command_repeats=1
  40.  
  41. Right Button.
  42.  
  43. NEC: address=0xFF00, command=0xFB04 command_repeats=1
  44.  
  45. Left Button.
  46.  
  47. NEC: address=0xFF00, command=0xF50A command_repeats=1
  48.  
  49. Temp/Lock Button.
  50.  
  51. NEC: address=0xFF00, command=0xE916 command_repeats=1
  52.  
  53. Power Button.
  54.  
  55. NEC: address=0xFF00, command=0xED12 command_repeats=1
  56.  
  57.  
  58.  
  59. ##### Barn Tv. Remote Codes. #####
  60.  
  61. Sony Remote. RMT-05
  62.  
  63. Power. ON/OFF
  64.  
  65. Sony: data=0x00000A90, nbits=12
  66. Sony: data=0x00000A90, nbits=12
  67. Sony: data=0x00000A90, nbits=12
  68.  
  69. 1.
  70.  
  71. Sony: data=0x00000010, nbits=12
  72. Sony: data=0x00000010, nbits=12
  73. Sony: data=0x00000010, nbits=12
  74.  
  75. 2.
  76.  
  77. Sony: data=0x00000810, nbits=12
  78. Sony: data=0x00000810, nbits=12
  79. Sony: data=0x00000810, nbits=12
  80.  
  81. 3.
  82.  
  83. Sony: data=0x00000410, nbits=12
  84. Sony: data=0x00000410, nbits=12
  85. Sony: data=0x00000410, nbits=12
  86.  
  87. 4.
  88.  
  89. Sony: data=0x00000C10, nbits=12
  90. Sony: data=0x00000C10, nbits=12
  91. Sony: data=0x00000C10, nbits=12
  92.  
  93. 5.
  94.  
  95. Sony: data=0x00000210, nbits=12
  96. Sony: data=0x00000210, nbits=12
  97. Sony: data=0x00000210, nbits=12
  98.  
  99. 6.
  100.  
  101. Sony: data=0x00000A10, nbits=12
  102. Sony: data=0x00000A10, nbits=12
  103. Sony: data=0x00000A10, nbits=12
  104.  
  105. 7.
  106.  
  107. Sony: data=0x00000610, nbits=12
  108. Sony: data=0x00000610, nbits=12
  109. Sony: data=0x00000610, nbits=12
  110.  
  111. 8.
  112.  
  113. Sony: data=0x00000E10, nbits=12
  114. Sony: data=0x00000E10, nbits=12
  115. Sony: data=0x00000E10, nbits=12
  116.  
  117. 9.
  118.  
  119. Sony: data=0x00000110, nbits=12
  120. Sony: data=0x00000110, nbits=12
  121. Sony: data=0x00000110, nbits=12
  122.  
  123. ENT Button.
  124. - Enter Button for 0-9 Digits.
  125.  
  126. Sony: data=0x00000D10, nbits=12
  127. Sony: data=0x00000D10, nbits=12
  128. Sony: data=0x00000D10, nbits=12
  129.  
  130.  
  131.  
  132. Vol -
  133.  
  134. Sony: data=0x00000C90, nbits=12
  135. Sony: data=0x00000C90, nbits=12
  136. Sony: data=0x00000C90, nbits=12
  137.  
  138. Vol +
  139.  
  140. Sony: data=0x00000490, nbits=12
  141. Sony: data=0x00000490, nbits=12
  142. Sony: data=0x00000490, nbits=12
  143.  
  144. Channel +
  145.  
  146. Sony: data=0x00000090, nbits=12
  147. Sony: data=0x00000090, nbits=12
  148. Sony: data=0x00000090, nbits=12
  149.  
  150. Channel -
  151.  
  152. Sony: data=0x00000890, nbits=12
  153. Sony: data=0x00000890, nbits=12
  154. Sony: data=0x00000890, nbits=12
  155.  
  156. Menu Button.
  157.  
  158. Sony: data=0x00000070, nbits=12
  159. Sony: data=0x00000070, nbits=12
  160. Sony: data=0x00000070, nbits=12
  161.  
  162. Up Button/Arrow.
  163.  
  164. Sony: data=0x000002F0, nbits=12
  165. Sony: data=0x000002F0, nbits=12
  166. Sony: data=0x000002F0, nbits=12
  167.  
  168. Down Button/Arrow.
  169.  
  170. Sony: data=0x00000AF0, nbits=12
  171. Sony: data=0x00000AF0, nbits=12
  172. Sony: data=0x00000AF0, nbits=12
  173.  
  174. Right Button/Arrow.
  175.  
  176. Sony: data=0x00000CD0, nbits=12
  177. Sony: data=0x00000CD0, nbits=12
  178. Sony: data=0x00000CD0, nbits=12
  179.  
  180. Left Button/Arrow.
  181.  
  182. Sony: data=0x000002D0, nbits=12
  183. Sony: data=0x000002D0, nbits=12
  184. Sony: data=0x000002D0, nbits=12
  185.  
  186. Enter Button.
  187.  
  188. Sony: data=0x00000A70, nbits=12
  189. Sony: data=0x00000A70, nbits=12
  190. Sony: data=0x00000A70, nbits=12
  191.  
  192. Back/Return Button.
  193.  
  194. Sony: data=0x00000DD0, nbits=12
  195. Sony: data=0x00000DD0, nbits=12
  196. Sony: data=0x00000DD0, nbits=12
  197.  
  198. Info Button (ℹ️)
  199.  
  200. Sony: data=0x000005D0, nbits=12
  201. Sony: data=0x000005D0, nbits=12
  202. Sony: data=0x000005D0, nbits=12
  203.  
  204. HDMI Button.
  205. - Each press cycles through HDMI 1-4 then cycles back 1-4
  206.  
  207. Sony: data=0x00000430, nbits=12
  208. Sony: data=0x00000430, nbits=12
  209. Sony: data=0x00000430, nbits=12
  210. Sony: data=0x00000430, nbits=12
  211.  
  212. Tv Button.
  213.  
  214. Sony: data=0x00000250, nbits=12
  215. Sony: data=0x00000250, nbits=12
  216. Sony: data=0x00000250, nbits=12
  217.  
  218. Video Button.
  219. - Changes to Tv's A/V Input (Audio/Video)?
  220.  
  221. Sony: data=0x00000030, nbits=12
  222. Sony: data=0x00000030, nbits=12
  223. Sony: data=0x00000030, nbits=12
  224.  
  225.  
  226. ############################################ RF CODES 433Mhz ##################################################
  227.  
  228.  
  229. binary_sensor:
  230. - platform: remote_receiver
  231. name: "On/Off RF1"
  232. id: remote1_power
  233. rc_switch_raw:
  234. code: '100011010001001000000001'
  235. protocol: 4
  236.  
  237. - platform: remote_receiver
  238. name: "Speed +"
  239. id: speed_plus_rf1
  240. rc_switch_raw:
  241. code: '100011010001001000000101'
  242. protocol: 4
  243.  
  244. - platform: remote_receiver
  245. name: "Mode -"
  246. id: mode_minus_rf1
  247. rc_switch_raw:
  248. code: '100011010001001000000111'
  249. protocol: 4
  250.  
  251. - platform: remote_receiver
  252. name: "Mode +"
  253. id: mode_plus_rf1
  254. rc_switch_raw:
  255. code: '100011010001001000001001'
  256. protocol: 4
  257.  
  258. - platform: remote_receiver
  259. name: "Auto"
  260. id: auto_mode_rf1
  261. rc_switch_raw:
  262. code: '100011010001001000001000'
  263. protocol: 4
  264.  
  265. - platform: remote_receiver
  266. name: "Speed -"
  267. id: speed_minus_rf1
  268. rc_switch_raw:
  269. code: '100011010001001000001011'
  270. protocol: 4
  271.  
  272. - platform: remote_receiver
  273. name: "Brightness +"
  274. id: brightness_up_rf1
  275. rc_switch_raw:
  276. code: '100011010001001000001100'
  277. protocol: 4
  278.  
  279. - platform: remote_receiver
  280. name: "Brightness -"
  281. id: brightness_down_rf1
  282. rc_switch_raw:
  283. code: '100011010001001000001010' '
  284. protocol: 4
  285.  
  286. - platform: remote_receiver
  287. name: "White (W)"
  288. id: white_mode_rf1
  289. rc_switch_raw:
  290. code: '000011010001001000001110'
  291. protocol: 4
  292.  
  293. - platform: remote_receiver
  294. name: "Lock/Unlock"
  295. id: lock_unlock_rf1
  296. rc_switch_raw:
  297. code: '100011010001001000001101'
  298. protocol: 4
  299.  
  300.  
  301. - platform: remote_receiver
  302. name: "Gear Button"
  303. id: gear_button_rf1
  304. rc_switch_raw:
  305. code: '100011010001001000001111'
  306. protocol: 4
  307.  
  308.  
  309. - platform: remote_receiver
  310. name: "Red (R)"
  311. id: red_rgb_rf1
  312. rc_switch_raw:
  313. code: '100011010001001000010000'
  314. protocol: 4
  315.  
  316. - platform: remote_receiver
  317. name: "Green (G)"
  318. id: green_rgb_rf1
  319. rc_switch_raw:
  320. code: '100011010001001000010001'
  321. protocol: 4
  322.  
  323. - platform: remote_receiver
  324. name: "Blue (B)"
  325. id: blue_rgb_rf1
  326. rc_switch_raw:
  327. code: '100011010001001000010010'
  328. protocol: 4
  329.  
  330.  
  331. ############################ RGB REMOTE #2 ####################################
  332.  
  333. - platform: remote_receiver
  334. name: "On/Off RF2"
  335. id: remote2_power
  336. rc_switch_raw:
  337. code: '100001111001001'
  338. protocol: 4
  339.  
  340. - platform: remote_receiver
  341. name: "Speed +"
  342. id: speed_plus_rf2
  343. rc_switch_raw:
  344. code: '00001111001001'
  345. protocol: 4
  346.  
  347. - platform: remote_receiver
  348. name: "Mode -"
  349. id: mode_minus_rf2
  350. rc_switch_raw:
  351. code: '100011010001001000000111'
  352. protocol: 4
  353.  
  354. - platform: remote_receiver
  355. name: "Mode +"
  356. id: mode_plus_rf2
  357. rc_switch_raw:
  358. code: '1000011110010011000001'
  359. protocol: 4
  360.  
  361. - platform: remote_receiver
  362. name: "Auto"
  363. id: auto_mode_rf2
  364. rc_switch_raw:
  365. code: '100001111001001100001000'
  366. protocol: 4
  367.  
  368. - platform: remote_receiver
  369. name: "Speed -"
  370. id: speed_minus_rf2
  371. rc_switch_raw:
  372. code: '100011010001001000001011'
  373. protocol: 4
  374.  
  375. - platform: remote_receiver
  376. name: "Brightness +"
  377. id: brightness_up_rf2
  378. rc_switch_raw:
  379. code: '100001111001001100001100'
  380. protocol: 4
  381.  
  382. - platform: remote_receiver
  383. name: "Brightness -"
  384. id: brightness_down_rf2
  385. rc_switch_raw:
  386. code: '100001111001001100001010'
  387. protocol: 4
  388.  
  389. - platform: remote_receiver
  390. name: "White (W)"
  391. id: white_mode_rf2
  392. rc_switch_raw:
  393. code: '100011010001001000001010'
  394. protocol: 4
  395.  
  396. - platform: remote_receiver
  397. name: "Lock/Unlock"
  398. id: lock_unlock_rf2
  399. rc_switch_raw:
  400. code: '100001111001001100001101'
  401. protocol: 4
  402.  
  403.  
  404. - platform: remote_receiver
  405. name: "Gear Button"
  406. id: gear_button_rf2
  407. rc_switch_raw:
  408. code: '00001111001001100001111'
  409. protocol: 4
  410.  
  411.  
  412. - platform: remote_receiver
  413. name: "Red (R)"
  414. id: red_rgb_rf2
  415. rc_switch_raw:
  416. code: '1000011110010011000'
  417. protocol: 4
  418.  
  419. - platform: remote_receiver
  420. name: "Green (G)"
  421. id: green_rgb_rf2
  422. rc_switch_raw:
  423. code: '00001111001001100010001'
  424. protocol: 4
  425.  
  426. - platform: remote_receiver
  427. name: "Blue (B)"
  428. id: blue_rgb_rf2
  429. rc_switch_raw:
  430. code: '100001111001001100010010'
  431. protocol: 4
  432.  
  433.  
  434.  
  435. ############################################# RGB Remote 3 ################################################################
  436.  
  437.  
  438. - platform: remote_receiver
  439. name: "On/Off RF2"
  440. id: remote3_power
  441. rc_switch_raw:
  442. code: '100110000010101100000001'
  443. protocol: 4
  444.  
  445. - platform: remote_receiver
  446. name: "Speed +"
  447. id: speed_plus_rf3
  448. rc_switch_raw:
  449. code: '100110000010101100000101'
  450. protocol: 4
  451.  
  452. - platform: remote_receiver
  453. name: "Mode -"
  454. id: mode_minus_rf3
  455. rc_switch_raw:
  456. code: '100110000010101100000111'
  457. protocol: 4
  458.  
  459. - platform: remote_receiver
  460. name: "Mode +"
  461. id: mode_plus_rf3
  462. rc_switch_raw:
  463. code: '100110000010101100001001'
  464. protocol: 4
  465.  
  466. - platform: remote_receiver
  467. name: "Auto"
  468. id: auto_mode_rf3
  469. rc_switch_raw:
  470. code: '100110000010101100001000'
  471. protocol: 4
  472.  
  473. - platform: remote_receiver
  474. name: "Speed -"
  475. id: speed_minus_rf3
  476. rc_switch_raw:
  477. code: '100110000010101100001011'
  478. protocol: 4
  479.  
  480. - platform: remote_receiver
  481. name: "Brightness +"
  482. id: brightness_up_rf3
  483. rc_switch_raw:
  484. code: '100001111001001100001100'
  485. protocol: 4
  486.  
  487. - platform: remote_receiver
  488. name: "Brightness -"
  489. id: brightness_down_rf3
  490. rc_switch_raw:
  491. code: '100110000010101100001010'
  492. protocol: 4
  493.  
  494. - platform: remote_receiver
  495. name: "White (W)"
  496. id: white_mode_rf3
  497. rc_switch_raw:
  498. code: '100110000010101100001110'
  499. protocol: 4
  500.  
  501. - platform: remote_receiver
  502. name: "Lock/Unlock"
  503. id: lock_unlock_rf3
  504. rc_switch_raw:
  505. code: '100110000010101100001101'
  506. protocol: 4
  507.  
  508.  
  509. - platform: remote_receiver
  510. name: "Gear Button"
  511. id: gear_button_rf3
  512. rc_switch_raw:
  513. code: '100110000010101100001111'
  514. protocol: 4
  515.  
  516.  
  517. - platform: remote_receiver
  518. name: "Red (R)"
  519. id: red_rgb_rf3
  520. rc_switch_raw:
  521. code: '100110000010101100010000'
  522. protocol: 4
  523.  
  524. - platform: remote_receiver
  525. name: "Green (G)"
  526. id: green_rgb_rf3
  527. rc_switch_raw:
  528. code: '100110000010101100010001'
  529. protocol: 4
  530.  
  531. - platform: remote_receiver
  532. name: "Blue (B)"
  533. id: blue_rgb_rf3
  534. rc_switch_raw:
  535. code: '100110000010101100010010'
  536. protocol: 4
  537.  
  538.  
  539. ##################################### A,B,C,C Keychain #4 #######################################################
  540.  
  541.  
  542. - platform: remote_receiver
  543. name: "Button 4A"
  544. id: rf_keychain_4_a
  545. icon: mdi:remote
  546. rc_switch_raw:
  547. code: '110001011110100000101000'
  548. protocol: 1
  549. filters:
  550. - delayed_off:
  551. 0.25s
  552. on_click:
  553. then:
  554. - switch.turn_on: overhead
  555.  
  556. - platform: remote_receiver
  557. name: "Button 4B"
  558. id: rf_keychain_4_b
  559. internal: True
  560. icon: mdi:remote
  561. rc_switch_raw:
  562. code: '110001011110100000100100'
  563. protocol: 1
  564. filters:
  565. - delayed_off:
  566. 0.25s
  567.  
  568. - platform: remote_receiver
  569. name: "Button 4C"
  570. id: rf_keychain_4_c
  571. internal: True
  572. icon: mdi:remote
  573. rc_switch_raw:
  574. code: '110001011110100000100010'
  575. protocol: 1
  576. filters:
  577. - delayed_off:
  578. 0.25s
  579.  
  580. - platform: remote_receiver
  581. name: "Button 4D"
  582. id: rf_keychain_4_d
  583. internal: True
  584. icon: mdi:remote
  585. rc_switch_raw:
  586. code: '110001011110100000100001'
  587. protocol: 1
  588. filters:
  589. - delayed_off:
  590. 0.25s
  591.  
  592. ##################################### A,B,C,C Keychain #3 #######################################################
  593.  
  594.  
  595. - platform: remote_receiver
  596. name: "Button 3A"
  597. id: rf_keychain_3_a
  598. icon: mdi:remote
  599. internal: True
  600. rc_switch_raw:
  601. code: '111001111000001101001000'
  602. protocol: 1
  603. filters:
  604. - delayed_off:
  605. 0.25s
  606. #on_click:
  607.  
  608. - platform: remote_receiver
  609. name: "Button 3B"
  610. id: rf_keychain_3_b
  611. icon: mdi:remote
  612. internal: True
  613. rc_switch_raw:
  614. code: '111001111000001101000100'
  615. protocol: 1
  616. filters:
  617. - delayed_off:
  618. 0.25s
  619. #on_click:
  620.  
  621. - platform: remote_receiver
  622. name: "Button 3C"
  623. id: rf_keychain_3_c
  624. icon: mdi:remote
  625. internal: True
  626. rc_switch_raw:
  627. code: '111001111000001101000010'
  628. protocol: 1
  629. filters:
  630. - delayed_off:
  631. 0.25s
  632. #on_click:
  633.  
  634. - platform: remote_receiver
  635. name: "Button 3D"
  636. id: rf_keychain_3_d
  637. icon: mdi:remote
  638. internal: True
  639. rc_switch_raw:
  640. code: '111001111000001101000001'
  641. protocol: 1
  642. filters:
  643. - delayed_off:
  644. 0.25s
  645. #on_click:
  646.  
  647.  
  648. ##################################### A,B,C,C Keychain #2 #######################################################
  649.  
  650. - platform: remote_receiver
  651. name: "Button 2A"
  652. id: rf_keychain_2_a
  653. icon: mdi:remote
  654. internal: True
  655. rc_switch_raw:
  656. code: '110001011110100000101000'
  657. protocol: 1
  658. filters:
  659. - delayed_off:
  660. 0.25s
  661. #on_click:
  662.  
  663. - platform: remote_receiver
  664. name: "Button 2B"
  665. id: rf_keychain_2_b
  666. icon: mdi:remote
  667. internal: True
  668. rc_switch_raw:
  669. code: '110001011110100000100100'
  670. protocol: 1
  671. filters:
  672. - delayed_off:
  673. 0.25s
  674. #on_click:
  675.  
  676. - platform: remote_receiver
  677. name: "Button 2C"
  678. id: rf_keychain_2_c
  679. icon: mdi:remote
  680. internal: True
  681. rc_switch_raw:
  682. code: '110001011110100000100010'
  683. protocol: 1
  684. filters:
  685. - delayed_off:
  686. 0.25s
  687. #on_click:
  688.  
  689. - platform: remote_receiver
  690. name: "Button 2D"
  691. id: rf_keychain_2_d
  692. icon: mdi:remote
  693. internal: True
  694. rc_switch_raw:
  695. code: '110001011110100000100001'
  696. protocol: 1
  697. filters:
  698. - delayed_off:
  699. 0.25s
  700. #on_click:
  701.  
  702.  
  703. ##################################### A,B,C,C Keychain #1 #######################################################
  704.  
  705. - platform: remote_receiver
  706. name: "Button 1A"
  707. id: rf_keychain_1_a
  708. icon: mdi:remote
  709. internal: True
  710. rc_switch_raw:
  711. code: '110111101001100000101000'
  712. protocol: 1
  713. filters:
  714. - delayed_off:
  715. 0.25s
  716. #on_click:
  717.  
  718. - platform: remote_receiver
  719. name: "Button 1B"
  720. id: rf_keychain_1_b
  721. icon: mdi:remote
  722. internal: True
  723. rc_switch_raw:
  724. code: '110111101001100000100100'
  725. protocol: 1
  726. filters:
  727. - delayed_off:
  728. 0.25s
  729. #on_click:
  730.  
  731. - platform: remote_receiver
  732. name: "Button 1C"
  733. id: rf_keychain_1_c
  734. icon: mdi:remote
  735. internal: True
  736. rc_switch_raw:
  737. code: '110111101001100000100010'
  738. protocol: 1
  739. filters:
  740. - delayed_off:
  741. 0.25s
  742. #on_click:
  743.  
  744. - platform: remote_receiver
  745. name: "Button 1D"
  746. id: rf_keychain_1_d
  747. icon: mdi:remote
  748. internal: True
  749. rc_switch_raw:
  750. code: '110111101001100000100001'
  751. protocol: 1
  752. filters:
  753. - delayed_off:
  754. 0.25s
  755. #on_click:
  756.  
  757.  
  758.  
  759. ##################################### CAR MP3 REMOTE #1 IR CODES #######################
  760.  
  761. - platform: remote_receiver
  762. name: "Remote 0"
  763. id: ir0
  764. internal: true
  765. nec:
  766. address: 0xff00
  767. command: 0xE916
  768. # 0 key #
  769.  
  770.  
  771. - platform: remote_receiver
  772. name: "Remote 1"
  773. id: ir1
  774. internal: true
  775. nec:
  776. address: 0xff00
  777. command: 0xF30C
  778.  
  779. - platform: remote_receiver
  780. name: "Remote 2"
  781. id: ir2
  782. internal: true
  783. nec:
  784. address: 0xff00
  785. command: 0xE718
  786.  
  787. - platform: remote_receiver
  788. name: "Remote 3"
  789. id: ir3
  790. internal: true
  791. nec:
  792. address: 0xff00
  793. command: 0xA15E
  794.  
  795.  
  796. - platform: remote_receiver
  797. name: "Remote 4"
  798. id: ir4
  799. internal: true
  800. nec:
  801. address: 0xff00
  802. command: 0xF708
  803.  
  804.  
  805. - platform: remote_receiver
  806. name: "Remote 5"
  807. id: ir5
  808. internal: true
  809. nec:
  810. address: 0xff00
  811. command: 0xE31C
  812.  
  813.  
  814.  
  815. - platform: remote_receiver
  816. name: "Remote 6"
  817. id: ir6
  818. internal: true
  819. nec:
  820. address: 0xff00
  821. command: 0xA55A
  822.  
  823. - platform: remote_receiver
  824. name: "Remote 7"
  825. id: ir7
  826. internal: true
  827. nec:
  828. address: 0xff00
  829. command: 0xA55A
  830.  
  831. - platform: remote_receiver
  832. name: "Remote 8"
  833. id: ir8
  834. internal: true
  835. nec:
  836. address: 0xff00
  837. command: 0xA55A
  838.  
  839. - platform: remote_receiver
  840. name: "Remote 9"
  841. id: ir9
  842. internal: true
  843. nec:
  844. address: 0xff00
  845. command: 0xB54A
  846.  
  847.  
  848. - platform: remote_receiver
  849. name: "Remote 100+"
  850. id: ir100
  851. internal: true
  852. nec:
  853. address: 0xff00
  854. command: 0xE619
  855.  
  856. - platform: remote_receiver
  857. name: "Remote 200+"
  858. id: ir200
  859. internal: true
  860. nec:
  861. address: 0xff00
  862. command: 0xF20D
  863.  
  864. - platform: remote_receiver
  865. name: "Remote Volume -"
  866. id: ir_minus
  867. internal: true
  868. nec:
  869. address: 0xff00
  870. command: 0xF807
  871.  
  872. - platform: remote_receiver
  873. name: "Remote Volume +"
  874. id: ir_plus
  875. internal: true
  876. nec:
  877. address: 0xff00
  878. command: 0xEA15
  879.  
  880. - platform: remote_receiver
  881. name: "Remote EQ"
  882. id: ir_eq
  883. internal: true
  884. nec:
  885. address: 0xff00
  886. command: 0xF609
  887.  
  888. - platform: remote_receiver
  889. name: "Remote Previus"
  890. id: ir_prev
  891. internal: true
  892. nec:
  893. address: 0xff00
  894. command: 0xBB44
  895.  
  896. - platform: remote_receiver
  897. name: "Remote Next"
  898. id: ir_next
  899. internal: true
  900. nec:
  901. address: 0xff00
  902. command: 0xBF40
  903.  
  904.  
  905. - platform: remote_receiver
  906. name: "Remote play/pause"
  907. id: ir_play_pause
  908. internal: true
  909. nec:
  910. address: 0xff00
  911. command: 0xBC43
  912.  
  913. - platform: remote_receiver
  914. name: "Remote minus"
  915. id: ir_channel_minus
  916. internal: true
  917. nec:
  918. address: 0xff00
  919. command: 0xBA45
  920.  
  921. - platform: remote_receiver
  922. name: "Remote center"
  923. id: ir_channel_center
  924. internal: true
  925. nec:
  926. address: 0xff00
  927. command: 0xB946
  928.  
  929. - platform: remote_receiver
  930. name: "Remote plus"
  931. id: ir_channel_plus
  932. internal: true
  933. nec:
  934. address: 0xff00
  935.  
  936.  
  937. ############################# BEDROOM 3 SPEED FAN ########################
  938.  
  939. Bedroom 3-speed fan IR Codes.
  940.  
  941. Speed Control.
  942.  
  943. Received RCSwitch Raw: protocol=4 data='11011000001'
  944. - Same Code Cycles Through Low, Med, High, Low, Med, High
  945.  
  946. Timer.
  947.  
  948. 1. Received RCSwitch Raw: protocol=4 data='11011000100'
  949. - Same Code Cycles through 4 timer settings
  950.  
  951. Power On/Off
  952.  
  953. Received RCSwitch Raw: protocol=1 data='11011000000'
  954. - Cycles On/Off
  955.  
  956.  
  957. ############### OLIVE'S FISH/OCEAN BUBBLE NIGHT LIGHT ############################
  958.  
  959. Power (ON).
  960. Received NEC: address=0xFF00, command=0xBA45 command_repeats=1
  961.  
  962. Power (Off)
  963. Received NEC: address=0xFF00, command=0xB847 command_repeats=1
  964.  
  965. Bubble.
  966. Received NEC: address=0xFF00, command=0xF807 command_repeats=1
  967.  
  968. Light.
  969. Received NEC: address=0xFF00, command=0xF609 command_repeats=1
  970.  
  971. Timers...
  972.  
  973. 2H.
  974. Received NEC: address=0xFF00, command=0xF30C command_repeats=1
  975.  
  976. 4H.
  977. Received NEC: address=0xFF00, command=0xA15E command_repeats=1
  978.  
  979. 8H.
  980. Received NEC: address=0xFF00, command=0xF708 command_repeats=1
  981.  
  982. Timer Off.
  983. Received NEC: address=0xFF00, command=0xA55A command_repeats=1
  984.  
  985.  
  986.  
  987. ############### Hunter RF Remote. Back Yard Porch Fan/Light ########################
  988.  
  989. remote_receiver:
  990. pin:
  991. number: D5
  992. inverted: true
  993. mode:
  994. input: true
  995. pullup: false
  996. tolerance: 60%
  997. filter: 4us
  998. idle: 4ms
  999. dump: #all
  1000. - rc_switch
  1001. # - raw
  1002. # - nec
  1003.  
  1004. Up.
  1005.  
  1006.  
  1007. protocol=6 data='0000000000000000000101110001001010011101100100000000111011111111'
  1008. protocol=6 data='0000000000000000000101110001001010011101100100000000111011111111'
  1009. protocol=6 data='0000000000000000000101110001001010011101100100000000111011111111'
  1010. protocol=6 data='0000000000000000000101110001001010011101100100000000111011111111'
  1011. protocol=6 data='0000000000000000000101110001001010011101100100000000111011111111'
  1012.  
  1013.  
  1014. Down.
  1015.  
  1016. Received RCSwitch Raw: protocol=3 data='11111111111'
  1017.  
  1018. protocol=6 data='0000000000000000000101110001001010011101100100000001011011111110'
  1019. protocol=6 data='0000000000000000000101110001001010011101100100000001011011111110'
  1020. protocol=6 data='0000000000000000000101110001001010011101100100000001011011111110'
  1021. protocol=6 data='0000000000000000000101110001001010011101100100000001011011111110'
  1022. protocol=6 data='0000000000000000000101110001001010011101100100000001011011111110'
  1023. protocol=6 data='0000000000000000000101110001001010011101100100000001011011111110'
  1024.  
  1025. Fan Button.
  1026.  
  1027. protocol=6 data='0000000000000000000101110001001010011101100000010001111111101110'
  1028. protocol=6 data='0000000000000000000101110001001010011101100000010001111111101110'
  1029. protocol=6 data='0000000000000000000101110001001010011101100000010001111111101110'
  1030. protocol=6 data='0000000000000000000101110001001010011101100000010001111111101110'
  1031.  
  1032. Light Button.
  1033.  
  1034. protocol=6 data='0000000000000000000101110001001010011101100110000000011001111111'
  1035. protocol=6 data='0000000000000000000101110001001010011101100110000000011001111111'
  1036. protocol=6 data='0000000000000000000101110001001010011101100110000000011001111111'
  1037. protocol=6 data='0000000000000000000101110001001010011101100110000000011001111111'
  1038. protocol=6 data='0000000000000000000101110001001010011101100110000000011001111111'
  1039.  
  1040.  
  1041.  
  1042.  
  1043. ###### Qiachip RF Remote. ########
  1044.  
  1045.  
  1046.  
  1047. ###### ****Codes Cycle 1-8 then Repeat**** ######
  1048.  
  1049.  
  1050.  
  1051. remote_receiver:
  1052. pin:
  1053. number: D5
  1054. inverted: false
  1055. mode:
  1056. input: true
  1057. pullup: False
  1058. tolerance: 60%
  1059. filter: 4us
  1060. idle: 4ms
  1061. dump: #all
  1062. - rc_switch
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069. Light - On/Off.
  1070.  
  1071.  
  1072. Received RCSwitch Raw: protocol=1 data='10110011101111000000100001101011'
  1073.  
  1074. Received RCSwitch Raw: protocol=1 data='10110011101111000000100001111010'
  1075.  
  1076. Received RCSwitch Raw: protocol=1 data='10110011101111000000100000001101'
  1077.  
  1078. Received RCSwitch Raw: protocol=1 data='10110011101111000000100000011100'
  1079.  
  1080. Received RCSwitch Raw: protocol=1 data='10110011101111000000100000101111'
  1081.  
  1082. Received RCSwitch Raw: protocol=1 data='10110011101111000000100000111110'
  1083.  
  1084. Received RCSwitch Raw: protocol=1 data='10110011101111000000100001001001'
  1085.  
  1086. Received RCSwitch Raw: protocol=1 data='10110011101111000000100001011000'
  1087.  
  1088.  
  1089.  
  1090. Stop.
  1091.  
  1092.  
  1093. Received RCSwitch Raw: protocol=1 data='10110011101111000000011001110100'
  1094.  
  1095. Received RCSwitch Raw: protocol=1 data='10110011101111000000011000000011'
  1096.  
  1097. Received RCSwitch Raw: protocol=1 data='10110011101111000000011000010010'
  1098.  
  1099. Received RCSwitch Raw: protocol=1 data='10110011101111000000011000100001'
  1100.  
  1101. Received RCSwitch Raw: protocol=1 data='10110011101111000000011000110000'
  1102.  
  1103. Received RCSwitch Raw: protocol=1 data='10110011101111000000011001000111'
  1104.  
  1105. Received RCSwitch Raw: protocol=1 data='10110011101111000000011001010110'
  1106.  
  1107. Received RCSwitch Raw: protocol=1 data='10110011101111000000011001100101'
  1108.  
  1109.  
  1110.  
  1111. Low.
  1112.  
  1113.  
  1114. Received RCSwitch Raw: protocol=1 data='10110011101111000000001001110000'
  1115.  
  1116. Received RCSwitch Raw: protocol=1 data='10110011101111000000001000000111'
  1117.  
  1118. Received RCSwitch Raw: protocol=1 data='10110011101111000000001000010110'
  1119.  
  1120. Received RCSwitch Raw: protocol=1 data='10110011101111000000001000100101'
  1121.  
  1122. Received RCSwitch Raw: protocol=1 data='10110011101111000000001000110100'
  1123.  
  1124. Received RCSwitch Raw: protocol=1 data='10110011101111000000001001000011'
  1125.  
  1126. Received RCSwitch Raw: protocol=1 data='10110011101111000000001001010010'
  1127.  
  1128. Received RCSwitch Raw: protocol=1 data='10110011101111000000001001100001'
  1129.  
  1130. Received RCSwitch Raw: protocol=1 data='10110011101111000000100001111010'
  1131.  
  1132. Received RCSwitch Raw: protocol=1 data='10110011101111000000001000000111'
  1133.  
  1134.  
  1135. Med.
  1136.  
  1137. Received RCSwitch Raw: protocol=1 data='10110011101111000000001100100100'
  1138.  
  1139. Received RCSwitch Raw: protocol=1 data='10110011101111000000001100110101'
  1140.  
  1141. Received RCSwitch Raw: protocol=1 data='10110011101111000000001101000010'
  1142.  
  1143. Received RCSwitch Raw: protocol=1 data='10110011101111000000001101010011'
  1144.  
  1145. Received RCSwitch Raw: protocol=1 data='10110011101111000000001101100000'
  1146.  
  1147. Received RCSwitch Raw: protocol=1 data='10110011101111000000001101110001'
  1148.  
  1149. Received RCSwitch Raw: protocol=1 data='10110011101111000000001100000110'
  1150.  
  1151. Received RCSwitch Raw: protocol=1 data='10110011101111000000001100010111'
  1152.  
  1153.  
  1154.  
  1155. Hi.
  1156.  
  1157. Received RCSwitch Raw: protocol=1 data='10110011101111000000100100011101'
  1158.  
  1159. Received RCSwitch Raw: protocol=1 data='10110011101111000000100100101110'
  1160.  
  1161. Received RCSwitch Raw: protocol=1 data='10110011101111000000100100111111'
  1162.  
  1163. Received RCSwitch Raw: protocol=1 data='10110011101111000000100101001000'
  1164.  
  1165. Received RCSwitch Raw: protocol=1 data='10110011101111000000100101011001'
  1166.  
  1167. Received RCSwitch Raw: protocol=1 data='10110011101111000000100101101010'
  1168.  
  1169. Received RCSwitch Raw: protocol=1 data='10110011101111000000100101111011'
  1170.  
  1171. Received RCSwitch Raw: protocol=1 data='10110011101111000000100100001100'
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177. 1-Hr.
  1178.  
  1179. Received RCSwitch Raw: protocol=1 data='10110011101111000000000101100010'
  1180.  
  1181. Received RCSwitch Raw: protocol=1 data='10110011101111000000000101110011'
  1182.  
  1183. Received RCSwitch Raw: protocol=1 data='10110011101111000000000100000100'
  1184.  
  1185. Received RCSwitch Raw: protocol=1 data='10110011101111000000000100010101'
  1186.  
  1187. Received RCSwitch Raw: protocol=1 data='10110011101111000000000100100110'
  1188.  
  1189. Received RCSwitch Raw: protocol=1 data='10110011101111000000000100110111'
  1190.  
  1191. Received RCSwitch Raw: protocol=1 data='10110011101111000000000101000000'
  1192.  
  1193. Received RCSwitch Raw: protocol=1 data='10110011101111000000000101010001'
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199. 2-Hr.
  1200.  
  1201. Received RCSwitch Raw: protocol=1 data='10110011101111000000011100110001'
  1202.  
  1203. Received RCSwitch Raw: protocol=1 data='10110011101111000000011101000110'
  1204.  
  1205. Received RCSwitch Raw: protocol=1 data='10110011101111000000011101010111'
  1206.  
  1207. Received RCSwitch Raw: protocol=1 data='10110011101111000000011101100100'
  1208.  
  1209. Received RCSwitch Raw: protocol=1 data='10110011101111000000011101110101'
  1210.  
  1211. Received RCSwitch Raw: protocol=1 data='10110011101111000000011100000010'
  1212.  
  1213. Received RCSwitch Raw: protocol=1 data='10110011101111000000011100010011'
  1214.  
  1215. Received RCSwitch Raw: protocol=1 data='10110011101111000000011100100000'
  1216.  
  1217.  
  1218.  
  1219. 4-Hr.
  1220.  
  1221. Received RCSwitch Raw: protocol=1 data='10110011101111000000010101000100'
  1222.  
  1223. Received RCSwitch Raw: protocol=1 data='10110011101111000000010101010101'
  1224.  
  1225. Received RCSwitch Raw: protocol=1 data='10110011101111000000010101100110'
  1226.  
  1227. Received RCSwitch Raw: protocol=1 data='10110011101111000000010101110111'
  1228.  
  1229. Received RCSwitch Raw: protocol=1 data='10110011101111000000010100000000'
  1230.  
  1231. Received RCSwitch Raw: protocol=1 data='10110011101111000000010100010001'
  1232.  
  1233. Received RCSwitch Raw: protocol=1 data='10110011101111000000010100100010'
  1234.  
  1235. Received RCSwitch Raw: protocol=1 data='10110011101111000000010100110011'
  1236.  
  1237.  
  1238.  
  1239. 8-Hr.
  1240.  
  1241. Received RCSwitch Raw: protocol=1 data='10110011101111000000101001111000'
  1242.  
  1243. Received RCSwitch Raw: protocol=1 data='10110011101111000000101000001111'
  1244.  
  1245. Received RCSwitch Raw: protocol=1 data='10110011101111000000101000011110'
  1246.  
  1247. Received RCSwitch Raw: protocol=1 data='10110011101111000000101000101101'
  1248.  
  1249. Received RCSwitch Raw: protocol=1 data='10110011101111000000101000111100'
  1250.  
  1251. Received RCSwitch Raw: protocol=1 data='10110011101111000000101001001011'
  1252.  
  1253. Received RCSwitch Raw: protocol=1 data='10110011101111000000101001011010'
  1254.  
  1255. Received RCSwitch Raw: protocol=1 data='10110011101111000000101001101001'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement