Navigation

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

    Topics created by pw44

    • pw44

      Unable to add node - more than 2
      Troubleshooting • • pw44  

      7
      0
      Votes
      7
      Posts
      22
      Views

      mfalkvidd

      @pw44 MY_DEBUG is usually enough. https://www.mysensors.org/build/debug#enabling-debug-and-monitoring-the-logs and https://forum.mysensors.org/topic/666/read-this-first-it-could-save-you-a-lot-of-time/ can be useful.
    • pw44

      Node inclusion problem.
      Troubleshooting • • pw44  

      17
      0
      Votes
      17
      Posts
      121
      Views

      pw44

      @mfalkvidd may this problem be related with eeprom stored vars? i will clear the eeproms and flash gatewayand nodes again.
    • pw44

      Mysensors libray error - esp8266
      Troubleshooting • • pw44  

      2
      0
      Votes
      2
      Posts
      26
      Views

      pw44

      @pw44 downgraded ESP from 3.0.1 to 2.7.4 and issue is gone.
    • pw44

      ESP8266 nRF24L01 Gateway - photos of the finished device
      My Project • • pw44  

      1
      3
      Votes
      1
      Posts
      31
      Views

      No one has replied

    • pw44

      PIR with no interrupt - doubts.
      Troubleshooting • • pw44  

      5
      0
      Votes
      5
      Posts
      60
      Views

      pw44

      @Yveaux Thx for the hint! BR
    • pw44

      gw.sendVariable - library question
      Development • • pw44  

      4
      0
      Votes
      4
      Posts
      16
      Views

      mfalkvidd

      A guide for converting sketches using MySensors 1.5 to MySensors 2 is available at https://forum.mysensors.org/topic/4276/converting-a-sketch-from-1-5-x-to-2-0-x
    • pw44

      converting a project to mysensors.
      My Project • • pw44  

      2
      0
      Votes
      2
      Posts
      51
      Views

      TRS-80

      I am pretty sure there are already some posts about that, did you study those? They will probably be helpful in getting you started. Other than that, post whatever specific problems you run into as you go along, and you will be more likely to get some specific replies.
    • pw44

      Two gateways and nodes
      General Discussion • • pw44  

      3
      0
      Votes
      3
      Posts
      33
      Views

      pw44

      @mfalkvidd Thx for the reply. It makes sense.
    • pw44

      V_ARMED vs V_TRIPPED questions.
      Development • • pw44  

      3
      0
      Votes
      3
      Posts
      40
      Views

      Sasquatch

      Agree with @Yveaux. V_ARMED can be used in battery powered door sensors to preserve battery, or to reduce traffic. don't send V_TRIPPED if V_ARMED is not set. Sounding alarm is controller's decision.
    • pw44

      API questions regarding Home Assistant Core.
      Home Assistant • • pw44  

      3
      0
      Votes
      3
      Posts
      36
      Views

      MatiasV

      @pw44 The HA integrations page has useful information of how it al works together, check the presentation paragraph as it is important in HA. The node sketch shall make use of these defs for HA. Is it right? So, on a node sensor, i can have from 0 to 255 child_id's, each with it's name. But how to give a name for each child, if more than one sensor is connected to the node? The name can me customized in the presentation function in the description field: https://www.mysensors.org/apidocs/group__MySensorsCoregrp.html#gaef20c35998db495bd4c85bac42a7ad49 bool present ( const uint8_t sensorId, const mysensors_sensor_t sensorType, const char * description = "", const bool requestEcho = false ) Is this all right? if not, please educate me in the right way. And i'm also getting the following: This entity does not have a unique ID, therefore its settings cannot be managed from the UI. Any hint? This is a normal error in current versions of HA, the mysensors integration is still manual via YAML and cannot be managed from the HA FrontEnd.
    • pw44

      Mysensors Node not being recognized (added)
      Home Assistant • • pw44  

      3
      0
      Votes
      3
      Posts
      49
      Views

      monte

      Please read carefully the HA documentation: https://www.home-assistant.io/integrations/mysensors/ There it says that you need to present your node to HA by sending initial value of the node. Then HA adds it to its device list. if (!initialValueSent) { Serial.println("Sending initial value"); send(msg.set(state?RELAY_ON:RELAY_OFF)); Serial.println("Requesting initial value from controller"); request(CHILD_ID, V_STATUS); wait(2000, C_SET, V_STATUS); }
    • pw44

      NRF24L01+ and NRF24L01+PA-LNA problems - testing in progress
      Troubleshooting • • pw44  

      11
      1
      Votes
      11
      Posts
      143
      Views

      grumpazoid

      I have two cheapo ebay NRF24L01+PA+LNA. As has been posted elsewhere nearly all are fake. I only use one at a time for my gateway. I had to do lots of fiddling to get them to communicate with my nodes . This included shielding and using an aluminium plate as a ground plane (someone criticized this but it worked for me). Ive posted about it somewhere on here. More recently I took delivery of a shielded Ebyte module and it has worked great. I have loads of the cheap NRF24L01+ modules in my nodes. Some I have added 12.5cm antennas and some dipole antennas. It does make a difference if drop outs are a problem on the more distant ones.
    • pw44

      Ethernet Gateway - W5100 - stops responding to sensor and server
      Troubleshooting • • pw44  

      6
      0
      Votes
      6
      Posts
      60
      Views

      pw44

      @NeoX i gave up the w5100 gateway (uno r3 + w5100 shiled + NRF24L01+PA-LNA). the gateway with NRF24L01+ and Wemos D1 mini is working flawlessly the last two days - so, it will be the way to go.
    • pw44

      Problems with Nano + W5100 (funduino) + NRF24L01 gateway - no access.
      Troubleshooting • • pw44  

      2
      0
      Votes
      2
      Posts
      26
      Views

      mfalkvidd

      For some reason the Gateway uses IP=255.255.255.255 (which is not a valid IP address) instead of the one you specified. There is plenty of free ram after compiling the sketch, so ram shouldn't be a problem. There have been a few similar reports earlier. https://forum.mysensors.org/post/82366 seems to be the only one that has a suggested solution. Which version of the Arduino IDE and which AVR board version are you using?
    • pw44

      Ethernet Gateway - how reliable is it? which problems and how to avoid?
      Hardware • • pw44  

      2
      0
      Votes
      2
      Posts
      28
      Views

      TRS-80

      I think you should stop spamming the same topic in a bunch of different threads. In fact, I think mods should merge and/or delete all these secondary threads, and possibly even warn.
    • pw44

      mysensor gateway with ENC28J60 Ethernet doubts!
      Hardware • • pw44  

      10
      0
      Votes
      10
      Posts
      81
      Views

      TRS-80

      How are you troubleshooting? Monitoring serial? Network?
    • pw44

      Gateway Uno R3 + W5100 Ethernet Shield for Uno not working.
      Troubleshooting • • pw44  

      34
      0
      Votes
      34
      Posts
      131
      Views

      Yveaux

      @pw44 no, mysensors doesn't need it for soft spi and won't use it