Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • Arduino nano and Uno in same My sensors network with NRF24L01+

    6
    0 Votes
    6 Posts
    41 Views
    TheoLT
    I have mixed Nanos, Pro Minis, ESP8266 and Unos and no problem. I do however have mixed NRF24L01 and NRF24L01+ due to a bad AliExpress saler that stated he sold NRF24L01+ which in fact were not the + version. So I have set my baudrate on all nodes to 1mb. In order to be helpful we need the log on the Uno.
  • Some sensors permanently fail after one/two years

    1
    1 Votes
    1 Posts
    13 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Suddenly a Sensor is Missing, not the whole Node. (RPI Eth Gateway, HA)

    5
    0 Votes
    5 Posts
    20 Views
    S
    No, it does not recover. The Problem is not easy to debug. I now want to build a serial gateway. With that, I am more flexible to test. Maybe to run MySensors on a second raspberry pi with a standard Home Assistant HASS-Os image. Or I check the MySensors network with MyController. At this moment i run the whole system on 64 Bit raspbian, with HA in docker, which is a little bit experimental and i had to fix some lines in the ethernet gateway to compile it for 64 bit. So this is experimental, too.
  • Extraneous info in Debug log

    debug log
    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • Help me build a RFM69 gateway using wemos d1 + keyestudio RFM69 shield

    1
    0 Votes
    1 Posts
    32 Views
    No one has replied
  • RS485 to custom PCB - comms working, relay not clicking - need helps

    3
    1
    0 Votes
    3 Posts
    28 Views
    A
    Hi OSD, thanks for your input. Those are the 4 relays on IO-MCU. I buzzed out the circuit and found that I had an open circuit on the 12v line to the relays. Furthermore 2 of the relays indicator LEDs were illuminating, 2 were not. I suspect, when I first juiced up the circuit on this MCU, the 2 relays fired, but I'd made the trace too thin for the required current. I wired up some jumper wire on the reverse of the PCB and the 2 relays started working. The 2 that remain inoperable? https://forum.arduino.cc/t/using-pins-a6-a7-on-pro-mini-compatible/118050 A6 and A7 can only be analogue inputs, cannot be digitally written to..... - so this part of my PCB is now redundant. However, all in all, some good fault finding, found the two issues, and I'm now going away to re-think my PCB trace widths and reading the datasheets more accurately ;) Thanks
  • MySensors (HA) having multiple gateways with local sensors

    1
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • Can not compile on Arduino Nano ESP 32

    15
    0 Votes
    15 Posts
    90 Views
    E
    @ctodor You are very welcome
  • Gateway stops communicating (again)

    2
    0 Votes
    2 Posts
    17 Views
    E
    Hm, maybe the problem is that your rPI has a short interruption in the WIFI connection, the MQTT TCP connection is interrupted and does not autostart again. Maybe there is something in the logs. Maybe you can find something about reconnects in one of these: journalctl --unit=systemd-networkd journalctl --unit=wpa_supplicant You could try to run wpa_cli in daemon mode to react to disconnects and connects. Create a script like this: #!/bin/bash case "$2" in CONNECTED) <your command to start the gateway>; ;; DISCONNECTED) <your command to stop the gateway>; ;; esac then, start wpa_cli in deamon mode: wpa_cli -a /path/to/your/script #use sudo if your gateway commands need sudo If that helps, you could create a service from this command. Regards, Edi
  • Radio RFM95 does not send ATmega1284p

    2
    3
    0 Votes
    2 Posts
    21 Views
    E
    Don't ask me why, but now it works. I changed nothing! Went to my girl over the weekend, coming back, the node was registred. Maybe a jammer went away?
  • can't make getStream() work

    2
    0 Votes
    2 Posts
    34 Views
    E
    @Mizar03 sorry for the late response. getStream() only works for firmware transfers. I'd suggest getString(), this should also work for all types of payloads, as they are normaly ASCII and not binary data.
  • High power consumption NRF52832 & SI7021

    24
    0 Votes
    24 Posts
    253 Views
    W
    I don't know if any of you guys are still around and using this stuff - I moved and am reviving a few of these 51/52 boards that I had built. Prior to moving I had decent luck with all these fixes though I don't quite remember where I was with any of this stuff seeing as it was 3 years ago. I had a few motion sensors and some temp/humd based on these fixes and they were working great, no dips. Not sure any of you will ever see this but hey it all worked.
  • Node broadcast loop

    2
    0 Votes
    2 Posts
    26 Views
    OumuamuaO
    Solved. Issue with power supply. Added a capacidade to power source.
  • Sudden battery drain - Pro-mini + RFM69

    pro mini rfm69 si7021 battery
    10
    1
    0 Votes
    10 Posts
    77 Views
    OumuamuaO
    Hi all, Should anyone face the same problem, I found the root cause: brownout threshold. I burned a new bootloader (Optiboot 8.0) without such trigger and the node has been working with used batteries (~2.7V) since May. Hope this helps.
  • Remotes will not connect after latest compile

    3
    0 Votes
    3 Posts
    17 Views
    G
    Thanks for the quick response. Yep! When I updated the IDE I forgot to modify the settings (915 MHz) in the new myconfig.h file. Doh! All good now.
  • Send 2x relay states to Home Assistant to make them visible?

    15
    0 Votes
    15 Posts
    65 Views
    E
    @Matt Yes, the landscape there is incredible. Unfortunately, I mostly have to work when I'm there :) Where are you from?
  • Pulse Water Meter, cant see anything

    4
    0 Votes
    4 Posts
    21 Views
    Thib.T
    Its seems to be working with this last sketch https://github.com/paolo-rendano/MySensors/blob/c01e14d0942de68126d67325a0687b1a6ce4fa16/examples/WaterMeterPulseSensor/WaterMeterPulseSensor.ino need some time to test it thanks
  • Compile on arm64 Raspi 3

    5
    0 Votes
    5 Posts
    43 Views
    M
    @monte thanks, did it!

5

Online

11.7k

Users

11.2k

Topics

113.0k

Posts