• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Redferne
    3. Topics
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 16
    • Groups 0

    Topics

    • R

      PIR Motion Detection rules

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      3k Views
      R
      Works great now! Thank you for your support!
    • R

      Widgets for controlling nodes

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      0 Votes
      3 Posts
      2k Views
      R
      Has anyone got a slider widget for dimmer or the like yet ? I was going to try adding a slider myself, but don't know where to put the <head> code to pull in the jquery ? <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Slider - Default functionality</title> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script> $( function() { $( "#slider" ).slider(); } ); </script> </head> <body> <div id="slider"></div> </body> </html>``` thanks
    • R

      MQTT sensors support?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      9
      0 Votes
      9 Posts
      4k Views
      P
      @jkandasa nice. I see support for standalone esp8266 sensors to use mqtt to communicate with mycontroller soon. Looking forward to some Arduino examples to use mycontroller-device library
    • R

      RFLink support (433Mhz)

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      5
      1 Votes
      5 Posts
      3k Views
      jkandasaJ
      @Redferne Great! I will come back soon..