• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. TRex-600
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    TRex-600

    @TRex-600

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

    TRex-600 Unfollow Follow

    Best posts made by TRex-600

    • RE: NODEMANAGER OTA CONFIGURATION per java script

      @jkandasa Thanks a lot for the example. The delay doesn't matter. I had already found a solution. But I didn't think this was good enough to publish. I take advantage of the fact that the mysensors nodes do not necessarily need a request message for the Ota function. So I got along with mcApi.sensor (). SendPayload ().

      When I have time again I'll try your better solution.

      posted in Scripts
      T
      TRex-600

    Latest posts made by TRex-600

    • RE: NODEMANAGER OTA CONFIGURATION per java script

      @jkandasa Thanks a lot for the example. The delay doesn't matter. I had already found a solution. But I didn't think this was good enough to publish. I take advantage of the fact that the mysensors nodes do not necessarily need a request message for the Ota function. So I got along with mcApi.sensor (). SendPayload ().

      When I have time again I'll try your better solution.

      posted in Scripts
      T
      TRex-600
    • RE: NODEMANAGER OTA CONFIGURATION per java script

      @jkandasa
      That sounds great! I'm really looking forward to an example. Thank you in advance for your effort.

      posted in Scripts
      T
      TRex-600
    • NODEMANAGER OTA CONFIGURATION per java script

      Hello everybody,

      I'm new here. At first big thanks for the great mycontroller!!!

      I want to use the Nodemanager OTA configuration feature. I think the right methode is mcApi.sensor().sendRawMessage(message). But I haven't any idea how define the message. The Syntax of the mesesage looks like: <node_id>;<configuration_child_id>;<req>;0;<V_CUSTOM>;<child_id>,<function_id>,<value>
      for example: 100;200;2;0;48;0,4,10

      Have any one an example script?

      Best regards,
      TRex-600

      posted in Scripts
      T
      TRex-600