Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • W5100 Ethernet Gateway Build Fails

    8
    0 Votes
    8 Posts
    3k Views
    mfalkviddM
    @martrw goad I could help. To edit the topic name, click the three dots at the bottom-right of your first post and select Edit. Then click the row above the text formatting tools and change the text.
  • I can't get the list of nodes connected to my gateway

    1
    0 Votes
    1 Posts
    522 Views
    No one has replied
  • Change default pin

    2
    0 Votes
    2 Posts
    3k Views
    mfalkviddM
    @niek said: Is there a way to override the default pin? Yes and no. And maybe you don't have to :) Have you tried connecting both sensors to the same pins? That might work without you having to do anything. If that doesn't work, read on... The Adafruit BH1750 and BMP085 libraries do not support configuring which device on the i2c bus to "talk" to. There is an old pull request to add support, but it hasn't been added to the official code. You could download the fork. Both sensors communicate using i2c, and it is possible to connect multiple i2c devices to the same i2c bus. The two Adafruit libraries use the Wire library underneath. The Wire library handles i2c communication. So if you use the Wire library directly, you can connect both sensors to the same pins and follow the instructions here. Doing that will probably require some programming skills though, since you will need to do the stuff done by Adafruit's libraries manually. An alternative might be ut use Soft SPI to use a different set of pins, but I think that would require more work than using the Wire library.
  • NRF24 connection issues

    2
    0 Votes
    2 Posts
    1k Views
    parachutesjP
    @parachutesj One addition I found in thread https://forum.mysensors.org/topic/1664 (Which NRF24 is the best) a code to do some testing. However the performance I am getting with my radios seems to be ok
  • Debugging radio coverage...

    6
    0 Votes
    6 Posts
    2k Views
    NeverDieN
    Since z-wave is a different frequency band (not sure where you are, but 908.4Mhz in the US), you may have a wideband interference source. The easiest way to troubleshoot and possibly find the source would be with an inexpensive RTL-SDR.
  • ESP8266; MQTT; DNS Not Working?

    1
    1 Votes
    1 Posts
    578 Views
    No one has replied
  • Stop all actions if radio failed

    2
    1 Votes
    2 Posts
    747 Views
    mfalkviddM
    Doing what you want requires to predict what will fail - which is extremely hard. Does the radio fail because of a software bug? If so, if it was possible to predict the bug and handle that case, it would be easier to fix the bug. Does the radio fail because the power supply is insufficient? if so, the Arduino might be running outside the specifications as well. And when something is run outside the specifications, the result is, well, unspecified... Sure, NASA does a pretty good job, but their electronics costs millions and their software development costs more. However, there are some things that can be done. Make sure you have selected actuators that behave the "right way" when unpowered. For a water valve, this means normally closed (if the failsafe thing to do is to stop the flow) or normally open (if the safe thing is to keep the flow going). For your motor the safe thing is probably to stop the motor, which will happen automatically if power is lost so this case isn't as applicable to your situation. have pull-ups or pull-downs on the io pins, so the actuator returns to the "correct" state if the Arduino stops driving its outputs In setup(), make sure you initialize all output to safe values in case the Arduino is reset for whatever reason. use the watchdog functionality of the Arduino. The internet has lots of resources on how to do this. A good start might be http://playground.arduino.cc/Main/ArduinoReset External watchdogs might be a solution as well - something that resets the Arduino if it doesn't receive a pulse every second or something like that For your specific case, I would look at power problems. Are you using a reliable power source? Do you have the recommended decoupling capacitors in place? If you get rid of the root problem, you might not need to add any additional safety features. You could also create a hardware solution that automatically stops the relay when the actuator hits an endpoint.
  • [1.5.4] setDestination remove signing (MySigningAtsha204Soft)

    2
    0 Votes
    2 Posts
    797 Views
    M
    the answer for this problem is here technically possible, but hard to implement. Stefano
  • self healing routing tables sometime fails

    1
    0 Votes
    1 Posts
    851 Views
    No one has replied
  • Super simple node to node, why doesn't it work?

    5
    0 Votes
    5 Posts
    1k Views
    hekH
    No ;)
  • Sleep mode/Read Vcc issue

    12
    0 Votes
    12 Posts
    3k Views
    engyE
    The problem was faulty NRF24... another batch :( Just powered sensor in sleep mode is consuming as expected - a few uA. But later, after while, power consumption is increasing. Commenting Vcc was just coincidence. Received new NRFs batch from mysensors shop, and all the problems gone. Thanks!
  • Can't get to call incomingMessageCallback function

    3
    0 Votes
    3 Posts
    751 Views
    bogdanB
    Thank you!
  • 0 Votes
    2 Posts
    572 Views
    mfalkviddM
    (moved to separate thread, couldn't see anything related in the original thread)
  • Serial gateway with arduino nano inclusion problem

    10
    0 Votes
    10 Posts
    2k Views
    miroM
    Now when I tested the sensor in arduino monitor it says just. Req id Also the other sensor have stop working. Something wrong with gateway?
  • Dimmer issues.

    3
    0 Votes
    3 Posts
    831 Views
    mfalkviddM
    Great! Thanks for telling us the solution.
  • [solved] Serial Gateway with arduino uno don't receive data

    4
    0 Votes
    4 Posts
    1k Views
    ganqG
    I found the problem. It was the 3.3 V from the arduino uno. Its seems ok with a voltmeter but is not so stable for the nrf
  • Cannot detect my ds18b20 temp probes

    8
    0 Votes
    8 Posts
    2k Views
    signal15S
    @gregl Through the Vera UI. But, I just got it working. I got a new power supply for the ESP board, and then I used tin foil to shield my gateway.
  • Sensebender micro as serial gateway: transmit data?

    5
    0 Votes
    5 Posts
    1k Views
    nsom67N
    OK thanks for your help and advice, I had a quick look at the librairies behind but indeed it was not straightforward to see where the things happen in the background.
  • Cant't get MQTTGateway to work

    12
    0 Votes
    12 Posts
    3k Views
    SoloamS
    Wire Length? Way is this important? The problem was solved soldering te 2 resistors! The cable length is a normal small cable going to the router
  • RGB-3D only showing 1 dimmer, not 3 in Vera

    17
    0 Votes
    17 Posts
    4k Views
    Tore André RosanderT
    What is the actual solution to this problem? I have the same problem (mysensors v2 (dev)) and domoticz. I have 2 RBG-3D nodes, the first one is showing all dimmers and works perfect, but when i added the second one i only get "Present Blue" and the "show" button. Under the mysensors hardware in domoticz the second RGB node display "Name: unknown, Sketch name: Unknown". [image: 1462194787019-mysensors.png]

25

Online

11.7k

Users

11.2k

Topics

113.1k

Posts