Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • Raspberry Pi with Arduino Nano USB serial gateway

    2
    0 Votes
    2 Posts
    2k Views
    T
    Hmm. I'm going to try this: https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=59420 Seems like I need to solder the pins 25 & 26 together on the USB chip of the Nano. Now my Duemilanove is failing to connect on boot as well...
  • Weather Station Sketch

    4
    0 Votes
    4 Posts
    2k Views
    maximM
    also the official Sketch with development library behaves the same way, which means there is no temperature change of DHT22 in serial monitor display, after a new start of Arduino I see the right temperature, I do not know what I'm doing wrong? Sketch: https://github.com/mysensors/Arduino/blob/development/libraries/MySensors/examples/WeatherStationSensor/WeatherStationSensor.ino
  • DS18B20 temp sensor overheat

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Problem with sending 3 messages at once to one node

    4
    0 Votes
    4 Posts
    934 Views
    C
    @boozz I see your point, maybe I'll do this as you suggest - bit codding. My thinking was due to way how I want to do this in Node-RED:[image: node_red_all.png] @mfalkvidd I didn't check this yet, but rememebr that noticed messages st=fail earlier, but I'm using power supply 2.5A, so this should be enough, but will check this once again. And go through the debug guide. Anyway thanks guys for help.
  • Error while compiling the Ethernet Gateway

    ethernet gateway
    6
    0 Votes
    6 Posts
    1k Views
    alexsh1A
    In this case I do not understand. Perhaps, @hek is right. I have updated a few nodes to v2, but the GW was still v1.5.2 The problem is that I do want signing and with all debug options, I just cannot get 36Kb compiled on my Arduino Uno (GW).
  • Ethernet Gateway freezes after a while

    1
    0 Votes
    1 Posts
    490 Views
    No one has replied
  • Update every node?

    8
    0 Votes
    8 Posts
    2k Views
    AndurilA
    and thats the point where you thoink about OTA updates as a very handy tool...
  • 0 Votes
    3 Posts
    931 Views
    jeffersJ
    I finally figured it out. I had to put it in the the library where the arduino.exe is. In the programs (x86) folder. I could of swore that it worked in the arduino library that is in my documents folder. Now that I switched to Windows 10, I'm going to see if it"ll will work in the documents folder where all my other sketches are. Hope this helps someone else. Jeff
  • [Branch][beta 2.0] GW with dallas temp not sending data to domoticz

    6
    0 Votes
    6 Posts
    2k Views
    mfalkviddM
    You are missing sendSketchInfo in presentation(). In presentation(), sensors.begin(); is run. In the example that line is in setup(). 3. This: sensors.setWaitForConversion(false); is missing. Not sure how much any of it matters, but maybe they are important.
  • Vera and Rain Gauge

    vera3 ui5
    1
    0 Votes
    1 Posts
    540 Views
    No one has replied
  • Can't add sensor to gateway - problems with two-way communication

    4
    0 Votes
    4 Posts
    1k Views
    George LaynesG
    Domoticz doesn't matter here at this point. The logs I posted are from Arduino IDE Serial Monitor. However, this can be closed without me yet again understanding what happened. I made a mistake of changing two things at the same time. I disconnected everything and left it for an hour or so. I reconnected and launched MYSController - and the damned thing just started working at one. I didn't have to change any settings, include, click anything. It just worked. Now, Domoticz works too, of course. All that's left is to start soldering on a proper board instead of the bread board I was using. Thanks for trying @AWI :)
  • ethernet gateway stops sending data

    11
    0 Votes
    11 Posts
    2k Views
    A
    @sundberg84 well, another week has passed and i think im after it. the problematic node recieved a new case to hold the itead nano-io-shield which acts as a dc-dc converter - gives the nrf power from the 7-12v pass the arduino, and also i gave it a 10mf cap. its so different to open the browser day after day without seeing any red bars... thanks a lot
  • Help combining 2 Sketches

    6
    0 Votes
    6 Posts
    2k Views
    UnciU
    Thx helped me, seems to work correct in Pimatic. Just have to check if the values of the MQ135 are correct.
  • Communication between NRF24L01 and PIC18F45K22

    4
    0 Votes
    4 Posts
    1k Views
    Xyee CheahX
    @Oitzu Hi, I have post it on gtihub. Your help is much appreciated. Transmitter: https://gist.github.com/Cheah415/c1a84a6e0e3d1fa3e4df692e833f3423 Receiver: https://gist.github.com/Cheah415/68bde8764d7b072faf6785d8d70c5f43
  • Step by step (guide) to enable nodes as repeaters

    2
    1 Votes
    2 Posts
    799 Views
    tbowmoT
    @parachutesj #define MY_REPEATERFEATURE is for 2.0.0 branch, as all the c++ and classes stuff has been stripped out, to reduce overall size of the core library That means, for 1.5 you need to use gw.begin(..) to enable repeater mode, and for 2.0 you add the #define..
  • Might have bricked 60 WS2811 RGB leds

    20
    0 Votes
    20 Posts
    8k Views
    mfalkviddM
    @gregl I don't think I have that Arduino around anymore so I can't check. Sorry.
  • Relay Node: radio init failure

    11
    0 Votes
    11 Posts
    3k Views
    AWIA
    @martrw You sound pretty hopeless... and not even getting past the first step. Have you measured voltages etc. to make sure the radio gets its juice (and not more than 3.5V)? You can test your arduino with a "blink" sketch on all the relevant pins. If all correct I can't think of anything else that a very bad batch of radio's.
  • How to disable debugging in a sketch

    5
    0 Votes
    5 Posts
    2k Views
    David MoraD
    @rvendrame said: comment th I know this is too old but how do you comment myconfig, tried to edit but wont let me (editing the txt file)
  • Code grew larger dan promini

    3
    0 Votes
    3 Posts
    1k Views
    mfalkviddM
    You might also look at these threads https://forum.mysensors.org/topic/2939/humidity-sensor-sketch-too-big-for-arduino-promini/ https://forum.mysensors.org/topic/1220/temperature-sensor-example-on-pro-mini-atmega168-not-compiling https://forum.mysensors.org/topic/3194/signing-problem-with-size
  • [Solved] Noob question: How to set value to actuator via mqtt

    4
    0 Votes
    4 Posts
    1k Views
    Harry van der WolfH
    @martinhjelmare and @rollercontainer There are days that I feel less intelligent. ;) That mygateway1-in is indeed the reason and exactly as specified in the GatewayESP8266MQTTClient.ino sketch for incoming subscribe messages. mosquitto_pub -t 'mygateway1-in/15/1/2/0/2' -m 0 and mosquitto_pub -t 'mygateway1-in/15/1/2/0/2' -m 1 does switch the relay off and on. Thanks.

24

Online

11.7k

Users

11.2k

Topics

113.1k

Posts