• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. benya
    3. Topics
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 46
    • 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
      1k 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
      1k 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
      4k 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
      3k 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
      11k 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.