• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. cimba007
    3. Topics
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 10
    • Groups 0

    Topics

    • C

      Telegram notification

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      4
      0 Votes
      4 Posts
      2k Views
      jkandasaJ
      @cimba007 just updating this topic. now we have built-in support for the telegram notification. https://forum.mycontroller.org/topic/312/send-telegram-bot-message
    • C

      Resources/Rules - Trigger on value changed

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      2
      0 Votes
      2 Posts
      819 Views
      jkandasaJ
      @cimba007 First time this rule will trigger, if your variable starts with http, then it goes to ignore duplicate mode. Until variable value changed(should not start with http) this rule will be ignored. Works this way.
    • C

      Question: Example script like "Operation send mail"

      Watching Ignoring Scheduled Pinned Locked Moved Developers Zone
      2
      0 Votes
      2 Posts
      2k Views
      jkandasaJ
      @cimba007 MyController supports to execute operations from script. You can pass bindings as JSON key-values. For now we cannot pass dynamic detail from Operations. But you have query options to communicate with MyController. You can get details like Node, Gateway, Sensors, Rules, Operations, etc., Refer MyController document on downloads page MyController supports for Python scripts. But by default it's not shipped with Python-Java support engine which is www.jython.org Steps to add new script engine Download jar file and place it under mycontroller/lib/ and restart MyController services. For example if you want to add Python support on MyController, you need to add Jython library. Download jython-standalone-*.jar from Jython website. Place it under mycontroller/lib/ Stop MyContorller Start MyController