Skip to content

General Discussion

A place to talk about whateeeever you want
1.5k Topics 14.2k Posts
  • Method to reveal sketch inside node or g/w

    vera arduino ide
    6
    0 Votes
    6 Posts
    3k Views
    5546dug5
    @LastSamurai good idea! Will give it a go!
  • Is anyone using senserbender with HC-SR501 PIR ?

    3
    0 Votes
    3 Posts
    2k Views
    M
    yeah i'm running a bunch. connect to the bottom pin on the top left side (basically not the vcc pin on the bottom) it take 3v and works great.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Basic Lcd Node

    7
    0 Votes
    7 Posts
    4k Views
    Lawrence HelmL
    Did you ever get this going if so can you share the code? My project is similar have a few temp sensors around and send them to an lcd screen node. Lcd can be a repeater to the gateway for logging on domoticz, also if so what extra code did you add on the temp sensor side?
  • Problem with nrf24l01+ and chinese arduino clone

    4
    0 Votes
    4 Posts
    2k Views
    G
    I update my arduino IDE and the version of MySensors and works fine!, thanks anyway!
  • What's up with gateway code on github ?

    4
    0 Votes
    4 Posts
    2k Views
    M
    @hek Thank for the update, it looks very interesting. I have been working on a ESP/MQTT sketch using the ESPWIFI Gateway and the subpub library. I will try the sketch in the development branch. I'm sure you have workout everything I am having problems with :) Regards, Mike
  • Is there any complete "how to guide"?

    16
    0 Votes
    16 Posts
    5k Views
    A
    @sundberg84 Thanks for your answer! Now makes a lot of sense and it works I am able to assign ids :)
  • Bluetooth proximity sensor

    2
    0 Votes
    2 Posts
    1k Views
    DwaltD
    @tomm277 Here is an example project along those lines.
  • 'production' setup - how do you guys do it?

    15
    0 Votes
    15 Posts
    6k Views
    F
    @Yveaux For your influx flow you can try this : [{"id":"8347dab9.7cb828","type":"mqtt-broker","broker":"localhost","port":"1883","clientid":""},{"id":"d92d398d.26d2c8","type":"mqtt in","name":"Temperature Bureau","topic":"MySensors/4/1","broker":"8347dab9.7cb828","x":159,"y":103,"z":"183ecd0f.e7c133","wires":[["a929fd06.56d6"]]},{"id":"a929fd06.56d6","type":"function","name":"","func":"var newMsg={};\nnewMsg.payload = new Buffer(\"temp,location=Bureau value=\"+msg.payload,\"binary\");\nreturn newMsg;","outputs":1,"noerr":0,"x":354,"y":103,"z":"183ecd0f.e7c133","wires":[["4b2e850f.b4d17c"]]},{"id":"4b2e850f.b4d17c","type":"http request","name":"","method":"POST","ret":"bin","url":"http://localhost:8086/write?db=test","x":505,"y":103,"z":"183ecd0f.e7c133","wires":[[]]}]
  • Mosfet for RGB control

    5
    0 Votes
    5 Posts
    2k Views
    K
    "Is this the same component? and could I use those in the same way as the regular mosfets?" If you are use a 5 meter strip (300 LED and each LED can consume 60mA in "bright white"), you need a MOSFET with ~18A in theory. The IRLL014 has 2.7A which looks like it is not enough. SOT223 is a small size and if you are a beginner it is hard to solder it on a PCB :wink:
  • 433MHZ Weather Station by Acurite

    2
    0 Votes
    2 Posts
    2k Views
    DwaltD
    @Newzwaver Start here for methods on sniffing the code.
  • Arduino Library's for ADE7763 energy meter series

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    3 Posts
    1k Views
    mfalkviddM
    Thanks Sparkman. I searched the forum for the banner message, didn't realize that it had been discussed before without mentioning the contents of the message. Sorry about that.
  • MQTT_FIRST_SENSORID in MQTT Client Gateway Dev. Branch 1.5

    3
    0 Votes
    3 Posts
    1k Views
    FotoFieberF
    The nice thing about the MQTT Client Gateway form 1.4 was, that it was the controller too. :) If I need a controller, I will use node-red with the serial gateway. MQTT is then handled by node-red. :)
  • Rome. Maker Faire

    1
    0 Votes
    1 Posts
    677 Views
    No one has replied
  • Looooong range wireless...

    9
    0 Votes
    9 Posts
    3k Views
    NeverDieN
    Use a LoRa transceiver if you want really long range on an ISM band. You can't legally use an FRS/GMRS for sensor data. It's reserved for voice communication.
  • Mailbox detector, what is the most battery efficient sensor?

    4
    0 Votes
    4 Posts
    2k Views
    bjornhallbergB
    Magnetic switch or tilt switch (ball or mercury) would be a safe bet. Other possibilities would be a mechanical switch either at the top or bottom (that reacts to the weight of the mail). A light sensor / resistor (which obviously wouldn't work at night) or perhaps some sort of IR beam (not very battery friendly I imagine). Personally I have been using tilt switches for a couple of years. Very jumpy though when it comes to debouncing. Never tried with a capacitor as a simple hardware debouncer but rather just run the tripped message every loop and then sleep at the end of the loop, first for 10min and then until the next interrupt. Domoticz sets the sensor as "off" automatically after a time. A bit hacky but it works it seems. Reading the tilt switch state and getting it right every time became too frustrating. Speaking of debouncers, I was almost desperate enough to look into debouncer ICs like the Maxim MAX6816/MAX6817. Almost. A bigger concern is perhaps radio range. Despite earlier trials that seemed to indicate that the range was ok (and activating ACK), I had to set up a repeater node (with a pa+lna no less, the normal module wouldn't work!) and manually make sure the mailbox node always sends through the repeater. I was planning to set the repeater up eventually anyway, this just forced my hand.
  • Information about the data

    3
    0 Votes
    3 Posts
    796 Views
    ?
    I looked through the areas you suggested but I didn't see any reference to the letters used in the following line of data or how the data is laid out. 0;0;3;0;9;read: 0-0-0 s=0,c=1,t=23,pt=2,l=2,sg=0:455 0;0;1;0;23;455 I did figure out that the last number at the end of the line was the data being sent. Can I assume that you can't use the data directly from the gateway, It has to be connected into a VERA box?
  • Help adding battery level to switch sketch

    2
    0 Votes
    2 Posts
    2k Views
    hekH
    @Cliff-Karlsson said: mys.sleep(BUTTON_PIN-2, CHANGE, 0); Change to wakeUpReason = mys.sleep(BUTTON_PIN-2, CHANGE, SLEEP_TIME); See documentation on wakeUpReason if you only want to send battery value at wakeup.
  • Pulse Powermeter

    13
    0 Votes
    13 Posts
    4k Views
    epierreE
    @Tommy-Sharp the gateway is like the RFXTRX, it has no memory by design.

13

Online

11.7k

Users

11.2k

Topics

113.0k

Posts