Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • Change PT=1 to PT=0 when changing a sensor state.

    9
    0 Votes
    9 Posts
    1k Views
    P
    For a different approach, how would you manually force a sensor to change it's state (for a binary sensor) from the gateway?
  • CKU FAIL & MSG GWL FAIL

    1
    0 Votes
    1 Posts
    399 Views
    No one has replied
  • rfm69hcw frequency

    6
    0 Votes
    6 Posts
    1k Views
    mfalkviddM
    As already meintioned by @kimot and @gohan, the rfm69hcw comes in different versions. From the datasheet, there are four versions: [image: 1521101398513-img_2347-resized.png] Each versions support a frequency range. This is also shown in the datasheet: [image: 1521101442728-img_2346-resized.png] @Qwe-Qwe you need to buy a version that matches your frequency, and cut/buy an antenna that also matches the frequency.
  • Broadcast message received & how can Node handle incoming messages

    5
    0 Votes
    5 Posts
    1k Views
    JohnRobJ
    @Nca78 Thank you so much for your incite. John
  • W5100 Ethernet gateway

    1
    0 Votes
    1 Posts
    560 Views
    No one has replied
  • Node unable to get ID from gateway. [2.2.0]

    17
    0 Votes
    17 Posts
    3k Views
    D
    Not sure if it is the same problem, but looking similar ? I upgrade my MQTT gateway to 2.2.0 (from 2.1.0), all working ok with my 2.1.0 sensor nodes I upgrade the first sensor node to 2.2.0, and I get TSM:INIT:TSP FAIL messages on the node. I downgrade the first sensor node back to 2.1.0 and it works again like a charm ... Did I miss something ? Is this a bug in 2.2.0 ? Do I need to change config ? Best regards, DirkB
  • Binary sensor for production counting transmits false values

    8
    0 Votes
    8 Posts
    1k Views
    K
    Mysensors is nice, but for your task with ESP2866 I can recommend ESPeasy. 30 min and you are done.
  • Uploading to Pro Mini fails with FTDI

    19
    0 Votes
    19 Posts
    4k Views
    petewillP
    @ben999 Sorry for the delay. Work has been crazy lately. I see there are plenty of answers above and I echo them. I try not to upload with two power sources connected. If everything is 5v you are probably safe but I see you're using batteries and I'd not risk it just to be safe. I have used two power sources in the past but I have since changed my ways. I can't remember what stopped me but I believe I was getting strange results. I don't think I ever fried any hardware but why risk it...? :) If you are still having this issue have you tried with another Pro Mini and different code? Is anything coming out of the serial monitor or is it just blank?
  • Can't get encryption and signing to work

    14
    0 Votes
    14 Posts
    2k Views
    AnticimexA
    @b1ackra1n good news 👍
  • Node can't find parent; what am I missing here?

    2
    0 Votes
    2 Posts
    685 Views
    scalzS
    Hi, The RFM69 is more power hungry than nrf24, so you also need the decoupling capacitor, especially if using the high power rfm69 version. To be sure, you're using high power version on your node, right? as you're using MY_IS_RFM69HW RFM69 is not 5v tolerant (mentioned in the build howto). It's not only about rfm69 vcc, but also about its SPI signals pins, irq etc. when using arduino uno, the atmel mcu is 5v powered (the 3v regulator is external). so the atmel is 5v, and send signals to rfm69 with 5v voltage. not good. max voltage recommended by datasheet is 3.9v. so you could fry it or get malfunction. could you retry with a 3v arduino? if it's still not working then, try with a fresh radio module and check connection.
  • Bad downlink radio solved by updating gateway

    3
    0 Votes
    3 Posts
    680 Views
    bgunnarbB
    Ah! Sorry, misprint. Now using 2.2.0, not 2.0.0!
  • Serial debug

    1
    0 Votes
    1 Posts
    871 Views
    No one has replied
  • [Resolved] accept: Bad file descriptor

    4
    0 Votes
    4 Posts
    2k Views
    Suresh MaliS
    Thanks @mfalkvidd and @gohan . That helped.
  • Serial Gateway problems

    8
    0 Votes
    8 Posts
    1k Views
    mfalkviddM
    @tommy-petersen great work. Thanks for reporting back.
  • MySprinkler sketch problem

    3
    0 Votes
    3 Posts
    714 Views
    mfalkviddM
    Btw, POSITIVE is created here: https://github.com/mysensors/MySensorsArduinoExamples/blob/4a645c332432412a6308d7df82eee01a3ca68b24/libraries/LiquidCrystal/LCD.h#L187 which is included by LiquidCrystal.h which is included in the irrigation sketch.
  • Cannot get RFM69HW connection between ESP8266GW and Pro Mini Sensor

    35
    2
    0 Votes
    35 Posts
    3k Views
    E
    Ok, my setup is running now (including personalization, encryption, and soft signing) and stuff is published to mqtt. Thanks everyone for the help! I really like this community. Now I need to resolve the issue with the OpenHAB binding but that's no topic for here.
  • More Input

    3
    0 Votes
    3 Posts
    613 Views
    mar.conteM
    @mfalkvidd Very Good!! Tanks so much by, have nuce day
  • MBSBootloader with different CSN/CE Pin problem

    8
    0 Votes
    8 Posts
    3k Views
    tekkaT
    @dirkc Unfortunately I cannot test the setup right now, but this should work: ... ... #elif defined(SPI_PINS_CSN9_CE8) #define CSN_PORT PORTB // port for CSN #define CSN_DDR DDRB // DDR for CSN #define CSN_PIN PB1 // Arduino Pin 9 <-> Bit 1 of port B #define CE_PORT PORTB // port for CE #define CE_DDR DDRB // DDR for CE #define CE_PIN PB0 // Arduino Pin 8 <-> Bit 0 of port B #endif and static void initSPI(void) { ... ... #elif defined(SPI_PINS_CSN9_CE8) // set pin mode: MOSI,SCLK,CE,CSN = OUTPUT, MISO = INPUT (=> all on same port) SPI_DDR = _BV(SPI_MOSI) | _BV(SPI_SCLK) | _BV(CE_PIN) | _BV(CSN_PIN) | ~_BV(SPI_MISO); #endif
  • Serial gateway and NRF24 and repeater mode

    3
    0 Votes
    3 Posts
    919 Views
    P
    @mfalkvidd Thanks for confirming about the BC message being normal protocol. I have used the log parser (great!) and the trouble shooting flowchart (great!). I am currently powering thru USB but as the comms problem is intermittend I need some further investigation.
  • MySensors Library v2.2.0-beta to 2.2.0?

    1
    0 Votes
    1 Posts
    443 Views
    No one has replied

27

Online

11.7k

Users

11.2k

Topics

113.1k

Posts