Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. General Discussion
  3. Fewer home automation postings? What's behind it?

Fewer home automation postings? What's behind it?

Scheduled Pinned Locked Moved General Discussion
78 Posts 19 Posters 12.8k Views 18 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • gohanG Offline
    gohanG Offline
    gohan
    Mod
    wrote on last edited by
    #14

    I agree on the general idea the problem I see is that there will be a lot of custom solutions that would not fit for the shields: like the wemos shields they are easy to use but build volume is huge.

    NeverDieN 1 Reply Last reply
    0
    • gohanG gohan

      I agree on the general idea the problem I see is that there will be a lot of custom solutions that would not fit for the shields: like the wemos shields they are easy to use but build volume is huge.

      NeverDieN Offline
      NeverDieN Offline
      NeverDie
      Hero Member
      wrote on last edited by NeverDie
      #15

      @gohan said in Fewer home automation postings? What's behind it?:

      I agree on the general idea the problem I see is that there will be a lot of custom solutions that would not fit for the shields: like the wemos shields they are easy to use but build volume is huge.

      It doesn't have to be all or nothing. @Nca78 's collection is a pretty good starter kit. It also makes the wiring a "no brainer" because it's all done for you on the PCB's. Like I say, if you want to branch out from there, you can, but with the benefit of starting with a beginner platform that's already vetted and working.

      1 Reply Last reply
      0
      • NeverDieN NeverDie

        Anyone else notice what seems like a significant decline in new postings on various home automation internet forums? I mean: mysensors, lowpowerlab, cocoontech, .... The rate of new postings seems much less than in prior years. Is that because people have found other solutions elsewhere, or interest has declined, or almost everything that can be said has already been said, or people are frustrated and given up, or.....? I had thought that with all the hype surrounding internet of things, there would have been an increase in postings, not a decline. Any theories?

        zboblamontZ Offline
        zboblamontZ Offline
        zboblamont
        wrote on last edited by
        #16

        @NeverDie I would tend to suspect there is already a treasure trove in all the fora for folks to dig into, which saves answering repetitive questions, hence reduced postings....

        NeverDieN 1 Reply Last reply
        1
        • zboblamontZ zboblamont

          @NeverDie I would tend to suspect there is already a treasure trove in all the fora for folks to dig into, which saves answering repetitive questions, hence reduced postings....

          NeverDieN Offline
          NeverDieN Offline
          NeverDie
          Hero Member
          wrote on last edited by
          #17

          @zboblamont said in Fewer home automation postings? What's behind it?:

          @NeverDie I would tend to suspect there is already a treasure trove in all the fora for folks to dig into, which saves answering repetitive questions, hence reduced postings....

          If that's the case why is skywatch having so much trouble?

          zboblamontZ 1 Reply Last reply
          1
          • Nca78N Offline
            Nca78N Offline
            Nca78
            Hardware Contributor
            wrote on last edited by
            #18

            I have to agree with @skywatch and a few others here, MySensors is relatively easy to start with using the documentation, you wire your pro mini & radio for gateway and sensor and you're running your first sensor in no time.
            But as soon as you want to make things a bit more advanced, you face a lot of challenges that the doc on the website and suggested components make harder to solve :

            • PA/LNA radio that fail, need wrapping in foil to have decent performance etc etc I'm pretty sure this is the most frequent cause of failure for MySensors network.
            • examples with DHT sensors that are not convenient for battery usage => use of step up converters that create a whole set of new problems and unreliability
            • PIR example with SR501 that runs at 5V so you need to alter them to run at lower voltage (3.3V) that's still not so convenient and they become unstable (triggered by radio tx/rx)

            I'll make a list of suggestions to improve the docs, it will probably include writing a few more examples also, and some tutorials for a few things that are easy in fact easy to do but can seem hard from the outside like flashing bootloader on a pro mini or OTA update.

            Currently I have restarted to test my NModule "shields", I will improve and/or fix them and probably convert the most useful ones to MySX Connector.

            Sergio RiusS 1 Reply Last reply
            5
            • NeverDieN NeverDie

              @zboblamont said in Fewer home automation postings? What's behind it?:

              @NeverDie I would tend to suspect there is already a treasure trove in all the fora for folks to dig into, which saves answering repetitive questions, hence reduced postings....

              If that's the case why is skywatch having so much trouble?

              zboblamontZ Offline
              zboblamontZ Offline
              zboblamont
              wrote on last edited by
              #19

              @NeverDie I was answering the original post on potential reasons, not addressing specific complaints.

              Whatever improvements can be brought to the forum will be undoubtedly be welcomed, but as a beginner on this hobby I have fumbled my way around and gleaned considerable help getting started just searching on the site. I would hazard a guess that many others are floating around without taking part in discussions.... It's not as if folks aren't generally friendly and helpful...

              1 Reply Last reply
              2
              • Nca78N Nca78

                I have to agree with @skywatch and a few others here, MySensors is relatively easy to start with using the documentation, you wire your pro mini & radio for gateway and sensor and you're running your first sensor in no time.
                But as soon as you want to make things a bit more advanced, you face a lot of challenges that the doc on the website and suggested components make harder to solve :

                • PA/LNA radio that fail, need wrapping in foil to have decent performance etc etc I'm pretty sure this is the most frequent cause of failure for MySensors network.
                • examples with DHT sensors that are not convenient for battery usage => use of step up converters that create a whole set of new problems and unreliability
                • PIR example with SR501 that runs at 5V so you need to alter them to run at lower voltage (3.3V) that's still not so convenient and they become unstable (triggered by radio tx/rx)

                I'll make a list of suggestions to improve the docs, it will probably include writing a few more examples also, and some tutorials for a few things that are easy in fact easy to do but can seem hard from the outside like flashing bootloader on a pro mini or OTA update.

                Currently I have restarted to test my NModule "shields", I will improve and/or fix them and probably convert the most useful ones to MySX Connector.

                Sergio RiusS Offline
                Sergio RiusS Offline
                Sergio Rius
                wrote on last edited by
                #20

                I agree that frustration must be the cause of people leaving. One must know to filter and decipher the info in the forums, as initial (obsolete) recommendations on using step up converters and builds are there, for example. Old people accomplished things, and stepped the next level, but the library and tools evolved so the way of making things also changed.
                And documentation does not help at all.

                @Nca78 in fact, didn't know anything about wrapping the antenna!?
                Still don't know if it is failing. And It's using a step... Down converter. 😅

                1 Reply Last reply
                0
                • nagelcN Offline
                  nagelcN Offline
                  nagelc
                  wrote on last edited by
                  #21

                  I think frustration is probably a factor. Some parts of home automation can be quite difficult.
                  Just look at the "safe-in-wall-ac-to-dc-transformers" thread for an example. You really need to understand this to make a safe in wall switch to control your lights. Another difficult area is presence detection. Motion sensors and door switches can only get you so far.
                  I suspect many people get past the excitement of building their first sensors and find controlling things more difficult than they want to attempt. Then they end up buying something like a Phillips Hue or giving up all together.

                  PS: The first circuit board I designed is a temperature sensor with NRF24 from directions on this site. Now running over 2 years on a set of AA batteries. I feel a little proud of that one every time I see it still reporting it's temperature in Domoticz.

                  zboblamontZ 1 Reply Last reply
                  1
                  • nagelcN nagelc

                    I think frustration is probably a factor. Some parts of home automation can be quite difficult.
                    Just look at the "safe-in-wall-ac-to-dc-transformers" thread for an example. You really need to understand this to make a safe in wall switch to control your lights. Another difficult area is presence detection. Motion sensors and door switches can only get you so far.
                    I suspect many people get past the excitement of building their first sensors and find controlling things more difficult than they want to attempt. Then they end up buying something like a Phillips Hue or giving up all together.

                    PS: The first circuit board I designed is a temperature sensor with NRF24 from directions on this site. Now running over 2 years on a set of AA batteries. I feel a little proud of that one every time I see it still reporting it's temperature in Domoticz.

                    zboblamontZ Offline
                    zboblamontZ Offline
                    zboblamont
                    wrote on last edited by
                    #22

                    @nagelc If there is any frustration leading to folks abandoning DIY in favour of commercial offerings I suggest they would have favoured that route to begin with.
                    For somebody starting out on this DIY hobby the learning curve can be daunting, the technicalities and terminology may be comfortable for those with experience, it is easy to forget that the learner is essentially trying to decode hieroglyphics in the dark by dim candlelight, ie even the most basic explanations can prove challenging to begin with.
                    The problem for any forum will be the level at which the information is pitched, as it has to accommodate so many levels of expertise...

                    1 Reply Last reply
                    2
                    • G Offline
                      G Offline
                      gadgetman
                      wrote on last edited by
                      #23

                      Rise of cheap zigbee sensors from China is my take. I have a bunch of highly reliable magnetic reed sensors, push buttons, PIR, temp sensors that are smaller and better looking than anything I could make with mysensors. I'm using ms for the more complex and custom applications I have in mind.

                      NeverDieN 2 Replies Last reply
                      0
                      • gohanG Offline
                        gohanG Offline
                        gohan
                        Mod
                        wrote on last edited by
                        #24

                        I am also keeping an eye on the xiaomi sensors as in fact they are cheap and better looking than anything you could make on your own. I am still wondering about their reliability and also I don't like a lot the gateway that connects directly to a wall plug.

                        G 1 Reply Last reply
                        0
                        • gohanG gohan

                          I am also keeping an eye on the xiaomi sensors as in fact they are cheap and better looking than anything you could make on your own. I am still wondering about their reliability and also I don't like a lot the gateway that connects directly to a wall plug.

                          G Offline
                          G Offline
                          gadgetman
                          wrote on last edited by
                          #25

                          @gohan I don't use their gateway as it's a bit clunky although it does have local control. Like many I use a Samsung smartthings hub which doesn't cost much more as it's often heavily discounted - pairing with the ST hub can be hit or miss though.

                          gohanG 1 Reply Last reply
                          1
                          • G gadgetman

                            Rise of cheap zigbee sensors from China is my take. I have a bunch of highly reliable magnetic reed sensors, push buttons, PIR, temp sensors that are smaller and better looking than anything I could make with mysensors. I'm using ms for the more complex and custom applications I have in mind.

                            NeverDieN Offline
                            NeverDieN Offline
                            NeverDie
                            Hero Member
                            wrote on last edited by NeverDie
                            #26

                            @gadgetman said in Fewer home automation postings? What's behind it?:

                            Rise of cheap zigbee sensors from China is my take. I have a bunch of highly reliable magnetic reed sensors, push buttons, PIR, temp sensors that are smaller and better looking than anything I could make with mysensors.

                            First I've heard of it. Any links?

                            G 1 Reply Last reply
                            0
                            • NeverDieN NeverDie

                              @gadgetman said in Fewer home automation postings? What's behind it?:

                              Rise of cheap zigbee sensors from China is my take. I have a bunch of highly reliable magnetic reed sensors, push buttons, PIR, temp sensors that are smaller and better looking than anything I could make with mysensors.

                              First I've heard of it. Any links?

                              G Offline
                              G Offline
                              gadgetman
                              wrote on last edited by
                              #27

                              @NeverDie Just do a search on sites like gearbest.com or Banggood.com for Xiaomi smart home. The common sensors go on sale fairly often but they're usually less than $10 a pop.

                              1 Reply Last reply
                              1
                              • G gadgetman

                                @gohan I don't use their gateway as it's a bit clunky although it does have local control. Like many I use a Samsung smartthings hub which doesn't cost much more as it's often heavily discounted - pairing with the ST hub can be hit or miss though.

                                gohanG Offline
                                gohanG Offline
                                gohan
                                Mod
                                wrote on last edited by
                                #28

                                @gadgetman are you saying there is no guarantee to have the xiaomi sensors working on the ST hub?

                                G 1 Reply Last reply
                                0
                                • gohanG gohan

                                  @gadgetman are you saying there is no guarantee to have the xiaomi sensors working on the ST hub?

                                  G Offline
                                  G Offline
                                  gadgetman
                                  wrote on last edited by
                                  #29

                                  @gohan Not at all. It's just that the pairing process has a manual element (as opposed to being capable of being auto discovered) to it as it's not officially supported by ST. Community members have developed device drivers for the window, temp, PIR and pushbutton switches. Although I had a few issues trying to settle on the right zigbee frequency (2.4Ghz so susceptible to interference from wifi sources), once that was sorted everything is working great.

                                  1 Reply Last reply
                                  0
                                  • G gadgetman

                                    Rise of cheap zigbee sensors from China is my take. I have a bunch of highly reliable magnetic reed sensors, push buttons, PIR, temp sensors that are smaller and better looking than anything I could make with mysensors. I'm using ms for the more complex and custom applications I have in mind.

                                    NeverDieN Offline
                                    NeverDieN Offline
                                    NeverDie
                                    Hero Member
                                    wrote on last edited by
                                    #30

                                    @gadgetman said in Fewer home automation postings? What's behind it?:

                                    smaller and better looking than anything I could make with mysensors.

                                    @Nca78 Found some inexpensive yet attractive project boxes that you can put your sensors inside. Looks quite nice!
                                    https://www.openhardware.io/view/411/BlackCircle-Sensor-High-WAF-TempHum-sensor

                                    1 Reply Last reply
                                    0
                                    • scalzS Offline
                                      scalzS Offline
                                      scalz
                                      Hardware Contributor
                                      wrote on last edited by scalz
                                      #31

                                      I agree with @gadgetman , it's easier&quicker to get started for "HA noobs" or those who don't want to spend too much time in hardware.

                                      I thought about trying xia**i devices too. But I have no use, I have enough boards for my needs :grin:

                                      That said, i've not been tempted because, and that's important for me:

                                      1. I want to fully control my HA, and it's also easier if use 1 or 2 protocols instead of many
                                      2. so I can debug inside
                                      3. and I don't need to wait for an API update
                                      4. and I can also fix a faulty hw as I've fun making my hw. But this is not the most valuable argument here, I agree, regarding such a cheap and simple sensor.

                                      1 to 3 : solved by using a great and secure opensource lib... MySensors :)

                                      But if i can make my devices looking great with 3d printer and a few tricks to improve look, more features or sensors, smaller, and the final cost not more than twice the price of a xia**i, . I'm happy to forget counting my time lol. But we're getting in connoisseur field I agree

                                      1 Reply Last reply
                                      1
                                      • R Offline
                                        R Offline
                                        robosensor
                                        wrote on last edited by
                                        #32

                                        Ikea is also producing zigbee-compatible smart home components (TRÅDFRI series), including led lighting, dimmers, PIRs, ethernet gateways without cloud-based parts (can work w/o internet).

                                        Starting from $11-$19 for dimmers/PIRs here in Poland.

                                        1 Reply Last reply
                                        1
                                        • alowhumA Offline
                                          alowhumA Offline
                                          alowhum
                                          Plugin Developer
                                          wrote on last edited by
                                          #33

                                          "From my personal experience, it will be failure and frustration that gets people down. They arrive at this site and it all looks really good.....until you come to try it and then you discover a whole nets of vipers just waiting."

                                          I've been thinking that it would be nice to create a spinoff website for MySensors that focuses on ease of use and tried-an-tested solutions. Plug n play.

                                          For example, a beautiful site with a few home automation staples, and with the best sensors to use for that scenario, and upload-and-go code. Ideally people wouldn't need to solder anything.

                                          Then that site could be used for workshops on DIY, cheap and privacy friendly home automation, for example in libraries.

                                          scalzS 1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          31

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.1k

                                          Posts


                                          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular