Navigation

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

    kamilb85

    @kamilb85

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

    kamilb85 Follow

    Best posts made by kamilb85

    • RE: Forum Search not working?

      No, search is not working

      posted in Troubleshooting
      kamilb85
      kamilb85

    Latest posts made by kamilb85

    • RE: Echo request is not set

      I've found that:

      char *protocolMyMessage2Serial(const MyMessage &message)
      {
      	(void)snprintf_P(_fmtBuffer, (uint8_t)MY_GATEWAY_MAX_SEND_LENGTH,
      	                 PSTR("%" PRIu8 ";%" PRIu8 ";%" PRIu8 ";%" PRIu8 ";%" PRIu8 ";%s\n"), message.getSender(),
      	                 message.getSensor(), message.getCommand(), message.isEcho(), message.getType(),
      	                 message.getString(_convBuffer));
      	return _fmtBuffer;
      }
      

      We put in the print "message.getEcho()", but this isn't echoed message.
      I think we should put "message.getRequestEcho()" here.

      posted in Troubleshooting
      kamilb85
      kamilb85
    • RE: Forum Search not working?

      No, search is not working

      posted in Troubleshooting
      kamilb85
      kamilb85
    • Echo request is not set

      Hi,
      I'm sending message to controller:

      send(stopMsg.set(true), true);
      

      but echo flag is not set:

      0;0;1;0;31;1
      

      Can anyone explain why?

      posted in Troubleshooting
      kamilb85
      kamilb85
    • RE: Roller shutter(s_cover) on Domoticz

      Someone know if it is problem with Domoticz or MySensors?

      posted in Domoticz
      kamilb85
      kamilb85