Navigation

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

    Topics created by matias53

    • matias53

      Help troubleshooting Ethernet Gateway
      Troubleshooting • ethernetgateway openhab2 • • matias53  

      7
      0
      Votes
      7
      Posts
      2052
      Views

      matias53

      Hi, It worked. using the 2.2 library solved my issue. Now I'll setup openhab. thanks for your quick and effective answer
    • matias53

      MQTT Gw - Request time
      Troubleshooting • • matias53  

      4
      0
      Votes
      4
      Posts
      1457
      Views

      hek

      You should probably try to use the MQTT client Gateway in the dev-branch. It forwards internal commands as well unlike the gateway in 1.5 which on do some forwards and rewrites of internal commands.
    • matias53

      st=fail help please
      Troubleshooting • • matias53  

      5
      0
      Votes
      5
      Posts
      3516
      Views

      Marcell Kovacs

      Hey all, I started to build an advanced sensor node after playing around the samples. Messed up sometimes, which took me few hours to figure out. So here are some basic things to check (probably for noobs like me): This is NOT a 5V device, connect to 3.3V Call "gw.process()" often! Without it a few messages might be still sent, but ack will surely fail. Do NOT sleep. use gw.wait() (same when you do long operations on another device, like waiting for Serial events) double-triple check if you use the same MyConfig.h for your sensors (forgot to flash with the new one) take care when using interrupts. No Serial in ISR! +1: when you 'present' some sensors with ack, gw.wait() a bit between them for a better success rate. Hope you won't have these kind of issues. // If you this this post should not be here, please rage