Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • Ethernet Gateway stuck in inclusion mode

    2
    0 Votes
    2 Posts
    2k Views
    DwaltD
    @cleight This issue came up with the iBoard under MyS 1.4 and could be fixed by uncommenting a line which expanded all the variables in the gw constructor. From: MyGateway gw(RADIO_CE_PIN, RADIO_SPI_SS_PIN, INCLUSION_MODE_TIME); to this: MyGateway gw(RADIO_CE_PIN, RADIO_SPI_SS_PIN, INCLUSION_MODE_TIME, INCLUSION_MODE_PIN, RADIO_RX_LED_PIN, RADIO_TX_LED_PIN, RADIO_ERROR_LED_PIN); This made the pin changes in the sketch stick. I do not know how it is constructed in MyS 1.5. Perhaps you can change line 11 in GatewayUtil.h to map the inclusion pin from pin 3 to pin 14 and recompile.
  • Poor Signal range from sensor to gateway

    10
    0 Votes
    10 Posts
    5k Views
    C
    Hardware mod
  • PinChangeInt.h not found

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Problems with the Arduino Ethernet Shield 2?

    1
    3 Votes
    1 Posts
    1k Views
    No one has replied
  • mySensors Node PCB components ?

    1
    0 Votes
    1 Posts
    756 Views
    No one has replied
  • [Solved] ESP8266 Wifi Gateway problem to connect a sensor

    2
    0 Votes
    2 Posts
    1k Views
    ErrKE
    After a few hours of trying this i now working. I reconnect all the wiring and then it start to work. It must have been som problem with the wiring. Now i use Arduino 1.6.5 and develop version of mysensors API.
  • Installing MySensors and Arduino IDE on OSX

    6
    0 Votes
    6 Posts
    3k Views
    ErrKE
    I first tried with 1.6.6 but it did not work so now i use 1.6.5.
  • Problems on reboot

    9
    0 Votes
    9 Posts
    4k Views
    DwaltD
    I had the serial GW running on my veralite for about a year but encountered a few hiccups where Vera would 'lose' the serial port configuration and I would have to reconfigure the serial port for the Vera to see the GW again. I switched to the iBoard Ethernet GW and have had zero issues since.
  • Multiple Dallas Temp sensors on different sensors

    1
    0 Votes
    1 Posts
    711 Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to use the Development branch for Sensor and Gateway

    5
    0 Votes
    5 Posts
    4k Views
    hekH
    @rmtucker The configuration is in the sketch. Unless you want to do something very exotic.
  • Gateway unable to assign ID to Temperature Sensor example

    9
    0 Votes
    9 Posts
    4k Views
    F
    Hi @the_programmer is Fay from codebender.cc Thank you for using codebender! I just wanted to let you know that one of the sketches you are using in this comment has been deleted and so it is not available for users to view it. Let me know if you have any question. :)
  • Dallas 1W-Sketch- something must be wrong ?

    3
    0 Votes
    3 Posts
    1k Views
    K
    I tried it with the Dallas 1Wire example from this page here. A friend reported the same, didn´t get it to work. It´s not the wiring, as it works with other scripts I converted my old scripts now to 1.5, it´s working
  • gw.request() and domoticz - problem with get V_DISTANCE

    7
    0 Votes
    7 Posts
    3k Views
    AWIA
    @Eoreh you found out the hard way.. Domoticz only supports actuators with gw.request exception is V_TEXT (development) an the new CUSTOM type..
  • Wake up NRF24 from sleeping

    7
    0 Votes
    7 Posts
    4k Views
    mfalkviddM
    As hek says, read the API documentation. "Waiting using the Arduino delay() command is not a good idea. It halts all MySensors processing and should be avoided. Instead you should use the provided wait function which calls process() while waiting." Exchange delay with gw.wait and you should be fine
  • Ethernet Gateway not showing on network

    5
    0 Votes
    5 Posts
    2k Views
    G
    For me the problem was the hang in setup at gw.begin call. I solved reading this old topic : http://forum.mysensors.org/topic/773/ethernetgateway-hangs-after-gateway-startup-complete.
  • [SOLVED] Compile error for ESP8266 Wifi Gateway

    6
    0 Votes
    6 Posts
    8k Views
    YveauxY
    @ATXCoder said: either it was my network connection flaking out and causing a corrupt download Don't think so; it didn't compile, so it didn't even get to download. Anyway, glad you fixed it!
  • 0 Votes
    4 Posts
    4k Views
    hekH
    They are used by the examples under MySensors.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    36 Views
    No one has replied
  • Problem with automatic assignments of nodeId using MySensors

    3
    0 Votes
    3 Posts
    1k Views
    mfalkviddM
    If you're reusing Arduinos, and you want them to get new node ids, you need to clear the eeprom. http://www.mysensors.org/build/debug#clearing-eeprom

14

Online

11.9k

Users

11.2k

Topics

113.3k

Posts