• header.categories
    • header.recent
    • header.tags
    • header.popular
    • register
    • login
    1. home
    2. Redferne
    3. topics
    R
    offline
    • profile
    • following 0
    • followers 0
    • topics 4
    • posts 16
    • header.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
      5k 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
      4k views
      jkandasaJ
      @Redferne Great! I will come back soon..