Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • New CHILD ID after reprogramming

    6
    0 Votes
    6 Posts
    2k Views
    Richard van der PlasR
    @gohan said in New CHILD ID after reprogramming: #define MY_NODE_ID 5 aha MY_NODE_ID, instead of CHILD_ID :+1:
  • Noob problem with NodeMCU and OneWire

    6
    0 Votes
    6 Posts
    3k Views
    sundberg84S
    I tried with two different Dallas Onewire and checked out the library at github. Have build these sensors before but got -127 all the time. Just adding this here if it pops up alof of people having issues...
  • MYSController OTA updates. MQTT support: is it in the roadmap?

    4
    0 Votes
    4 Posts
    2k Views
    tekkaT
    @juanmrodrigues It's still on the backlog :grin:
  • Repeater node is not working

    2
    0 Votes
    2 Posts
    1k Views
    gohanG
    It looks like it is rebooting for no reason, try to use latest 2.2.0 library
  • A lot of NACKs

    8
    0 Votes
    8 Posts
    2k Views
    mfalkviddM
    @mpp ground needs to be connected, otherwise the signal levels for the serial won't match.
  • 0 Votes
    18 Posts
    6k Views
    F
    @mfalkvidd Oh, cool. I missed that (and I didn't know that, and I learned something today :-)). Yep, in that case it wouldn't help much.
  • re-request presentation

    3
    0 Votes
    3 Posts
    1k Views
    mfalkviddM
    @emme I think you'll find the answer for presentation in https://forum.mysensors.org/topic/6506/how-to-ask-a-node-to-re-send-presentation-info/ Reboot works the same way, except you use I_REBOOT instead. See https://www.mysensors.org/download/serial_api_20#internal
  • Connecting grid-eye sensor

    3
    1 Votes
    3 Posts
    2k Views
    YveauxY
    @Cliff-Karlsson Very interested to see what you'll be building with this sensor! (http://www.pureengineering.com/projects/grid-eye-breakout) Maybe this sketch can help? https://github.com/kriswiner/AMG8833
  • MQTT keeps reconnecting [solved]

    10
    0 Votes
    10 Posts
    4k Views
    mppM
    upgrading to the latest build fixed my issues. Thanks guys for the support!
  • Pump + Relais + Decoupling

    14
    0 Votes
    14 Posts
    3k Views
    NaitsirhcN
    Unfortunatly the sensor stopped working last night. I have ordered a relais board with opto coupler.... I will keep in touch
  • Help with sketch...

    6
    0 Votes
    6 Posts
    2k Views
    core_cC
    I did not know about the newPing.h library. (i can not find it when searching for it in the Arduino IDE).. so i googled it. The example (for 15 sensors) confuses me :) Can't you just do something like this? unsigned long pingTimer[SONAR_NUM]; unsigned int cm[SONAR_NUM]; boolean bigChange[SONAR_NUM]; void setup() { pingTimer[0] = millis() + 75; pingTimer[1] = pingTimer[0] + PING_INTERVAL; } void loop() { // your rest code here.. for (uint8_t i = 0; i < SONAR_NUM; i++) if (millis() >= pingTimer[i]) { pingTimer[i] += PING_INTERVAL; cm[i] = sonar.ping_cm(); bigChange[i] = ((doorDistance-(int)cm[i]) > 10)?true:false; } oneSensorCycle; And adjust oneSensorCycle() to use bigChange[0] & bigChange[1] instead of bigChange_0 & bigChange_1
  • ESP8266 with RFM69HW - missing packets

    12
    0 Votes
    12 Posts
    3k Views
    M
    NodeMCU is much bigger. It also costs a lot more. I do not need a USB port or any other features that have these modules.
  • Loosing my mind sensor not talking to esp gw latest 2.2.0 beta

    6
    0 Votes
    6 Posts
    3k Views
    mppM
    @Yveaux thanks for you response. I don't this this is the cause though, I have tested these transceivers and they're running perfectly with the Moteino code. @ledfreak3d, did you manage to get it fixed?
  • [SOLVED] Yet another RFM69HCW / W5100 ethernet gateway thread :-)

    22
    0 Votes
    22 Posts
    7k Views
    stevebusS
    done! Thanks @mfalkvidd
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Noob problem on debugging transmissions

    3
    0 Votes
    3 Posts
    810 Views
    ?
    Thanks for the quick answer and advices. I understand my mistake: It is not linked to the inclusion, but on the Gateway and Nodes versions: (Gateway was on MySensors 1.4, while Nodes were on MySensors 2). Reconfiguration of the Gateway gives appropriate results and is immediately included in Domoticz !
  • Can't get the RFID working.

    1
    0 Votes
    1 Posts
    606 Views
    No one has replied
  • Raspberry PI3 MQTT GW stopping

    2
    0 Votes
    2 Posts
    728 Views
    gohanG
    Have you tried latest 2.2.0 version?
  • When powered from usb, nrf24I01 is ok, from external Power not

    5
    0 Votes
    5 Posts
    2k Views
    G
    I solved the problem. I have soldered a 1000uf capacitor to the output of the step down modul. Now everything is ok. I will try the beta Version.
  • Set gateway NODE_ID to something else than 0

    8
    0 Votes
    8 Posts
    2k Views
    M
    It makes sens that the controller should adapt themselves and manage the NODE_ID 0. But i just don't have the skills to adapt Jeedom to do so. I could try to play with MySensors lib, but both solution are a waste of time as I would have to change the code each time the controller or the lib has a new version. I will have an independant node and a gateway and wait lie this for the controller to manage node_id 0 Thank you again for answering me. Matz

16

Online

11.7k

Users

11.2k

Topics

113.2k

Posts