Skip to content
  • Setting parameters before system load

    General Discussion
    9
    0 Votes
    9 Posts
    2k Views
    nagelcN
    @OldSurferDude Thanks!
  • Merry Christmas and Happy New Year.

    General Discussion
    3
    4 Votes
    3 Posts
    1k Views
    T
    Merry Christmas all!
  • Signing clarification

    Troubleshooting
    6
    0 Votes
    6 Posts
    1k Views
    mfalkviddM
    It is the receiver's eeprom that needs to be cleared. In most MySensors networks, the receiver is the gateway. But since MySensors supports node to node communication (for example a button node sending a message to a relay node), any node can be a receiver. So in the example, the eeprom of the relay node would also need to be cleared.
  • Sound Sensor

    My Project
    32
    0 Votes
    32 Posts
    37k Views
    A
    Hey everyone, I’ve been messing around with these sound sensors lately too. The biggest headache I’ve found isn’t the wiring, but actually calibrating the 'sensitivity' screw so it doesn't just trigger on every little background hum. If you're trying to figure out if your sensor is actually picking up the right ambient levels, I found this web tool https://noisemeter.co/ pretty handy. It’s easier than lugging a dedicated SPL meter around just to see if your room's baseline noise matches what the Arduino is reporting. Curious to see if anyone has managed to get a reliable 'glass break' or 'clapper' trigger out of these without a ton of false positives!
  • Debugging without radio messages

    Troubleshooting
    4
    0 Votes
    4 Posts
    1k Views
    T
    I actually write a non MS sketch first - well for the more complicated things - and when that works I add MS code. That way you can be sure that everything works fine before you enable MS on your node.
  • Is the search bar broken?

    General Discussion
    5
    0 Votes
    5 Posts
    1k Views
    T
    @Arvie_Mamayson It was fixed a couple of weeks ago. I just tested and works for me
  • 0 Votes
    3 Posts
    1k Views
    OldSurferDudeO
    I concur with @TheoL, though I understand the desire to have better control over your interface. The MySensors serial interface is well documented. You might consider MQTT as a transport mechanism. MQTT Explorer allows you to view the data which makes debugging easier. Good luck with your project.
  • Any good home automation controllers?

    Controllers
    13
    0 Votes
    13 Posts
    4k Views
    A
    If you’re already using MySensors, Home Assistant is definitely worth a look - great community, lots of integrations, and works really well with DIY setups. OpenHAB is another solid option if you prefer something more configurable.
  • NRF24L01 2.4GHz Wireless Transceiver Module

    My Project
    1
    0 Votes
    1 Posts
    756 Views
    No one has replied
  • Pjon Script

    General Discussion
    10
    0 Votes
    10 Posts
    2k Views
    S
    @David-Jenkins Hi, good evening!! I can't find these examples. Can you share the link to the sketches? Thank you so much!
  • Gateway restarts a midnight

    Troubleshooting
    11
    1 Votes
    11 Posts
    3k Views
    skywatchS
    Hah! Been there, done that. Well done on finding the source of your issue and sharing the solution so others might benefit! Kudos.
  • 3 Votes
    26 Posts
    6k Views
    OldSurferDudeO
    My guess is that the the leakage power captured can only supply that amount of current (at the specified voltage)
  • Bypass radio connection

    Development
    5
    0 Votes
    5 Posts
    1k Views
    A
    That is a great clarification on the use of #define MY_PASSIVE_NODE! Knowing that it works by simply letting the node skip all the 'normal' stuff (which wasn't needed anyway) and that there are no major disadvantages for this specific use case is super useful.
  • nRF24L01+ missing capacitor aka "magic finger"

    Hardware
    10
    2 Votes
    10 Posts
    2k Views
    T
    @ben999 Yes I have 3 gateways 1 nfrf and 1 rm for production. And 1 nrf gw for test. The test gw is on a separare PI I might run a 4th gw. Also an rfm on the test machine.
  • Hacking a Neato Robotics BotVac Connected

    General Discussion
    71
    3 Votes
    71 Posts
    91k Views
    T
    Sorry to necro but, you may be interested to hear that someone published a solution to controlling Neato locally on GitHub. Unfortunately it requires a hardware modification in form of an ESP32 or similar board, but with it you should be able to use your Neato with Home Assistant, for example. I haven't yet tested this myself, but the solution looks worth a look and the instructions seem clear enough. https://github.com/Philip2809/neato-connected As I've received the dreaded shutdown email, I'll be looking into this once I have more time to tinker.
  • MySensors node not working with Alexa on my Vera

    Vera
    2
    0 Votes
    2 Posts
    1k Views
    David JenkinsD
    @dbemowsk said in MySensors node not working with Alexa on my Vera: Is there anyone that either still uses a Vera controller or knowssomething about how they work with Alexa? My issue is that my thermostat bridge had the Arduino Pro Mini die and I had to flash a new one. When I did this I had to re-discover it with MySensors in Vera. I then had to delete the node from Alexa to add the new one, but when I go to the list of discoverable devices it doesn't show up. I can control it fin on the Vera but can't add it to Alexa. Sounds tricky! If Vera controls it fine, the issue is likely with the Alexa integration, sometimes a full “refresh” or restarting the Alexa app after re-adding the device in Vera helps it show up.
  • Problem with LGT-RF-Nano

    Hardware
    9
    0 Votes
    9 Posts
    2k Views
    A
    I’ve had similar trouble with the LGT RF Nano — the radio part is a bit picky. What fixed it for me was lowering the data rate in the sketch and giving it a proper capacitor on VCC (even a small 4.7µF helped a lot). Also worth trying a different CE/CSN pin setup; these clones don’t always match the “standard” wiring perfectly. After that mine started talking to the gateway without any drama.
  • Sleeping with RFM95 ?

    Hardware
    8
    1 Votes
    8 Posts
    2k Views
    T
    I learned my lessons about bread boards. Slowly replacing my cheap AliExpress ones with good quality ones. I blew up 2 nano's and 1 nrf this week because of a bad breadboard
  • AI: What is the future of Wikis and Forums?

    General Discussion
    10
    1 Votes
    10 Posts
    2k Views
    T
    Well it's nice that it can help people who want it. Maybe not all.
  • Flame Sensor Not Triggering Setup

    Troubleshooting
    21
    0 Votes
    21 Posts
    3k Views
    OldSurferDudeO
    @skywatch @sindrome73 This is what I do, too. Note that it is wait(), which is a MySensors function and not delay(), an Arduino function. wait() checks for MySensors messages, delay() halts all process, thus a message might be missed.

21

Online

12.1k

Users

11.2k

Topics

113.4k

Posts