Skip to content

General Discussion

A place to talk about whateeeever you want
1.5k Topics 14.2k Posts
  • Looking for recommendations, advice, and insights

    11
    0 Votes
    11 Posts
    452 Views
    alowhumA
    I'd have a look at Candle. Lots of people are building it, and it's based on MySensors.
  • PineTab as a MySensors smart home controller?

    1
    1
    0 Votes
    1 Posts
    80 Views
    No one has replied
  • Door sensor with wifi

    17
    0 Votes
    17 Posts
    2k Views
    D
    I have LSC Smart door sensor, it works great. Now I can't imagine my life without smart technologies.
  • Slack.com Chatroom

    slack instant messaging chat
    10
    1 Votes
    10 Posts
    3k Views
    chisightC
    @tbowmo Agreed, creating a Slack when there has been an IRC channel since Mar 18 2014 was probably not a great idea.
  • Rolling average and standard deviation.....

    3
    0 Votes
    3 Posts
    171 Views
    skywatchS
    @Yveaux Thanks for the pointer, I will take a good look at that. What I need is something light that won't have a growing variable. I thought of using an array as the best option, but I will vertainly look at what you have found. Thank you!
  • Your workshop :)

    183
    0 Votes
    183 Posts
    71k Views
    skywatchS
    @bjacobse I agree - when I was putting mine together I could see the desk top. But now it is in constant use 'building' I never know what I will find underneath something!
  • how to have 2 gateways?

    13
    0 Votes
    13 Posts
    332 Views
    skywatchS
    @BearWithBeard thanks - that is useful to know. I will try again with this soon, but today is another project! ;)
  • Need help making pin D1 available for 8 relay module

    6
    0 Votes
    6 Posts
    185 Views
    M
    @mfalkvidd Got it! Had to put on top of sketch to get it to work.. Thank you!
  • Looking for a door monitor setup/circuit

    7
    0 Votes
    7 Posts
    322 Views
    parachutesjP
    @jamzm what are you looking for in particular? I use a ProMini with the Door/Window/Button switch. The sketch is modified to always sleep and wake up on change. (https://www.mysensors.org/build/binary), with a reed switch (https://www.aliexpress.com/item/32468849883.html?spm=a2g0s.9042311.0.0.27424c4dYn4UwZ) The sensor is powered with two AAA batteries. The case is actually from a real door/alarm system from aliexpress which I first wanted to hack but then decided to strip the electrnics out and build it myself. I use a NC reed switch to save additional power (when door is closed mainly). If you are interested more in the other part of my answer, I use OpenHAB as a controller. I have extensive rules to react base on an "uncontrolled" opening of a door or window. This could be anything from turning lights on to send an email to your phone, triggering an external security company or enabling your sprinkler ;-)
  • How to cheat thermostats?

    9
    0 Votes
    9 Posts
    2k Views
    KimmoHopK
    Or was the valve type RA :/ That has z-wave actuator
  • NRF24L01 connection with ARM microcontrollers

    nrf24l01 stm32 remote control arduino
    1
    0 Votes
    1 Posts
    164 Views
    No one has replied
  • Highest efficiency LED?

    15
    0 Votes
    15 Posts
    742 Views
    NeverDieN
    Reporting back: Testing some cheap aliexpress 3mm red or yellow through-hole LED's, I found they required around 10ua to have decent visibility. Other LEDs that I got from amazon required several hundred microamps to be equally visible. However, running this 25 cent CREE green LED at 1ua at around 2.5v was sufficient to be dimly visible: https://www.mouser.com/ProductDetail/941-C503BGASCB0F0792 Even 500na was enough, though at less than that it becomes dodgy. Part of the credit goes to narrowly focused optics. Also, 10ms was enough. So, 1ua at 1Hz with a 1% duty cycle means just 10na on average. Not bad! The pulsing actually makes it easier to see than it just being constantly turned on, I presume because of better contrast. I haven't yet tried it at night, but so far this is already better than what I was expecting a priori. Putting it at the bottom of a black tube might also be interesting to try: you'd get improved contrast, and with the narrow optics maybe little light would be sacrificed to the blackness of the tube Anyone here found an LED that's more efficient than this one? Or is this already about as good as it's likely to get?
  • Mysensors Build Problem on Ubuntu 20.04 (RPi or Tinker Board)

    3
    0 Votes
    3 Posts
    281 Views
    YveauxY
    @sghazagh When seraching for this file on google, I come across this hit: https://stackoverflow.com/questions/61029226/how-do-i-install-libraries-for-stropts-h It states stropts.h is deprecated, and apparently the gateway doesn't use it, only includes it. Could you file a bug report here to remove this include please?
  • Raspberry pi as repeater

    2
    0 Votes
    2 Posts
    408 Views
    Puneit ThukralP
    Is this possible?
  • Kind message & thank you all

    2
    7 Votes
    2 Posts
    133 Views
    mfalkviddM
    Thank you @dzjr I am not sure how it happened, but I am also very happy of the pleasant and supportive tone on the forum.
  • MYSController and Sensebender Gateway not Communicating

    1
    0 Votes
    1 Posts
    98 Views
    No one has replied
  • 0 Votes
    4 Posts
    181 Views
    mfalkviddM
    @cloolalang it depends on the underlying transport protocol. Some use csma (rfm69 with new driver), some aloha (nrf24), some tri-state (rs485). I don't think MySensors has assembled documentation covering that angle.
  • Total Novice - art of the possible

    9
    1 Votes
    9 Posts
    286 Views
    bjacobseB
    @GarethBirkett no worries man, you described somehow how it functioned ;-) I just newer heard of a oil vaporizing AGA cooker/stove :-)
  • 1 Votes
    4 Posts
    234 Views
    Puneit ThukralP
    @Joost I did misread your initial post - the keyword in your question "both parties". I haven't come across something like that because I never look for it. In my setup, I can easily power a gateway with continuous uninterrupted power supply. A listening device must always be on unless both the sender and receive have some sort of an agreement as to when the sender will transmit data - so that they receiver can wake up, listen to data and sleep again. I am not technically sound at all when it comes to programming - but then there are others here who may have the skill to draw up a sketch which does that. However, if you are looking to a battery operated temperature/humidity node - yeah those are available. Cheers
  • battery powered sensors problem

    4
    0 Votes
    4 Posts
    178 Views
    electrikE
    There are more messages than just the presentation messages that don't show in the HA logs, like find parent. You should check the actual GW debug output when this situation occurs to see them. This would be really necessary if you ask me, otherwise it can't be seen what happens to the gw to make it hang.

5

Online

11.8k

Users

11.2k

Topics

113.2k

Posts