Navigation

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

    Topics created by l154

    • l154

      Openhab serial gateway and mysensors device discovery - tutorial
      OpenHAB • • l154  

      8
      2
      Votes
      8
      Posts
      6875
      Views

      andredts

      @l154 If you have let´s say the "unconfigured" group on your sitemap, and the item is set to that group, it will appear automatically.
    • l154

      FHEM requesting time from controller
      FHEM • fhem time • • l154  

      3
      0
      Votes
      3
      Posts
      2664
      Views

      chefkooch

      Had the same Problem! I'm totaly new to MYSENSORs and my gateway runs on an Arduino pro mini 8MHz attatched to a Pi. Funny thing was that the controller is able to send data at 115.2kbaud but can't read at that speed when clocked with 8MHz ( as explained here : http://forum.mysensors.org/topic/1483/trouble-with-115200-baud-on-3-3v-8mhz-arduino-like-serial-gateway-solution-change-baudrate). Solution: Set your baudrate to 57600 end reupload the sketch. Took me quite a while bevor I figured that one out. Hope that helps anyone how encounters the same Problem.