Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • RPi gateway build - unknown init system & make: not found

    11
    0 Votes
    11 Posts
    2k Views
    H
    Wow, you were right. All the packages that I installed are gone after reboot. This is unfortunate. I will now see if I can just install home assistant on a more common distro like rasbian or something.
  • Connection ok but no comunication

    8
    0 Votes
    8 Posts
    1k Views
    gohanG
    You need to debug the node, not the gateway, look in node's log.
  • platformio and mysensors for atmega328p on breadboard?

    5
    0 Votes
    5 Posts
    2k Views
    N
    Solved with some changes in the Dallas temp library (and platformio 3.5 which allows installing a library from a git url). My thread there: https://community.platformio.org/t/platformio-and-mysensors-for-atmega328p-on-breadboard-was-not-declared-in-this-scope/2994/7?u=n8henrie
  • Why a node installed from several days try find parent?

    8
    0 Votes
    8 Posts
    2k Views
    mfalkviddM
    @sineverba great! Thanks for reporting back.
  • How to - Standalone node on esp8266 using wifi only - sketch problem

    12
    0 Votes
    12 Posts
    7k Views
    Lars DeutschL
    @bram81 Thank you so much ... I was nearly getting mad - without your "edit and the include esp8266wifi hint" I'd still be pulling out my beard in frustration !
  • Sending a string in send() - not doing as I want it to do

    7
    0 Votes
    7 Posts
    924 Views
    mfalkviddM
    @mickecarlsson great!
  • Signing too heavy for Atmega328 on branch-development. Looking for hints

    10
    0 Votes
    10 Posts
    1k Views
    AnticimexA
    @sineverba not really. If you set the weak flag on the gateway it will only require signatures from nodes that require signatures themselves. This is described in the signing documentation.
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    19 Views
  • Raspberry Pi MQTT gateway crashes after a few hours

    7
    1
    0 Votes
    7 Posts
    2k Views
    M
    @gohan I've had some segmentation faults on rare occasions in the past, but I've never been able to find the reason. I'm suspecting that there is some bug in the class EthernetClient or EthernetServer that manifests in special conditions.
  • Sensebender GW no output on serial

    5
    1 Votes
    5 Posts
    1k Views
    T
    Ok, now I think I have a workaround...The sketch SecurityPersonalizer gave me the right hint. I need to extend the waiting time in setup. If I extend it to around 10secs it seems to work. void setup() { unsigned long enter = hwMillis(); while (hwMillis() - enter < (unsigned long)10000); Serial.begin(115200); Serial.println("here you go"); }
  • Raspberry Pi as MySensors gateway crash/hung after ~1hour.

    2
    0 Votes
    2 Posts
    687 Views
    YveauxY
    @macieiks Could be power and/or radio related. Could you try with a different, non-PA radio ?
  • Motion Sensors stop working

    4
    0 Votes
    4 Posts
    717 Views
    sundberg84S
    @igpels - i use this code. I would try a 47uF on the radio if you have 4,7 today to start with. To filter the output of the voltage regulator you add a 0,1uF and maybe a 10uF from VOut to ground.
  • Repeater node crashes

    16
    0 Votes
    16 Posts
    3k Views
    mfalkviddM
    @mimaret great work! Thanks for posting your solution.
  • 1 Votes
    5 Posts
    945 Views
    AnticimexA
    @sineverba regarding antenna swap, you probably affected rf performance and security require lossless rf link. As for switching between different atmga328p boards, the only difference is could think of would be that the radio power supply is also affected and again degrade the radio performence. If you get NACKs in the log, that is the problem.
  • GW not working after upgrade 1.x -> 2.1

    20
    0 Votes
    20 Posts
    3k Views
    bisschopsrB
    Hi all, I. m facing similar problems. like you. I was working on upgrading my network to 2.1.1. I got stuck with strange behaviour of the GW. I programmed it with: IDE version: 1.8.4 Arduino AVR release: 1.6.20 The latest 2.1.1 downloaded libraries and the latest GW version. After connecting the GW to my network, i was perfectly able to ping it. MYScontroller could connect, however sending a command to the gateway rusults in an error (ERROR 10054). I've been fighting with it for a day, exchanging compontents, rebuilding SW, etc. Here is what solved it! Changed the AVR release to 1.6.11 I know there are problems in AVR 1.6.X, but these should have been solved in 1.6.18 and higher. Apperantly that is not the case. I hope this helps! Ralph
  • Sending motion V_TRIPPED and light V_STATUS

    14
    0 Votes
    14 Posts
    3k Views
    gohanG
    You could check the code and try using smaller variable types to something that you actually need
  • [SOLVED]ESP8266_MQTT gate RFM69 not communicate with node

    6
    0 Votes
    6 Posts
    1k Views
    W
    Thanks to all. The problem is solved. I forgot to add pin definitions to the sketch. #define MY_RF69_IRQ_PIN D1 #define MY_RF69_IRQ_NUM MY_RF69_IRQ_PIN #define MY_RF69_SPI_CS D8 // NSS. Use MY_RFM69_CS_PIN for the development branch.```
  • FOTA with MYSController does not work with sleeping Sensebender Micro

    4
    1
    0 Votes
    4 Posts
    1k Views
    M
    @arrawx may be related to this?
  • Sensors node startup without gateway

    7
    0 Votes
    7 Posts
    2k Views
    gohanG
    It is quite odd that the gateway crashes. I had other problems but gateway has been running pretty much all the time
  • Problem to compile external mysensor exemple sketches

    6
    0 Votes
    6 Posts
    1k Views
    L
    I finally uninstall and re install arduino ide and mysensors librairies ans understand that a i have to open exemple through the exemple in the ide. But i still not able to compile external exemple ... like your AcDc double solid state relay with Ds18b20 .... I always have a message with librairie error ... I have difficulties to switch from arduino ide 1.6.5 and mysensors v1 to arduino ide 1.8.5 and mysensors v2 ... I don t really.know where to copy librairies and exemples .... If some one can help me ... THINKS merci

23

Online

11.7k

Users

11.2k

Topics

113.1k

Posts