Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • RTC Module and DST/BST

    7
    0 Votes
    7 Posts
    2k Views
    AWIA
    @stetho :ok_hand: glad you found a solution for your situation. Please don't quote me on "similar problems with Domoticz" these were correctly solved with the assumption that the (Domoticz) controller is located in the timezone and therefore sends a *number * which represents the local time.
  • MQTT-Gateway - some questions

    softspi ethernet gateway
    2
    0 Votes
    2 Posts
    973 Views
    TheoLT
    @blebbens It's been a while. But if I remeber it correctly you have to set #define SOFTSPI in MyConfig.h too. Don't forget to comment it back when you're compiling a sketch for a node. My router uses DHCP as well. But I can assign a static IP in the sketch. Shouldn't be a problem. I'm not sure, but I think the arduino can't handle DHCP, it's a really simple ethernet card. So you need to assign an IP in the sketch.
  • 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
    924 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
    5k 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
    628 Views
    mfalkviddM
    @flopp fixed! Thanks for noticing.
  • Repeater node Problem.

    9
    0 Votes
    9 Posts
    3k 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
    710 Views
    No one has replied
  • 0 Votes
    12 Posts
    4k 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
    733 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
    2k 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);

23

Online

11.7k

Users

11.2k

Topics

113.2k

Posts