You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its not an issue per-se, but a question more of.
Is it possible to use this app as a IR blaster to send remote codes over to a Tuya device with an IR blaster?
I need to clone a remote which i dont have, but its NEC Hex codes are available on the internet, especifically those.
Is there a way to make a python script which does that? This way i wouldnt need to suffer with IR blasters for android devices (which are 99% of the time, locked behind specific apps, such as ocrustar)
The text was updated successfully, but these errors were encountered:
# discrete on/off codes for LGhex_lg_on=0x20DF23DChex_lg_off=0x20DFA35C# convert the 32-bit integers into a stream of pulsespulses_lg_on=Contrib.IRRemoteControlDevice.nec_to_pulses( hex_lg_on )
ir=Contrib.IRRemoteControlDevice( 'abcdefghijklmnop123456', '172.28.321.475', '1234567890123abc', persist=True )
print( 'Turning the LG tv off with head/key' )
head, key=Contrib.IRRemoteControlDevice.pulses_to_head_key( pulses_lg_off )
ir.send_key( head, key )
Its not an issue per-se, but a question more of.
Is it possible to use this app as a IR blaster to send remote codes over to a Tuya device with an IR blaster?
I need to clone a remote which i dont have, but its NEC Hex codes are available on the internet, especifically those.
Is there a way to make a python script which does that? This way i wouldnt need to suffer with IR blasters for android devices (which are 99% of the time, locked behind specific apps, such as ocrustar)
The text was updated successfully, but these errors were encountered: