Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • LDR gives wrong reading in domoticz

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 433mhz controller!

    2
    0 Votes
    2 Posts
    1k Views
    M
    I used my433node created by @olaeke. It works great for me. You just need an arduino, radio and a 433mhz transmitter. Remember that the 433mhz transmitter need 5V directly from power source (not 5V from arduino) or the range can be very inconsistent.
  • Send V_RGB value to Controller ?

    4
    0 Votes
    4 Posts
    1k Views
    hekH
    Yes, should work just fine.
  • Req Id

    6
    0 Votes
    6 Posts
    3k Views
    E
    Hi, I erase my arduino with EEPROM_clear script, and It works now. Thanks.
  • Return value of gw.send is false but gateway receives value anyway

    3
    0 Votes
    3 Posts
    1k Views
    D
    HEllo, I have the same issue... did you fix your problem ? your peace of code is nice.. but on the controller you received 4 times the same message, which is not very convenient ? right ?
  • Node send fail - No return ack?

    2
    0 Votes
    2 Posts
    2k Views
    D
    I have almost the same. In my node , I have a serie for a time, message are received by GW, but the ack is not sent properly... It's always the same child with the problem. Sometimes, the child 3 works, sometimes not... I don't see why this one !!!! and most of the time everything works ! send: 102-102-151-0 s=1,c=1,t=0,pt=7,l=5,sg=0,st=ok:7.0 Humidity: 99.90 send: 102-102-151-0 s=0,c=1,t=1,pt=7,l=5,sg=0,st=ok:99.9 send: 102-102-151-0 s=9,c=1,t=23,pt=3,l=2,sg=0,st=ok:1 send: 102-102-151-0 s=7,c=1,t=24,pt=7,l=5,sg=0,st=ok:3910242.0 send: 102-102-151-0 s=2,c=1,t=8,pt=7,l=5,sg=0,st=ok:12.1 vitesse moy: 12.12 vitesse max(rafale): 23.91 send: 102-102-151-0 s=3,c=1,t=9,pt=7,l=5,sg=0,st=fail:23.9 send: 102-102-151-0 s=8,c=1,t=25,pt=7,l=5,sg=0,st=ok:0.0 Quantite pluie temporaire de l'heure: 0.00```
  • MySensors and Arduino IDE is not mixing anymore....

    3
    0 Votes
    3 Posts
    971 Views
    D
    Ahh, that's what it was. Stupid me. Thanks again!
  • intermittent connection between nodes and the ethernet gateway

    5
    0 Votes
    5 Posts
    1k Views
    K
    Is it always for 2 hours ? We had it at one Installation, Ethernet Gateway sending to FHEM But between the FHEM Server and the Gateway was a Powerline unit FHEM log showed some Problems reaching the network, i think caused by noise in the power line all attached other Network Units showed Errors for a few seconds, but the mysensors Gateway then always wasn´t reachable for about 2 hours I don´t know this is because of a fault in mysensors or the fhem Software part for it
  • fresh install, now compile errors ?

    4
    0 Votes
    4 Posts
    2k Views
    J
    I have the same problem. Downloaded 1.6.5 it works fine.
  • Led dimmer sketch, voltage drop?

    4
    0 Votes
    4 Posts
    2k Views
    YveauxY
    @Cliff-Karlsson said: Ok, how much voltage/current is needed to open the gate? I changed to a Nano and now I get ~10v First, I'm a software guy, but I'll try to answer your question. Please correct me if I'm wrong! I started to type an answer to your question, but it has already been answered many times on the web, e.g. http://electronics.stackexchange.com/questions/144607/do-mosfets-have-voltage-drop-across-source-and-drain-when-turned-on And for the full background http://www.microsemi.com/document-portal/doc_view/14692-mosfet-tutorial For your IRFZ44N look up the Vgs chart in the datasheet (http://www.irf.com/product-info/datasheets/data/irfz44n.pdf, page 3, figure 3). You can see that 4.5 Volts is roughly the bare minimum to get the Mosfet to open its gate, but the maximum current is only about 10Amps there. At 7 Volts it can switch 100Amps -- should be sufficient for your LED strip ;-) Either use e.g. a transistor to switch it using a higher voltage, or use a logic-level mosfet, as @Drcashman suggested.
  • BH1750 and Sensebender

    3
    0 Votes
    3 Posts
    1k Views
    M
    Ye, I tried that already but maybe I did something wrong.. I'll try it again.
  • ESP8266 Gateway can't Press start for inclusion

    8
    0 Votes
    8 Posts
    4k Views
    I
    @Opus40 Try changing browsers. I've had that happen in other browsers but it seems to work fine with Chrome.
  • [Solved] 'Verify fail' when enabling whitelist in signing function

    11
    0 Votes
    11 Posts
    3k Views
    AnticimexA
    That's great! I am always on the lookout for people interested in testing and using the signing framework. There are really great things in the pipe for the next (1.6.0 I believe) release.
  • How to know what MQTT topic to send data on to reach a relay?

    18
    0 Votes
    18 Posts
    10k Views
    ahmedadelhosniA
    @samuel235 Yes. That's the same issue which I was pointing to but with a better solution. Glad that someone guided you (Y)
  • [Solved] Soft signing with whitelist on nodes

    4
    0 Votes
    4 Posts
    2k Views
    AnticimexA
    Well, then I do believe your vision is described in my signing thread ;) But let's focus on the problem you describe in the other thread.
  • This topic is deleted!

    5
    0 Votes
    5 Posts
    193 Views
  • [Solved] Soft signing issue

    13
    0 Votes
    13 Posts
    3k Views
    carlierdC
    Thanks to take time ! Especially on your phone :)
  • OTA updates on Arduino Nano

    23
    0 Votes
    23 Posts
    12k Views
    R
    @tekka I checked but MY_OTA_FIRMWARE_FEATURE wasn't enabled. Also I tried Mysensors 1.4.1 and 1.5.2 but same result. Can't get it to work;-(
  • Enabling signing (Development branch)?

    8
    0 Votes
    8 Posts
    2k Views
    T
    @hek I got it working after inserting the define #define MY_SIGNING_REQUEST_SIGNATURES The same applies for soft signing which I tried as well. For an actuator it makes sense only to process signed messages. However, I thought that in general this feature was intended to be specified independently.
  • [SOLVED]MQTTGatewayW5100 not sending messages to nodes

    4
    0 Votes
    4 Posts
    2k Views
    hekH
    @lorisc said: strcmp Ok, this has been pushed to dev-now. Probably worked for me because I tested on the ESP8266.

17

Online

11.7k

Users

11.2k

Topics

113.1k

Posts