Open
Description
Hello @peterhinch , I've been working with your IR module and for a reason I've not been able to determine, I can't capture or send IR signals that will work with the VIZIO IRs.
My dev box is a Ubuntu Linux laptop and I'm using a Raspberry PI Pico. Also, using
https://smile.amazon.com/gp/product/B01E20VQD8/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1
I've done some research and it may be that VIZIO and maybe VIZIO is using NEC. Is this different from NEC_8 or NEC_16?
- http://www.remotecentral.com/cgi-bin/mboard/rc-discrete/thread.cgi?keywords=5478
- https://proforums.harman.com/amx/discussion/7145/creating-ir-hex-code
If this is currently unsupported, could VIZIO IR support be added.
I also tried the code for Unsupported protocols.
from ir_rx.acquire import test
import ujson
lst = test() # May report unsupported or unknown protocol
with open('burst.py', 'w') as f:
ujson.dump(lst, f)
Where does the burst.py write to?
Many thanks Peter.
Jeff
Metadata
Metadata
Assignees
Labels
No labels