Navigation

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

    Topics created by tsunami

    • tsunami

      RFM69HW antenna
      General Discussion • gateway pcb rfm69hw antenna • • tsunami  

      10
      0
      Votes
      10
      Posts
      1019
      Views

      zboblamont

      @tsunami My setup is max 50m radius and 433MHz standard power RFM69s so a small 1/4 wave whip works reliably even from a below ground pump chamber 10m away. Your 915MHz at 200m SHOULD work on 1/4 wave if obstacle free line of sight, but you could try a 2.4GHz Wifi router at one location and use a mobile at the other to test if you can see the router. I can see at least 3 neighbouring routers identified on my mobile from over 40m away through masonry, 10 on the laptop, so it's a simple enough test. If you can see the router on either, 915MHz should be rock solid with a simple whip and no need of directional antenna.
    • tsunami

      having trouble with water flow sensor + relay + moisture
      Troubleshooting • • tsunami  

      4
      0
      Votes
      4
      Posts
      862
      Views

      gohan

      @tsunami said in having trouble with water flow sensor + relay + moisture: #define CHILD_ID_MOISTURE 2 #define CHILD_ID_HUM 3 #define CHILD_ID_TEMP 4 try #define CHILD_ID_MOISTURE 12 #define CHILD_ID_HUM 13 #define CHILD_ID_TEMP 14 Also delete node from controller if you still see the ID mixed up
    • tsunami

      esp8266 gateway doesn't connect to mqtt broker
      Troubleshooting • • tsunami  

      8
      0
      Votes
      8
      Posts
      1450
      Views

      mfalkvidd

      @tsunami program the sketch to fetch status at boot. See the first example at https://www.mysensors.org/build/dimmer for how it can be done.
    • tsunami

      Help in data send to Domoticz
      Development • domoticz dht22 soil moisture • • tsunami  

      2
      0
      Votes
      2
      Posts
      1291
      Views

      gohan

      Do some debug on the node and on gateway and check if data is actually sent from the node and received by gateway. Also use wait instead of sleep if you are using it as a repeater and relay actuator.