Skip to content

some protocols not working? #69

Description

@zackdvd

Hey, hope you can support me, slowly I'm going crazy with this.

Some protocols work, some not...
Working:

  rf.send("elro_800_switch",    R"( {"systemcode":5, "unitcode":1, "on":1} )");
  rf.send("quigg_gt1000",       R"( {"id":0, "unit":0, "on":1} )");

Not working

  rf.send("intertechno_switch", R"( {"id":"20648806", "unit":0, "on":1} )");
  rf.send("kaku_switch_old",    R"( {"id":21, "unit":8, "on":1} )");
  rf.send("kaku_switch_old",    R"( {"id":19, "unit":8, "on":1} )");

I copied the config (ids, units etc.) from my working original pilight implementation on a raspberry, so that is correct.
Furhtermore with debug enabled, I got feedback like this:

piLightCreatePulseTrain: protocol: quigg_gt1000 create Code succeded.
piLightCreatePulseTrain: protocol: elro_800_switch create Code succeded.

But from the other send function calls, I get nothing.

Any idea what could be the fault? Anything I can try?
Thank you for your help!

P.S. I think the R"(...)" notation is way better to read than the " notation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions