Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • Newbie trying to compile a sketch/installing mysensors library

    5
    0 Votes
    5 Posts
    1k Views
    blebbensB
    I copied the libraries to 2 directories, so the IDE finds 2 versions of the same library. But, the first message seems to be the problem: WARNING: category '' in library UIPEthernet not valid and will be categorized as 'Uncategorized' WARNUNG: Kategorie '' in der Bibliothek UIPEthernet ist ungültig und wird auf 'Uncategorized' festgelegt
  • Temps rounded to whole numbers?

    3
    0 Votes
    3 Posts
    2k Views
    DrJeffD
    @Yveaux said: float temperature = round(gw.getConfig().isMetric ? sensors.getTempCByIndex(i) : sensors.getTempFByIndex(i))); I will try this Thanks for the help.
  • Relay Actuator sketch error

    3
    0 Votes
    3 Posts
    855 Views
    Fat FlyF
    No. This error if i here try. I install locally development library and all is ok on Arduino Ide. I cant try here at the moment.
  • Values which gateway reads are others then sensor sends???

    9
    0 Votes
    9 Posts
    3k Views
    JonnydJ
    I have same problem using sensebender as node and ESP8266 as wifi gateway with the sense bender node reporting HUM as a 10 digit number. Mysensors 1.5 lib and 2.0.0 ESP8266 (no diff with 2.0.3). Only affects the HUM reading - not the temp or batt voltage. Interestingly a standard mysensors DHT11 node reports HUM correctly in the gateway while simultaneously the sensebender node does not. Will try the Dev library next.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • Humidity and Temp sensor problem

    13
    0 Votes
    13 Posts
    3k Views
    Łukasz KostrzewaŁ
    One hour ago Temp and humidity sensor stopped working :( I'm not strong enough to use arduino and my sensors:( I need to buy another raspberry pi and set it as a slave (I have 4 in my house and I have no problem with them). Best regards
  • NRF24L01+: bad range of few meters

    10
    0 Votes
    10 Posts
    4k Views
    NickBuilderN
    Ok, so you see an improvement? In the referenced thread Korttoma actually mentioned that one could expect a lower range if you set the power to max as the Arduino is not able to supply enough power. Good to know, learning by doing. 😊
  • Changing baudrate to 57600 in VeraUI7 [SOLEVD]

    5
    0 Votes
    5 Posts
    2k Views
    L
    Work fine, I have changed the lib myconfig.h file and the lua file. Removed MySensors plugin device from devices, updated the lua file on Vera. Reloaded engine, Plugged the arduino serialGateway back again. and flowed insturcations of Adding SerialGateWay again. Work fine, however I still have issues with Gateway to recognize devices and reading and sending info to devices I guess its a matter of power to the NRF24 radio, altough I use capasitor in between the 3.3v and gnd from the Nano, I think it's not enough.
  • 0 Votes
    4 Posts
    2k Views
    tbowmoT
    Did you hook it up as per the guide on mysensors.org? Using a 3.3 volt supply? If you supplied the board via the ftdi, did you set it to 3.3v output? If you short tx/rx pins on the ftdi, do you get an echo when using a terminal emulator on the ftdi USB thingie?
  • Problems with develop branch

    3
    0 Votes
    3 Posts
    1k Views
    dakkyD
    @tekka Distance 10cm ;) BUt the second hint was useful. There seemed to be something "broken"/agile/in development yesterday which was fixed today. As far as I remember this was a fresh merge from development but nevertheless: now it is working again ;) thanks 4 the hint. Greetings Dakky
  • Wrong spelling in FAQ Guide

    2
    0 Votes
    2 Posts
    584 Views
    mfalkviddM
    @flopp fixed! Thanks for noticing.
  • Repeater node Problem.

    9
    0 Votes
    9 Posts
    2k Views
    mfalkviddM
    Another whitepaper http://threadgroup.org/Portals/0/documents/whitepapers/Thread Battery-Operated Devices white paper_v1_public.pdf
  • Wakeup on Interrupt not working

    5
    0 Votes
    5 Posts
    2k Views
    HenryWhiteH
    Problem solved! First, I forgot to activate the internal Pullup: digitalWrite(DIGITAL_INPUT_SENSOR, HIGH); Besides that, every signal greater than 0.5V is recognized as interrupt, BUT digitalRead only recognizes signals greater than 1.5V! When my external system triggers, it starts to slowly increase the voltage from 0.5V up to 3.3V. It reaches 1.5V after 5 seconds triggering. I cancelled the test every time after 3-4 seconds, so that's the problem why nothing worked.
  • How to get RFM69H 868Mhz working?

    25
    0 Votes
    25 Posts
    7k Views
    vgaV
    thanks alexsh1. One more thing: Gateway is a Arduino Pro Mini 3,3V and powered with a connected FTDI 3,3V Breakout to USB from Raspberry Pi 2. Sensor node is also a Arduino Pro Mini 3,3V but powered with a FTDI 5V Breakout (the only second one i have at moment) which is connected to my MacBooks´USB. Is this a acceptable way? So at the end i have to buy a "W" Module, and try it again?
  • NodeMCU Gateway not working on Domoticz

    1
    0 Votes
    1 Posts
    686 Views
    No one has replied
  • 0 Votes
    12 Posts
    3k Views
    mfalkviddM
    If anyone answers @xefil's question above, please answer in this thread to avoid confusion. @xefil: Please don't post the same question in more than one place. People will waste their time answering in one thread while the question might have been answered in another thread already.
  • Hard Freeze when transmitting data

    5
    0 Votes
    5 Posts
    640 Views
    Josh CoxJ
    I am definitely getting freezes still. Maybe it's just bad hardware, I'm going to try swapping components.
  • Help with PIR and Water Sensor or Nano - Water Sensor won't trigger

    7
    0 Votes
    7 Posts
    1k Views
    rhuehnR
    Got it working with this sleep function properly: // Sleep until interrupt comes in on motion or water sensor. Send update every two minute. gw.sleep(DIGITAL_INPUT_SENSOR - 2, CHANGE, DIGITAL_INPUT_WATER_SENSOR - 2, CHANGE, SLEEP_TIME);
  • Please help

    2
    0 Votes
    2 Posts
    644 Views
    BartEB
    Hi @pesh000, couple of remarks at your sketch Did you try the RCSwitch code with out any MySensor stuff so for example the SendDemo sketch with for your garage door the correct ID and pin settings? And did the garage door open/close? Why declaring 2 debouncer variables but still using digitalRead? Look at the MySensors RelayWithButtonActuator example for debouncer examples Why using hard coded numbers in the incomingMessage switch to determine which sensor did broadcast the V_LIGHT message while you have CHILD_ID_RELAY1, CHILD_ID_RELAY2 and CHILD_ID_RELAY3 declared? better use gw.wait(1000); in stead g delay(1000); during gw.wait() MySensors messages keep being processed. Even better do not use wait() functions or very short ones to keep your sketch responsive to triggers And last but not least it will help if you can post some debug logging from your sketch. I hope these comments will help you to debug , good luck
  • Two actuators / IR sender example

    2
    0 Votes
    2 Posts
    741 Views
    J
    Found the answer in this tread https://forum.mysensors.org/topic/1086/getting-childid-from-incomingmessage/6 Will try this if (message.type==V_LIGHT && message.sensor==3)

25

Online

11.7k

Users

11.2k

Topics

113.1k

Posts