Navigation

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

    sgthree

    @sgthree

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

    sgthree Follow

    Best posts made by sgthree

    This user hasn't posted anything yet.

    Latest posts made by sgthree

    • RE: My final setup to get MySensors and OpenHab communicating via MQTT

      @Eric-Buhring I found that changing the line in the my sensors program that sends the message as below allowed me to use a Contact rather than a Switch

      if (value != sentValue2) {
      		// Value has changed from last transmission, send the updated value
      		send(msg2.set(value==HIGH?"OPEN":"CLOSED"));
      		sentValue2 = value;
      
      	}
      posted in OpenHAB
      sgthree
      sgthree