Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. napo7
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by napo7

    • napo7

      EEPROM wearing
      Development • • napo7  

      6
      0
      Votes
      6
      Posts
      1528
      Views

      napo7

      Great ! Now I have to implement a circular buffer and the solution will be perfect ! Edit : This reading is interresting : http://hackaday.com/2011/05/16/destroying-an-arduinos-eeprom/ The user did a test to wear out EEPROM, and did managed to get more than 1M writes before it started to fail !
    • napo7

      (Almost) Controller-Less MySensors switch/light network
      Development • • napo7  

      11
      0
      Votes
      11
      Posts
      3020
      Views

      napo7

      Catch it ! Thanks !
    • napo7

      Add new V_ACTION behavior for window shade/cover (and perhaps others)
      Feature Requests • • napo7  

      6
      0
      Votes
      6
      Posts
      1571
      Views

      pansen

      Why, just always send V_STATUS=ON and implement it properly in your node (i.e. toggle on reception).
    • napo7

      Handling push buttons events
      Domoticz • • napo7  

      3
      0
      Votes
      3
      Posts
      2172
      Views

      napo7

      Handling the short press/long press/release by the arduino is quite easy. I can already send a different event regarding what happens on each button, but the event has to be handled by domoticz Previously, I was using a custom-made software for all my home automation. I handled the thing like this : When event is "pulse" : if timer is OFF and light is OFF : - Turn a timer ON for 5 seconds. - Turn light to 1st dim level (levels are 2, 5, 10, 30, 50 and 100%) if light is ON and timer is ON : Reset timer to 5s. Turn light to next dim level If light is ON but timer is OFF : Turn light OFF when event is "hold" : -do another action (ie. turn on/off another light)... That was working corretly, I did put this script in a function that I could reuse for each light easily, but it was my own home automation system software, and now I want to turn to another system, no more time to fix/enhance my own software !
    • napo7

      Module "Fil Pilote" for french heaters
      My Project • • napo7  

      1
      0
      Votes
      1
      Posts
      657
      Views

      No one has replied