• header.categories
    • header.recent
    • header.tags
    • header.popular
    • register
    • login
    1. home
    2. benya
    3. topics
    B
    offline
    • profile
    • following 0
    • followers 0
    • topics 10
    • posts 46
    • header.groups 0

    topics

    • B

      Database issue?

      watching ignoring scheduled pinned locked moved Troubleshooting
      6
      0 votes
      6 posts
      3k views
      jkandasaJ
      @benya Remove old database Start MyController Restore your backup file Start MyController
    • B

      Rule and operation order

      watching ignoring scheduled pinned locked moved Troubleshooting
      3
      0 votes
      3 posts
      2k views
      B
      Any chance to overcome this limitation? At least keep operations in the order they were added to the rule.
    • B

      "Send email" questions

      watching ignoring scheduled pinned locked moved General Discussion
      5
      0 votes
      5 posts
      2k views
      B
      @jkandasa Yes, followed https://easyengine.io/tutorials/linux/ubuntu-postfix-gmail-smtp/ and got it working in short time.
    • B

      Corrupted database?

      watching ignoring scheduled pinned locked moved Troubleshooting
      3
      0 votes
      3 posts
      2k views
      B
      Thanks. Your fix helped
    • B

      Triggering rule through the HTTP request

      watching ignoring scheduled pinned locked moved General Discussion
      14
      0 votes
      14 posts
      5k views
      D
      Thank you very much, this is exactly the kind of hint I needed!
    • B

      Synchronization between rules and timer handlers

      watching ignoring scheduled pinned locked moved General Discussion
      6
      0 votes
      6 posts
      2k views
      B
      @jkandasa said: @benya Do you face any issue with out Synchronization? I face potential issue in the following scenario: multiple PIRs tigger rule that reads/writes global variable and disables/enables timer timer reads global variable as well timer has counter=1 and self-disables when triggered Therefore I need to synchronize access to the global variable and modifications of timer object. Otherwise global variable and timer could be left in an unexpected state.
    • B

      Controlling global variable and timer from Groovy

      watching ignoring scheduled pinned locked moved General Discussion script groovy timer
      9
      0 votes
      9 posts
      4k views
      jkandasaJ
      @benya Thanks for the update, let me check mcApi.timer().update(myTimer)
    • B

      How to pass custom value relative to current time

      watching ignoring scheduled pinned locked moved General Discussion script javascript
      10
      0 votes
      10 posts
      4k views
      jkandasaJ
      @benya have a look on http://forum.mycontroller.org/category/24/scripts and TAG with SCRIPT
    • B

      MySensor auto node ID

      watching ignoring scheduled pinned locked moved Troubleshooting
      17
      0 votes
      17 posts
      12k views
      B
      @mpp Guys in MySensors forum noticed I cleared EEPROM with zeros instead of 0xFF.
    • B

      Sensor state

      watching ignoring scheduled pinned locked moved General Discussion
      10
      0 votes
      10 posts
      4k views
      jkandasaJ
      @benya If I have two nodes (#1 and #2) and each has sensor with ID '21' and each node calls request(21, V_STATUS), which sensor values they will get from controller? Node #1 will get his node_1/sensor_21 value and node #2 will get his node_2/sensor_21 value? Yes, You can have any number of nodes with the same sensorId. When MyController receives a request from a node, it knows node Id too. node id will be added on behind the scene when you raise a request.