Skip to content

Troubleshooting

Help! Everything just falls apart
2.7k Topics 21.5k Posts
  • Send fake data to FHEM without transmitter

    13
    0 Votes
    13 Posts
    4k Views
    ?
    Ok, thanks for your help. I will stop here now.
  • 0 Votes
    16 Posts
    5k Views
    TmasterT
    So i need install the devbranch. . i will try... thankyou
  • How to connect sensors to Domoticz

    4
    0 Votes
    4 Posts
    4k Views
    mfalkviddM
    https://www.mysensors.org/about/network describes how the communication works. Start by reading that, and ask if anything is unclear :)
  • Gateway All node have same ID

    node esp82
    7
    0 Votes
    7 Posts
    2k Views
    TheDukeT
    @mfalkvidd Thanks for your help. MYScontroller seems to be able to replace the gateway assignement. I was running it for troubleshooting and it assign ID that gateway already used. So I created dummy ID in MYSController to ensure that node does not use the first one
  • MySensors V2 - Gateway to Domoticz TSF:CHKUPL:FAIL !TSM:UPL:FAIL

    2
    0 Votes
    2 Posts
    1k Views
    fabix68F
    This is output with V2.0.0 Beta All OK Starting repeater (RNNRA-, 2.0.0-beta) Radio init successful. Test V_text send: 18-18-0-0 s=255,c=3,t=15,pt=6,l=2,sg=0,st=ok:0100 send: 18-18-0-0 s=255,c=0,t=18,pt=0,l=10,sg=0,st=ok:2.0.0-beta send: 18-18-0-0 s=255,c=3,t=6,pt=1,l=1,sg=0,st=ok:0 read: 0-0-18 s=255,c=3,t=6,pt=0,l=2,sg=0:M send: 18-18-0-0 s=255,c=3,t=11,pt=0,l=6,sg=0,st=ok:V_TEXT send: 18-18-0-0 s=255,c=3,t=12,pt=0,l=3,sg=0,st=ok:0.1 send: 18-18-0-0 s=2,c=0,t=36,pt=0,l=19,sg=0,st=ok:Lightning Intensity send: 18-18-0-0 s=1,c=0,t=0,pt=0,l=0,sg=0,st=fail: Init complete, id=18, parent=0, distance=1 send: 18-18-0-0 s=2,c=2,t=47,pt=0,l=0,sg=0,st=ok: read: 0-0-18 s=2,c=2,t=47,pt=0,l=11,sg=0:2517.5,827 Incoming change for sensor:2, New status: 1 Nuovo Messaggio ricevuto -> 2517.5,827 Primo Valore -> 2517 Secondo Valore -> 5,827```
  • DHT + Relay Sketch

    10
    0 Votes
    10 Posts
    4k Views
    mehrdad.silataniM
    One last question !!! :smile: Now that I opened up my "mysensors.json", it made me curious about some of the information in it. Currently it shows; {"0": {"sketch_name": null, "sensor_id": 0, "children": {}, "battery_level": 0, "sketch_version": null, "protocol_version": "2.0.0", "type": 18}, "1": {"sketch_name": "TempHumidRelay", "sensor_id": 1, "children": {"0": {"id": 0, "description": "", "values": {"1": "51.0"}, "type": 7}, "1": {"id": 1, "description": "", "values": {"0": "21.0"}, "type": 6}, "2": {"id": 2, "description": "", "values": {"2": "0"}, "type": 3}}, "battery_level": 0, "sketch_version": "1.1", "protocol_version": "2.0.0", "type": 18}} Inside the "values" brackets, I know the second numbers are the reported values (i.e. payload), but what is the first number in the bracket ? {"0": "21.0"} , {"1": "51.0"} or {"2": "0"} And finally what are the definition of "type": 18 , "type": 3 , "type": 7 and "type":6 ? Cheers, Mehrdad
  • NodeMcu & NRF WiFi connection issue

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 2 Reed Switches 1 Arduino Nano

    6
    0 Votes
    6 Posts
    2k Views
    mfalkviddM
    @Ddawme great that you found the problem. Thanks for reporting back! Need to keep an extra eye on those pesky technicians ;-)
  • v2.0 and SerialGateway

    4
    0 Votes
    4 Posts
    1k Views
    mfalkviddM
    @Kodiak80 the Dallas example for MySensors 2 is avaliable at https://github.com/mysensors/MySensorsArduinoExamples/blob/master/examples/DallasTemperatureSensor/DallasTemperatureSensor.ino The sketch needs some additional libraries. The libraries are included if you download the entire repo from https://github.com/mysensors/MySensorsArduinoExamples Unfortunately, some of the libraries have introduced breaking changes so it is not possible to use the libraries that can be installed from thr Arduino IDE library manager.
  • NRF24L01 can't find parent on gateway

    7
    0 Votes
    7 Posts
    3k Views
    alfredbA
    @tekka Thanks again, I'll give it a try! I already defined the limited data rate but I was not aware of the fact that the non-P type was not supported.
  • [SOLVED] Getting "check wires" from serial monitor

    9
    0 Votes
    9 Posts
    2k Views
    8438
    My mistake! I didn't actually run the presentation code. So I just moved present(CHILD_ID_DUST, S_DUST); present(CHILD_ID_MQ, S_AIR_QUALITY); to within void setup() and now everything shows up in HA :)
  • From 1.5 to 2.0. Can't get it running

    13
    0 Votes
    13 Posts
    3k Views
    martinhjelmareM
    @xydix Sketch looks OK. Sounds like a hardware issue. Have you tried replacing booster and/or radio?
  • TSP:CHKUPL:FAIL

    5
    0 Votes
    5 Posts
    2k Views
    alexsh1A
    @tekka GW - Mega 2560 + Ethernet running MySensors 2.0 stable I did try a few nodes - Nano and a few others based on atmega328p, all of them have the same problem. All nodes were running the same MySensors 2.0 stable I have a 250kBit/s transfer speed on both. The node log is above in the original post. Will try to post the GW log, but have a feeling that it must be a GW nrf24l01+ issue
  • nRF frequency and channels

    frequency nrf nrf24l01+ ghz
    5
    0 Votes
    5 Posts
    25k Views
    F
    @korttoma You were right
  • How to connect a kwh meter using S0 and which sketch to use

    11
    0 Votes
    11 Posts
    13k Views
    F
    Hi @Mediacj ! This is Fay from codebender. I just wanted to let you know that the sketch you are using here has been deleted and so it is not available for users to view it. You could replace it or create a new one! Let me know if you have any questions!
  • 0 Votes
    2 Posts
    953 Views
    DwaltD
    @pndgt0 Post your sketch using the </> tool.
  • mqtt_esp8266_gateway and 1mhz node

    21
    0 Votes
    21 Posts
    5k Views
    cimba007C
    Using Serial.begin(115200) I experienced some lockups of the atmega328p .. serial communication stopped completely as well as all other operation .. WTF ?!
  • New scketch for water level + control valves

    9
    0 Votes
    9 Posts
    3k Views
    NaitsirhcN
    update: Adapted the old distance sensor sketch to the 2.0 library and upladed it and connected to my PC. Also connected the gateway 2.0 to raspberry (Domoticz)..... Allright it works....I do get distance in my serial monitor and in domoticz. Now try to upload the basement alarm sketch...See what happens...
  • Relay problem

    7
    0 Votes
    7 Posts
    2k Views
    phil77560P
    @mfalkvidd ok, I'm gonna try this, thank you
  • Show Real-time IMU data from four nodes

    11
    0 Votes
    11 Posts
    3k Views
    cimba007C
    If you are sending lots of messages you might night to resort to the latgest snapshot. https://github.com/mycontroller-org/mycontroller/issues/253#issuecomment-242132060 With the snapshot you might increase the "resoruce-log" level and decrease the retention time. (The resorucelog is a history of the most recent received message).

27

Online

11.7k

Users

11.2k

Topics

113.1k

Posts