Skip to content

Development

Discuss Arduino programming, library tips, share example sketches and post your general programming questions.
1.5k Topics 13.5k Posts

Subcategories


  • 56 578
    56 Topics
    578 Posts
    HJ_SKH
    Hi2All! Surprising is here. After about 24hours I refresh HA and suddenly my motion sensor was integrated. There is also second entity > battery : 0 , have to look deeper into that for understanding. Need to change little in the sketch, because don't want every short time 'no movement' so only when there is motion and maybe once a hour indication sensor is alive. Meantime I found 3 other good threats: https://forum.mysensors.org/topic/11200/finally-progress-evidence-based-radio-testing-method-and-capacitors https://forum.mysensors.org/topic/1664/which-are-the-best-nrf24l01-modules/27 https://forum.mysensors.org/topic/9550/build-a-reliable-power-supply-chain Very usefull for me also finally progress because of lacking time in the past. Great jobs are done here! Thanks for this all of you guys or girls!
  • OpenHab with smart door lock

    8
    0 Votes
    8 Posts
    6k Views
    greglG
    @jemish , There are thousands of locks out there which can be controlled by electricity - several examples have already been given to you. Why dont you go and research the hardware lock you think will work for you and your door and come back here with the link to it, and we can help you to control it with mySensors.
  • Suggestion for project conversio

    2
    1 Votes
    2 Posts
    926 Views
    AWIA
    @siklosi What I would do: have the light itself be controlled by a S_RGB_LIGHT and V_RGB. The horizontal and vertical servo's can probably be best controlled with with S_COVER and V_PERCENTAGE. Domoticz knows several variations of cover (or blinds) which give you all the possibilities.
  • How Can I Add the NRF24L01 ratio to the 2-wire Temp Probe Sketch

    5
    0 Votes
    5 Posts
    2k Views
    N
    Thank you very much worked great, I have the probe in my deep freeze ... If something goes wrong I get a notification. No more spoiled food. Thank you very much, it was very well appreciated..
  • How to bootload OTA on arduino pro mini?

    5
    0 Votes
    5 Posts
    4k Views
    G
    Hey, Bootloader in pro-mini. I have to flash with a new sketch, connect nrf and test OTA. Thank you
  • Send a string as a value

    8
    0 Votes
    8 Posts
    3k Views
    M
    many thanks! I know it's easy for you - unfortunately not for me. That's why I'm here. ;-)
  • Compile errors UI7 and Mysensors v1.5

    5
    0 Votes
    5 Posts
    2k Views
    S
    @hek Thanks this worked :)
  • 3 Switch Pins but 1 Not Updating Vera

    pro mini pins switches
    6
    0 Votes
    6 Posts
    2k Views
    S
    @akbooer Yes this is what I was seeing on UI7 but nothing on sensor pin for sensor door 1. I was powering it from my USB but I changed it to board(MYS11) power 5v and now it sends the data. This is good now but now I see delays and some times 2 sensors report both on but only 1 is grounded. I'm not sure if that has to do with debounce timers perhaps?
  • Sensebender Micro...no GW?

    8
    0 Votes
    8 Posts
    3k Views
    nikil511N
    Hello @Lucas-Figg I am also keen on the idea of running a mysensor network without a full blown controller, so I am using an ESP8266 as a gateway to the cloud, but also as a controler, and as a sensor. It should be possible to do the same on the Spark/Particle but I suggest that you just buy a 5$ ESP8266 NodeMCU since it's ported allready as a gateway, and you can easilly add your favourite IoT cloud based platform. For more details, look here: http://forum.mysensors.org/topic/1973/esp8266-as-wifi-gateway-controller-node
  • Relay actuator sketch - auto off function

    relay
    17
    0 Votes
    17 Posts
    9k Views
    M
    @Dwalt oh wow.. thanks so much.. i was waiting for you to get back to me but never saw this post.. and i just happened to stumble on it when i was looking to see if you had been back on the forum or not. I'm good with the hardware side of things and can shell script and do windows scripting. but still have not learned this coding yet. i have all the hardware for the 433 stuff. i even got the RF stuff to work (on my RPI2) and sniffed all my codes i could just never get it to work with my arduino stuff. likely the code, so i'm excited to give your code a go. Thanks!
  • Using unsupported sensors (LM35 for example)

    6
    0 Votes
    6 Posts
    3k Views
    AWIA
    Have a look at this sketch playground it will provide temperature which can be sent in a similar was as in the DHT or other Example MySensors sketch.
  • Watermeter pulse sensor, mistake in the provided ino file ?

    7
    0 Votes
    7 Posts
    3k Views
    MarcoM
    Hello, can you put the entire file .ino modified , I have the same problem as you. Thank you
  • change pin 12 assignment

    21
    0 Votes
    21 Posts
    6k Views
    hekH
    Did you include DigitaiIO in your sketch as well? This is required in the Arduino-world in order having the linker to pick it up.
  • Multiple Sensors with childs

    6
    0 Votes
    6 Posts
    2k Views
    AWIA
    @vincnet68 I don't know the controller your are using. This is how my shutters appear (Domoticz); [image: 1441381460568-upload-a0dfb1fb-bd04-4a40-bc10-b3488b61c990] On the shutter "sensor" I have all kinds of buttons and controls, but at the end the shutter can only be open, closed or in between. That is all the controller needs to know..
  • RelayWithButtonActuator for multiple Relays

    1
    0 Votes
    1 Posts
    921 Views
    No one has replied
  • Door, Window and Push-button Sensor

    2
    0 Votes
    2 Posts
    1k Views
    hekH
    Hi @nonobike, This is a english speaking forum. Please try to translate your question.
  • Gateway send to node

    4
    0 Votes
    4 Posts
    2k Views
    JohnJ
    No it's not (as far as i'm aware of), The gateway is like it says only a gateway (in this case only data). This means the you should do some work on the controller to be able to send this data.
  • Adding ACK to a sketch, RelayActuator for example

    16
    0 Votes
    16 Posts
    8k Views
    AWIA
    @Marvin-Roger I agree with you that sending each percentage close is a bit to much. But in the case of shutters it often occurs that the final position is not reached (shutter frozen, window open, etc.) So it isreporting only the value reached at actual stop.
  • Help Understanding MySensors Coding Syntax

    13
    0 Votes
    13 Posts
    4k Views
    hekH
    An actuator is generally some that you control like relay/light/lock etc. Sensors usually take measurement of the environment. Both types are "child sensors".
  • can't reboot a node with a certain sketch loaded

    5
    0 Votes
    5 Posts
    2k Views
    Z
    Could be power I suppose. You say that it reboots OK with other sketches. Do both the relay and temp sensor single-sensor sketches reboot OK? I was assuming so, which is why I was thinking something software rather than hardware, but assuming is what gets us stuck, debug wise.
  • WiFi MQTTGateway

    22
    0 Votes
    22 Posts
    15k Views
    YveauxY
    @Manolis-N please continue in this thread:http://forum.mysensors.org/topic/1870/esp8266-wifi-gateway-port-for-mysensors/1

16

Online

11.7k

Users

11.2k

Topics

113.0k

Posts