Navigation

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

    Topics created by Brian Morris

    • Brian Morris

      Switching gateway issues
      Troubleshooting • • Brian Morris  

      4
      0
      Votes
      4
      Posts
      252
      Views

      electrik

      Are you sure the node can reach the gateway? So is the connection okay?
    • Brian Morris

      MQTT Gateway: Add a confirmation/acknowledgement to the publish topic upon setting via subscribe topic.
      Troubleshooting • • Brian Morris  

      11
      0
      Votes
      11
      Posts
      2432
      Views

      martinhjelmare

      @Brian-Morris Don't invert the state before you send it back to the controller . Ie this part: state?false:true should be: state?true:false in the receive function.