puuu / ESPiLight

ESPiLight - pilight 433.92 MHz protocols library for Arduino
GNU General Public License v3.0
110 stars 41 forks source link

Protocol not supported error #41

Closed bn326160 closed 5 years ago

bn326160 commented 5 years ago

For some of the protocols I receive an ERROR_UNAVAILABLE_PROTOCOL error (result code 0) on sending the commands.

Tested:

I don't seem to be able to find the problem as they are listed in protocol_init.h and _sc2262 and arctechswitch seem to be recognized on sending the pulses from the remote.

puuu commented 5 years ago

Not all protocols implement transmission support. You can check the protocol source files for a createCode() function.