Navigation

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

    Best posts made by Knuppel

    • RE: Possibility to add custom variables

      I have a workaround installed now. It's not pretty though. 😁
      Created a second temperature sensor in my sketch and did the mathmetics there also. In Vera I monitor this device for +2 or -2.

           send(msg.setSensor(0).set(temperature,1));
            // Custom
            temp_diff=temperature-lastTemperature[0];
            Serial.println("Temperatures compared: ");
            Serial.println(temp_diff);
            send(msg.setSensor(1).set(temp_diff,1));
      posted in Feature Requests
      Knuppel
      Knuppel