Pilight send

I can’t get the pilight switch to work anymore. I use a raw protocol. It works from command line. I have no errors in the log.

Not much information here to help you. Maybe start by showing the configuration of your switch and the working command line.

This is the command line that I use that works:

pilight-send -p raw -c “330 330 627 330 660 627 330 330 660 627 330 627 330 660 330 627 330 660 330 660 330 660 363 297 660 11253”

This is the code for my switch:

 platform: pilight
   switches:
     recliner_fan_lights:
        on_code:
          protocol: raw
          code: 330 330 627 330 660 627 330 330 660 627 330 627 330 660 330 627 330 660 330 660 330 660 363 297 660 11253
        off_code:
          protocol: raw
          code: 330 330 627 330 660 627 330 330 660 627 330 627 330 660 330 627 330 660 330 660 330 660 363 297 660 11253

Just to clarify I have been using this setup for years now without trouble. I only noticed it not working after .100.3 update.