Navigation

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

    Posts made by Lyubomyr

    • RE: M_ACK_VARIABLE or M_SET_VARIABLE

      Thank You very much!

      posted in Development
      Lyubomyr
      Lyubomyr
    • M_ACK_VARIABLE or M_SET_VARIABLE

      In servo actuator sketch there is a line

      if (message.type==V_DIMMER) { // This could be M_ACK_VARIABLE or M_SET_VARIABLE 
      

      I do not understand the comment at all. I searched, but I can't find any information about M_ACK_VARIABLE or M_SET_VARIABLE

      Please, help me to understand how can I send these type of messages, why one would like to do that and when is it necessary to use them.

      Can Domoticz sent theses messages?

      posted in Development
      Lyubomyr
      Lyubomyr
    • RE: Inclusion Mode Button (help)

      Thank You.

      posted in General Discussion
      Lyubomyr
      Lyubomyr
    • RE: Inclusion Mode Button (help)

      Where is "node id" stored?

      And there is "eeprom erase" in troubleshooting at mysensors site. Where should I delete eeprom? I thought that it is eeprom of gateway.

      posted in General Discussion
      Lyubomyr
      Lyubomyr
    • RE: Inclusion Mode Button (help)

      Servos= servo motors

      posted in General Discussion
      Lyubomyr
      Lyubomyr
    • RE: Inclusion Mode Button (help)

      Who knows better that You, Hek? 🙂

      So what do I have to do with my lost servos? Press "allow for 5 minutes" (it does not help a lot) in Domoticz?

      For Domoticz inclusion mode is useless, isn't it?

      So, nodes are stored in their own memories and on Domoticz (or other system)?

      What does inclusion mode do for Vera? Is it same as "allow for 5 minutes" in Domoticz?

      posted in General Discussion
      Lyubomyr
      Lyubomyr
    • RE: Inclusion Mode Button (help)

      I wanted to create the same topic, actually.

      Does inclusion mode erase eeprom memory from gateway?
      Does InclMode sent command to all known nodes to resend presenting command to gateway?

      How inclusion mode help to find missing nodes? for instance, I added 10 servo-nodes at once. I found some. Will inclusion mode help me to find the others?

      So, what exactly does this mode do?

      posted in General Discussion
      Lyubomyr
      Lyubomyr
    • RE: Changing Node Id of Serial Gateway

      I've seen the security link, but sniffer is very interesting indeed. Thank You!

      posted in Development
      Lyubomyr
      Lyubomyr
    • RE: Changing Node Id of Serial Gateway

      Well, if one wants to steal a signal, it would be more difficult to him to understand what is happening. It is some kind of Security through obscurity.
      On the other hand if something wants to pretend being a gateway, it would be more difficult to find out what node id does the node have.
      I understand that this not huge security upgrade but this can cause some difficulties for intruder.

      posted in Development
      Lyubomyr
      Lyubomyr
    • RE: Changing Node Id of Serial Gateway

      I suppose that this could increase security a little bit. Sorry to hear that this is impossible.

      posted in Development
      Lyubomyr
      Lyubomyr
    • Changing Node Id of Serial Gateway

      Hello.

      Can I change Node ID of the Serial gateway? I'm using Domoticz as a controller.
      I tried to change the code
      gw.begin(incomingMessage, 24, true, 0);
      // also tried gw.begin(incomingMessage, 24, true, 24);

      and changed each
      serial(PSTR("0;0;%d;0;%d; .........
      into
      serial(PSTR("24;0;%d;0;%d;.............

      // also tried cahnging into serial(PSTR("24;24;%d;0;%d;.............

      I made changes in the files SerialGateway and SerialGatewayUtil
      The node with sensor sees SerialGateway; Domoticz showes log "Serial gateway ready", but Domoticz does not see the sensor.

      posted in Development
      Lyubomyr
      Lyubomyr