Navigation

    • Register
    • Login
    • Search
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. rcaridade
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    rcaridade

    @rcaridade

    1
    Reputation
    1
    Posts
    262
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    rcaridade Follow

    Best posts made by rcaridade

    • RE: Update my controller to MySensors 2.0

      Hi,

      The code that is here:"https://github.com/tbowmo/node-red-contrib-mysensors" as a problem with latest mysensors with arduino 1.6.13 and NodeRed v0.15.02.

      These line:
      pl = msg.nodeId + ";" + msg.childSensorId + ";" + msg.messageType + ";" + msg.ack + ";" + msg.subType + ";" + msg.payload;

      Should be:
      pl = msg.nodeId + ";" + msg.childSensorId + ";" + msg.messageType + ";" + msg.ack + ";" + msg.subType + ";" + msg.payload + "\n";

      This way the message gets to the node, the first one doesn't get there.

      Thanks,
      Rui.

      posted in Node-RED
      rcaridade
      rcaridade

    Latest posts made by rcaridade

    • RE: Update my controller to MySensors 2.0

      Hi,

      The code that is here:"https://github.com/tbowmo/node-red-contrib-mysensors" as a problem with latest mysensors with arduino 1.6.13 and NodeRed v0.15.02.

      These line:
      pl = msg.nodeId + ";" + msg.childSensorId + ";" + msg.messageType + ";" + msg.ack + ";" + msg.subType + ";" + msg.payload;

      Should be:
      pl = msg.nodeId + ";" + msg.childSensorId + ";" + msg.messageType + ";" + msg.ack + ";" + msg.subType + ";" + msg.payload + "\n";

      This way the message gets to the node, the first one doesn't get there.

      Thanks,
      Rui.

      posted in Node-RED
      rcaridade
      rcaridade