Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • nRF24L01+PA+LNA hangs my software but transmits when PA is touched

    4
    2 Votes
    4 Posts
    1k Views
    Mark SwiftM
    @MarcoE I think I do have units with the issue, my hope was you could share it here for all to see, it might help solve a number of issues for the community...
  • Battery sensor and re-connecting to gateway

    24
    0 Votes
    24 Posts
    6k Views
    tekkaT
    @Mark-Swift Almost :) #define MY_TRANSPORT_WAIT_READY_MS 60000 applies only when the node starts, i.e. before entering loop(). Once you are in loop() and you put the node to sleep #define MY_SLEEP_TRANSPORT_RECONNECT_TIMEOUT_MS 10000 defines how long the node will try to establish a connection before going to sleep, default is 10s. Please have a look here for additional information.
  • Magnetswitch + LUX sensor = false positives

    5
    0 Votes
    5 Posts
    1k Views
    meanmrgreenM
    I think i solved it by replacing the tripped code with this modificed code from https://codebender.cc/example/MySensor/BinarySwitchSleepSensor#BinarySwitchSleepSensor.ino { uint8_t value; static uint8_t sentValue=2; // Short delay to allow buttons to properly settle sleep(5); value = digitalRead(BUTTON_PIN); if (value != sentValue) { // Value has changed from last transmission, send the updated value send(msg.set(value==HIGH ? 1 : 0)); sentValue = value; }
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Presentation of 3rd sensor for a node fails....

    10
    0 Votes
    10 Posts
    2k Views
    EfflonE
    @robosensor I have tried the bool in the present() function but it doesn't help setting it to true...
  • MQTT - NRF24 gateway communication issues

    3
    0 Votes
    3 Posts
    1k Views
    gohanG
    @Efflon Hi, in fact radio modules with blob where the problems as I got them replaced with IC ones.
  • Cant compile 2.01 for atmega168

    6
    0 Votes
    6 Posts
    2k Views
    mfalkviddM
    Support for atmega168 has been added in the development version of MySensors and will be available in the next stable release. More info in https://forum.mysensors.org/topic/5727/compile-error-for-pro-mini-5-5v-168/
  • Not possible to compile Mysensors 2.1 for Arduino Nano

    5
    0 Votes
    5 Posts
    2k Views
    mfalkviddM
    Support for atmega168 has been added in the development version of MySensors. More information: https://forum.mysensors.org/topic/5727/compile-error-for-pro-mini-5-5v-168/8 However, note that due to the small flash size of the atmega168, quite few sketches will fit.
  • Serial Monitor on Pro Mini Displaying Scrambled Response

    3
    0 Votes
    3 Posts
    771 Views
    co_bikerC
    Ahhh.. That worked!!! Thank you very much!!!
  • How to connect Sensebender with serial gateway?

    10
    1 Votes
    10 Posts
    3k Views
    MadhiasM
    Adding a capacitor at the radio solved my issues... Sorry for not trying that from the very beginning, today I bought some capacitors, and now it looks good! Happy now! 33804 TSF:MSG:SEND,3-3-0-0,s=1,c=1,t=0,pt=7,l=5,sg=0,ft=0,st=OK:24.0 33818 TSF:MSG:SEND,3-3-0-0,s=2,c=1,t=1,pt=2,l=2,sg=0,ft=0,st=OK:62 34127 MCO:SLP:MS=60000,SMS=0,I1=255,M1=255,I2=255,M2=255 34134 MCO:SLP:TPD 34136 MCO:SLP:WUP=-1 Sending initial value 34154 TSF:MSG:SEND,3-3-0-0,s=1,c=1,t=0,pt=2,l=2,sg=0,ft=0,st=OK:1 Requesting initial value from controller 34164 TSF:MSG:SEND,3-3-0-0,s=1,c=2,t=2,pt=0,l=0,sg=0,ft=0,st=OK: TempDiff :1.01 HumDiff :1.50 T: 23.00 H: 65
  • Ethernet Gateway: No LAN traffic AFTER initial controller setup.

    4
    0 Votes
    4 Posts
    2k Views
    T
    @ohuf Learned something new. Until now I even didn't know that boards.txt was available at GITHUB. I think replacing boards.txt twice might be redundant, but this is a pure guess. Important for now is: have much fun with your new functional Gateway!
  • Noob question Arduino not in sync?

    7
    0 Votes
    7 Posts
    2k Views
    bjacobseB
    Hmm strange, could it be due to receiving something else that you remote? I assume the 433MHz receiver is receiving anything it can pick up
  • Interrupt conflict newremoteswitch and MySensors receive() function?

    7
    0 Votes
    7 Posts
    2k Views
    A
    Ok sorry, I see the difference. I still use version 1.5.4
  • Node gets not recognized by Domoticz

    1
    0 Votes
    1 Posts
    389 Views
    No one has replied
  • DHT sketch version 2.1.0 no data i IDE seiel [SOLVED]

    4
    0 Votes
    4 Posts
    1k Views
    M
    @MLs Since not gateway talked to the controller so the node is not passed on to DHT. But the problem with Domoticz and MQTT I still have. Can not get the Domoticz to redeem from MQTT. //Mattias
  • 0 Votes
    3 Posts
    1k Views
    RedguyR
    Thanks Yveaux, This led to a whole new range over errors : call of overloaded 'set(float)' is ambiguous I resolved the issue by changing the send command from : send(Phase1_Current.set(m_Phase1_Current)); to send(Phase2_Current.set((float)m_Phase2_Current,1)); Which is working fine now.
  • How to check my soldering using a multimeter

    17
    0 Votes
    17 Posts
    4k Views
    mfalkviddM
    http://makezine.com/2016/03/08/beautiful-woman-soldering-stock-photo-wrong/
  • ESP8266-PIR to MQTT-Home Assistant

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

    1
    0 Votes
    1 Posts
    22 Views
    No one has replied
  • Millis problems (slow and vera switch not work)

    1
    0 Votes
    1 Posts
    507 Views
    No one has replied

18

Online

11.7k

Users

11.2k

Topics

113.1k

Posts