Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • WifiGateway crashes after 1 or 2 days

    12
    0 Votes
    12 Posts
    3k Views
    K
    i investigated further: i have 2 gateways, both dev version, one from today, the other one about 2 weeks old I tried the relay sketch (newest dev version) - gave it an ID trough my ethernet gateway --> directly after connecting the relay sensor both ESP gateway crash - no fault messages in serial monitor DId anybody try the wifi gateway together with a repeater ?
  • MYSensors inclusion not working

    3
    0 Votes
    3 Posts
    1k Views
    B
    Thanks for the advice. I ended up troubleshooting my wiring and figured out the problem. I was getting 3.3V on the nano pin but the wire to the radio was only at 1.1V. A little resolder at the 3.3V pin fixed the issue, must have been a loose connection. The LEDs immediately lit up and the inclusion process worked perfectly, so I am back up and running! Time for my next project...
  • [SOLVED] Radio init failed

    9
    0 Votes
    9 Posts
    9k Views
    rnollenR
    @nikolian said: hello i have the same problem i tried different power source... (le33,ftdi3.3, 3.3 v of arduino uno ) but nothing... i have tried Decoupling-Capacitor and again nothing. also i have triple check the wires. but nothing. my radio is nrf24l01+ and works (ihave tested it to my gateway) my board is arduino pro mini 3,3 thanks I had the same problem, but I also found out that it is the lux meter itself. When there is no or almost none sunlight it simply does not send any data and it feels like it does not work.. if you're testing, do it in daylight and have patience. At the end everything did work for me, also with a powersupply of 5v. The one thing I found strange. I connected a 9v battery to the sensor. The lux meter drained it within 3 days, so I find that extremely fast.. I hoped it was usable with a battery, unfortunetaly it does not.
  • Need help with pulse counter for power meter

    12
    0 Votes
    12 Posts
    7k Views
    M
    @TommySharp Very nice, hope you realize you have started on a long journey :-) But try to modify the original sketch, it works really well and will save you a lot of work.
  • ESP8266 gateway and sensor node not talking - noobie

    mega dht11 esp8266
    37
    0 Votes
    37 Posts
    17k Views
    chrilleC
    @Yveaux I already did! https://github.com/mysensors/Arduino/pull/396
  • Signing messages: unreliable through to not working at all

    5
    1 Votes
    5 Posts
    1k Views
    AnticimexA
    @JasonV signing assumes an ideal radio link. Transmission problems needs to be handled by the transport layer. Signing won't work if that is not working. As for debugging, you have the DEBUG_SIGNING flag. See the MySigningAtsha204Soft.cpp (I assume you use soft signing).
  • OpenHAB and MQTT Gateway: moving to GatewayClient - Issue

    5
    0 Votes
    5 Posts
    2k Views
    X
    Oh, maybe that's exactly the case: https://github.com/openhab/openhab/wiki/MQTT-Binding#item-binding-configuration-for-inbound-messages It writes: direction: This is always "<" for inbound messages. So, having those 3 arguments in the original version: ">[mysensor:mygateway1-in/20/2/1/0/2:command:ON:1]" ">[mysensor:mygateway1-in/20/2/1/0/2:command:OFF:0]" "<[mysensor:mygateway1-in/20/2/1/0/2:command:MAP(1on0off.map)]" " I think it means: outbount to turn ON outbount to turn OFF INBOUND to check So, I need to change 'mygateway1-in' to 'mygateway1-out'. This would explain why I was going in loop. I THINK AT LEAST. I'll give a try this evening. Simon
  • Step by step instructions of how to troubleshoot RFM69 gateway/sensor ?

    8
    0 Votes
    8 Posts
    3k Views
    Cliff KarlssonC
    I tried both gateway and node sketch and it worked. I then uploaded the mysensors.org gateway sketch version 1.5,1.6 and 2.0. None worked. Formatted and reinstalled domoticz. Tried both stable and beta. No change. I am giving up on this for tonight.
  • 0 Votes
    9 Posts
    3k Views
    T
    Are you using the 115200 baud rate (I guess you are)? Try lowering the baud rate down to 38400 if you are running on 8 MHz. On 1 MHz you may need to go down to 4800. Well, this doesn't explain why you get total garbage, but at 115200 you get corrupted characters every once and a while, frequently enough to make serial transfer from PC to Arduino a mess. See these tables: http://wormfood.net/avrbaudcalc.php?postclock=8&hidetables=1 http://wormfood.net/avrbaudcalc.php?postclock=1&hidetables=1 For the same reason you can't use Sensebender or Pro Mini 3.3V as the serial gateway, unless you set the baud rate down to something like 38400.
  • [solved] node can't join gateway (gw using dev branch)

    3
    0 Votes
    3 Posts
    950 Views
    M
    Thanks for the anwser. Sorry for the noise, it was some weak soldering issue on the gateway. Worked the whole night, but broke around noon today. It's now fixed and works. Mikael
  • Help with MQTT gateway

    6
    0 Votes
    6 Posts
    2k Views
    G
    @gregl thanks for that I will give the MQTT client gateway a try. Yes it makes sense now why I can't see the MQTT gateway in the router, quite new to this so it a bit of a learning curve. Thanks again. Regards, George
  • Newbie help DHT22 on battery need sketch.

    9
    0 Votes
    9 Posts
    3k Views
    E
    This box I used good quality but a bit to small for me. http://m.aliexpress.com/item/1993296858.html
  • basic sensor on bare atmega328p not working

    5
    0 Votes
    5 Posts
    2k Views
    M
    Hello, Two things : first, the atmega chip was due to bad low fuse setting. secondly, I had some luck when reverting to 1.5.1 and got a value on domoticz because the problem came back quickly. I tested my setup with 2 others ds18b20 temp sensors and it worked with only one of them. I checked again the DHT22 on my other sensor node (an arduino nano) and it works. It seems to me that my board has some issue, and one of those temp sensor is tolerant to it (I believe the other one works but I should check that). I Checked the voltage with my multimeter and it is 3.3v as it should. But I'm not experimented on electronics and I could have done some basic mistake. Would someone have any idea ? Regards Mikael
  • Problem with relay+button and dallas temperature sketch combination

    4
    0 Votes
    4 Posts
    2k Views
    AWIA
    @Mixeur [image: 1454875050465-upload-1a3e50aa-5e84-4235-9f46-77db31dad43a] start of a difficult journey .... i finally changed the relays for SSD types. your sketch looks pretty straightforward.
  • Help with W5100 Resetting with Domoticz

    7
    0 Votes
    7 Posts
    3k Views
    mountainmanM
    @sundberg84 I updated MY_GATEWAY_MAX_CLIENTS from 1 to 4 in MyConfig.h This might help with you secondary controller issue.
  • APM 8Mhz, 2 AA batteries and within 2 tot 3 days dead

    7
    0 Votes
    7 Posts
    1k Views
    hekH
    I don't think Bounce2 works when you're sleeping. Why not use a simple interrupt to trigger wake up? Like in this example: https://github.com/mysensors/Arduino/blob/master/libraries/MySensors/examples/BinarySwitchSleepSensor/BinarySwitchSleepSensor.ino
  • I can get the WaterMeterPulseSensor working.

    8
    0 Votes
    8 Posts
    1k Views
    ZwollenaarZ
    ouch, i need to look in to that, but then it might me true the board is damaged... (Some other sketches seem to report data to the serial monitor, but i am not sure if the RFM69HW module is working.)
  • [SOLVED]Arduino nano clone, serial gateway not working

    5
    0 Votes
    5 Posts
    2k Views
    finch666F
    It appeared my radio module wasn't functioning......:angry: The nano gateway works perfect now.......:relieved: Thank you, TheoL, for your reactions!
  • Why is my ESP8266 MQTT Client Gateway an Access Point?

    6
    0 Votes
    6 Posts
    3k Views
    M
    @lafleur Thank you, I will try it right in the gateway code. I'm using the NRF24L01+ radios and I have not seen any noticeable difference in the range. Mind you I never tried to see how far I can go when I was using a serial gateway, but for now all my sensors work as they did with the serial gateway.
  • Node error when power via vcc/gnd, OK when using FTDI connection

    6
    0 Votes
    6 Posts
    2k Views
    S
    @mfalkvidd, I checked using the multimeter. In diode mode, I have 400 ohm between fdti and vcc. When powered a 0.4v drop. So both vcc's are not direct connected. Still strange it works OK with the 4.4v on the radio and not with 4.9 At least we have now an idea what It's a deek robot clone. https://arduino-board.com/boards/dr-pro-mini

14

Online

11.7k

Users

11.2k

Topics

113.1k

Posts