Subcategories

  • MYSBootloader resets

    mysbootloader bootloader ota firmware
    2
    0 Votes
    2 Posts
    887 Views
    M
    @matth1187 I didn’t realize MYSBootloader has watch dog timer set on by default Wdt_reset(); at end of loop fixes that
  • Battery level error on email

    8
    0 Votes
    8 Posts
    1k Views
    bmanosB
    thanks @jkandasa
  • Widgets for controlling nodes

    3
    0 Votes
    3 Posts
    2k Views
    R
    Has anyone got a slider widget for dimmer or the like yet ? I was going to try adding a slider myself, but don't know where to put the <head> code to pull in the jquery ? <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery UI Slider - Default functionality</title> <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> <link rel="stylesheet" href="/resources/demos/style.css"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script> $( function() { $( "#slider" ).slider(); } ); </script> </head> <body> <div id="slider"></div> </body> </html>``` thanks
  • Widget - Running Sensors

    14
    0 Votes
    14 Posts
    4k Views
    R
    @jkandasa Thanks for that, missed it.
  • Broardcast message to all nodes ?

    4
    0 Votes
    4 Posts
    1k Views
    R
    I've started to find the information I needed link text and the api for the scripts here link text I reply to myself
  • Detect change of state on switch

    6
    0 Votes
    6 Posts
    1k Views
    T
    @zachflem Ah... so if i understand correctly, you basically need a scipt that monitors the switch variables in mycontroller?
  • how to reassign a node id?

    5
    0 Votes
    5 Posts
    972 Views
    T
    Hi!, The define should work, have you tried to add as a decimal number instead of hex? maybe try clearing the eeprom with the example sketch, then add the line below to your sketch. #define MY_NODE_ID 2
  • Virtual MQTT node.

    3
    0 Votes
    3 Posts
    1k Views
    W
    I need to create a gateway, not a node, for sure! I did not guess. Thanks for the advice, Jeeva!
  • VariableName to InfluxDB

    3
    0 Votes
    3 Posts
    834 Views
    W
    @jkandasa I'm not sure I did it right. Here he is
  • SMS Templates

    sms custom message notification
    3
    0 Votes
    3 Posts
    896 Views
    A
    Thanks @jkandasa for a quick reply. I'll give it a try when i get time.
  • Wunderground experience

    2
    0 Votes
    2 Posts
    831 Views
    jkandasaJ
    @njbuch said in Wunderground experience: Do any of you have advice on how to create a rule that sends a message if there is an error on a gateway...?? You may create a script and run it periodically to check gateway status/message. Based on that you can send message/email, etc.,
  • Merry Christmas and a Happy New Year!!!

    2
    1 Votes
    2 Posts
    576 Views
    T
    Merry Christmas and all the best wishes for 2018!! :mrs_claus: Thanks everyone for using this great piece of software and your support, hope we can count on all of you in the years to come!!
  • Checking Multiple Sensors

    2
    0 Votes
    2 Posts
    734 Views
    D
    I achieved something similar using a pair of scripts and using AND / OR conditions on the motion sensors variables. In this moment I cannot retrieve the script to show you an example, let me know if you need it and I'll try to get it to you in the next days.
  • Serial2mqtt how to implement?

    7
    0 Votes
    7 Posts
    2k Views
    T
    @jkandasa Ah good!, will try and post the details! Thx!
  • Converting Distance to Volume with MyController (water tank)

    8
    0 Votes
    8 Posts
    1k Views
    jkandasaJ
    @mtbhuw https://forum.mycontroller.org/topic/146/how-to-set-sensor-value-with-javascript
  • Best Way to check Status of MySensors Sleeping Node

    10
    0 Votes
    10 Posts
    5k Views
    D
    Thanks!!!
  • Adding NRF24l01 code to existing sketches

    3
    0 Votes
    3 Posts
    836 Views
    M
    That's great thanks, I will read through that to try and make sense of it. I have 2 projects at the moment. One is a water level/rain gauge sensor project. I've seen the My Sensors rain gauge sketch but it seems too complex for my needs although I could use it. The other is a home "smart meter" for our electricity usage using a non invasive current sensor.
  • Help logging data?

    8
    0 Votes
    8 Posts
    2k Views
    jkandasaJ
    @wkwj00 MyController does not have any direct support for REST API endpoints. You may use MQTT, or other REST API like Sparkfun, etc.,
  • Adding Relay tutorial

    7
    0 Votes
    7 Posts
    2k Views
    skywatchS
    Cheers! It was sooooo simple in the end. But I never would have guessed that 'status' would have been the variable type. I was looking for binary,0,1, even on,off...but status? Where does that come from? Tested the 'local override switch' and that works - switches realy and updates myc dashboard. Finally I feel like I might be getting somewhere with all this!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied

0

Online

576

Users

528

Topics

3.4k

Posts