• Weird error message assitance

    Troubleshooting
    3
    0 Votes
    3 Posts
    986 Views
    N
    I think the bad version of the library from the other topic might be the problem here, as I think the device-code is presenting some vars that are newer posted values to. Will check this and return.
  • Plans for ESP32 boards??

    Developers Zone
    4
    0 Votes
    4 Posts
    808 Views
    T
    Ah okay, and what exact errors do you see? (never compiled this, but I can see if I am able to help you...)
  • Server log

    Comments & Feedback
    4
    1 Votes
    4 Posts
    439 Views
    jkandasaJ
    @skywatch Thank you for the log. This log displayed from the raw message, this message does not contain node name, etc., If we want to display node name, we need to query the database, it may lead slight performance issue in the embedded board. Actually, thinking about it, could it be possible to have a toggle in the nodes page somewhere to 'turn off' ack requirement temporarily? That way controller knows not to check for ack from nodeX due to it being turned off. Does that make sense? Or is it a gateway only thing and either on for all or off for all? It is a good point. please create GitHub issue to track this feature request.
  • Frustrated Newbie - Help with Nodes and Sensors

    Troubleshooting
    46
    0 Votes
    46 Posts
    5k Views
    jkandasaJ
    @Emenike I do not find a variable Status in your variable repository screenshot, But you are trying to access it, var LoopThroughValves = mcApi.variable().get("Status");
  • Merry Christmas and Happy New Year!

    General Discussion
    3
    1 Votes
    3 Posts
    599 Views
    N
    You too, keep up the support and good work everybody!
  • MQTT Connection and DISCOVERY problem

    Troubleshooting
    7
    0 Votes
    7 Posts
    676 Views
    M
    OK, thanks. Will try this.
  • MySensors 2.3.1 released....

    General
    1
    1 Votes
    1 Posts
    371 Views
    No one has replied
  • JSON parser

    Developers Zone
    14
    0 Votes
    14 Posts
    2k Views
    skywatchS
    @Emenike It is free. There are no api keys needed. You go to the main Metcheck page, select your location for the weather location you want to use, then towards the bottom of the page is a button labeled 'JSON'. Click that button and it gives you a url to use (just modify the script above for the url it gives you) Sripts are under Utiliries menu in my controller main page. After that manually running the script fetches data fine, but from there on you will need jkandasas help as this is as far as I have got.
  • Node EUI 0 question...

    Troubleshooting
    16
    0 Votes
    16 Posts
    1k Views
    skywatchS
    @jkandasa Yup - You appear to have fixed it!
  • Weatherdata structure question

    Developers Zone
    10
    0 Votes
    10 Posts
    2k Views
    skywatchS
    @Emenike https://forum.mycontroller.org/topic/371/json-parser/10 This is all I know about it so far.
  • Issues with Group Sensor Graph

    Moved Dashboard
    6
    0 Votes
    6 Posts
    867 Views
    M
    Thank you.
  • 0 Votes
    2 Posts
    583 Views
    jkandasaJ
    @guille Unfortunately we do not have defined control on topology page. every time, you have to disable it.
  • Node name gets reset everytime I restart the node

    Troubleshooting
    5
    0 Votes
    5 Posts
    611 Views
    jkandasaJ
    @benhub This issue fixed on SNAPSHOT version, for details, have a look here: https://github.com/mycontroller-org/mycontroller/issues/464
  • Override node names

    General Discussion
    5
    0 Votes
    5 Posts
    1k Views
    B
    I opened up a new thread for my issues... https://forum.mycontroller.org/topic/370/node-name-gets-reset-everytime-i-restart-the-node
  • 1.3 not working for me...

    Troubleshooting
    8
    0 Votes
    8 Posts
    925 Views
    N
    Ok, downgraded the java version by using the JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java" line in /etc/environment - AND NOW IT WORKS FINE! Thanks again!
  • serial mqtt adapter

    Developers Zone
    2
    0 Votes
    2 Posts
    538 Views
    jkandasaJ
    @cslauritsen Yes, it should work. MySenosrs serial Gateway <--> serial2mqtt <--> MyController(MQTT gateway)
  • Polish

    Translation (localization)
    4
    1 Votes
    4 Posts
    859 Views
    jkandasaJ
    @lukash535 Thank you! I have accepted your request.
  • OTA on DualOptiBoot mysensors nodes?

    Moved General Discussion
    8
    0 Votes
    8 Posts
    838 Views
    jkandasaJ
    @manutremo OTA works in the following way, send available firmware details(version, checksum, etc.,) to the node If node thinks, it is a different sketch, it will request block by block. MyController sends firmware block data(requested block)