Navigation

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

    Topics created by Richard van der Plas

    • Richard van der Plas

      MySensor nodes powering on with Dusk / Dawn Garden lights issue
      Development • • Richard van der Plas  

      4
      0
      Votes
      4
      Posts
      751
      Views

      Nca78

      @richard-van-der-plas yes. Instead of making a different script for each sensor to change the delay, you can either use a random value or make node id * xxx ms and a fixed value if node id is not yet set.
    • Richard van der Plas

      New Light is not shown in HASS
      Home Assistant • • Richard van der Plas  

      3
      0
      Votes
      3
      Posts
      924
      Views

      martinhjelmare

      Please post your json persistence file.
    • Richard van der Plas

      latest version 2.2.0 shows strange version in presentation
      Troubleshooting • • Richard van der Plas  

      5
      0
      Votes
      5
      Posts
      875
      Views

      Richard van der Plas

      @nick-willis mine is turned around, 2.1.1 nodes give the version 2.2.x gives the text row messing up mysensors
    • Richard van der Plas

      Suddenly communication between gw & nodes stopped , rebooting pi sometimes solves it
      Home Assistant • • Richard van der Plas  

      36
      0
      Votes
      36
      Posts
      3566
      Views

      gohan

      I bought them on aliexpress from the cdebyte shop. There are a few open topics about real and fake nrf24 if you want to read some more. As a general rule of thumb consider that the genuine nrf24 chip is normally sold around 1.2$ so you can't buy a fully assembled genuine module for less than a dollar.
    • Richard van der Plas

      After changing IRQ pin in Mysensors setup everything falls apart
      Troubleshooting • • Richard van der Plas  

      6
      0
      Votes
      6
      Posts
      956
      Views

      gohan

      The RPI3 usually draws between 0.2 to 0.7A so you should be fine on that side.
    • Richard van der Plas

      Unknown battery drain
      Troubleshooting • • Richard van der Plas  

      26
      0
      Votes
      26
      Posts
      3026
      Views

      tbowmo

      @ahmedadelhosni Alkaline, cheap "IKEA" batteries.. My units reports around 60% battery capacity left (very unscientifically measurements) About operating frequency. If you have a sleeping node, then you won't gain anything from using 1Mhz versus 8Mhz, on the contrary you might end up using more power, when using 1Mhz, than 8Mhz. Because the time that the MCU is awake is longer at 1Mhz, than at 8Mhz. Remember, that when the MCU is sleeping, the power usage is the same, regardless of what frequency the MCU is working at, because the oscillator is shut down. at 8Mhz you would complete your operation quicker, and return to sleep mode again faster, than when running at 1Mhz.
    • Richard van der Plas

      New Sensor node doesn't show up in HA
      Home Assistant • • Richard van der Plas  

      2
      0
      Votes
      2
      Posts
      1283
      Views

      Richard van der Plas

      damn i think i found the issue, the presentation uses V_TRIPPED, that should be S_MOTION or S_DOOR, gonna try that tommorrow update 21-11, it indeed was the V_TRIPPED vs S_DOOR.
    • Richard van der Plas

      mysensors.json file structure
      Home Assistant • • Richard van der Plas  

      18
      0
      Votes
      18
      Posts
      4724
      Views

      mirodin

      I made a pull request over on github, if @martinhjelmare accepts it we should be good to go.
    • Richard van der Plas

      Home assistant triggers a mysensor light, nothing happens
      Troubleshooting • • Richard van der Plas  

      6
      0
      Votes
      6
      Posts
      1381
      Views

      Richard van der Plas

      @martinhjelmare changed the antennas again for another design, and send the level to max, and today it seems to be stable. Proof is in the pudding, he needs to control my aqarium lights twice a day. that's the one thats missing. al my sensors are power with power regulators, so that should be good. if the issue is persisent, i will try further.
    • Richard van der Plas

      Sleep issue
      Troubleshooting • • Richard van der Plas  

      8
      0
      Votes
      8
      Posts
      1440
      Views

      Richard van der Plas

      @Yveaux Ok went to 2.0 and that indeed works
    • Richard van der Plas

      New CHILD ID after reprogramming
      Troubleshooting • • Richard van der Plas  

      6
      0
      Votes
      6
      Posts
      1530
      Views

      Richard van der Plas

      @gohan said in New CHILD ID after reprogramming: #define MY_NODE_ID 5 aha MY_NODE_ID, instead of CHILD_ID
    • Richard van der Plas

      MySensors Gatway dimmers & Home assistant
      Hardware • • Richard van der Plas  

      21
      0
      Votes
      21
      Posts
      4599
      Views

      Richard van der Plas

      @martinhjelmare Thanks for the input, when i arrive home ill update my code