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. Where did everyone go?

Where did everyone go?

Scheduled Pinned Locked Moved General Discussion
69 Posts 28 Posters 1.0k Views 30 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.
  • rejoe2R Offline
    rejoe2R Offline
    rejoe2
    wrote on last edited by
    #3

    @monte said in Where did everyone go?:

    It feels like people come to mysensors, make relay node, temperature sensor

    If one just wants to have a temperature (or humidity) sensor or a relay, buying ZigBee or BT or ESP826x-based stuff is cheap and easy, no need to fiddle around with voltage regulators, fake nRF24L+, capacitor sizes and so on. So most people just beeing interested in quick solutions will not even care about these simple sensors.

    and then go forward for more complex solutions to never come back.

    Imo, MySensors still is a very good solution if you have the need for more complex or "clever" solutions. Choice is not to big, if you are looking for solutions with wired or LoRa nodes, and scripting more complex "rules" for Tasmota or ESPEasy seems not to be very common to build somehow autonomous subsystems.
    Btw.: node2node communication in MySensors is not well explained as well. So also in the MySensors ecosystem most users are used to rely on some sort of central system to do logics as soon as more than one node is involved.

    Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

    1 Reply Last reply
    2
    • C Offline
      C Offline
      CarloMagno
      wrote on last edited by
      #4

      @NeverDie, this could become one of those threads that would gather a wealth of knowledge to understand the multiple solutions in the DIY IoT ecosystem. It could be invaluable for a guy like me that is intermittently in and out of projects as a function of the “spare” time :blush: .
      I talk about my own experience here. When I built my first MySensors project (10 years ago?) I had no skills in soldering or Arduino programming. After some reading in the howtos I bought some Moteinos with RFM69 (small soldering needed to attach the sensors) and got my first system working with serial gateway and Openhab quite fast. It still works, several temp & humidity nodes and one awning controller.
      In the next “in” cycle (some 4 years later) I wanted something “bigger” and designed some custom PCBs with headers to attach ready-made LoRa boards (TTGO ESP32 OLED) in specialized nodes (multi-chamber wine fermentation controller, photovoltaic battery monitor with energy management, irrigation controller, …). Those boards are quite powerful for the price and well supported, but not friendly for battery operated nodes.
      Recently we have to install a system to prevent flooding in a basement. We bought a Wifi flooding sensor and a Wifi controllable plug with energy meter that work with the SmartLife App (Tuya IoT cloud). 30 minutes and working reliably.. wow.. so easy. So I agree with @rejoe2, easy and some “no-so-easy” tasks are much readily available than 10 years ago and quite easy to implement for the average joe without the need to invest a lot of hours in creating your own infrastructure.. and also cheaper.
      But when you want “special” sensors with more complex logic, if you are lucky and what you want exists, you will most likely have to pay the big price..., or you can build your own, like the MySensors people. So, I have been trying to enter in the next cycle for some time but I think I got too ambitious for my skills and it is taking some time to get to the practical implementation. I wanted to avoid the problems I suffered in the previous cycle with the TTGO (power hungry and poor ADC performance) so I started looking for a ready made board with LoRa and low power and good ADC and good price… and found Heltec LoRa Node 151 with STM32L151 … but there is no Arduino+MySensors support for the MCU… I also explored designing my own custom board based on STM32F1 (BluePill)… got a lot of problems with sleep functions in the tests so I dind't keep on that route… looked at CubeCell and its MySensors support provided by @eiten (ASR650x) still undecided whether it is worth to invest in an MCU from Asrock (future maintainability and ADC performance?).
      I started to look outside of the MySensors framework to get those new MCUs working in a more self-sufficient way (not having to wait for new versions of MySensors to support these new boards). Solutions such as RadioDriver library + custom communication protocol + NodeRed decoder to Openhab. Yes, possible, but quite re-inventing the wheel and MySensors is such a well thought protocol…. When you start looking for alternatives you realize the quality work that is behind the project and the good support and community you can find here, so far I have not found an alternative, so I always come back to the forums and MySensors Github pulls to see if anything new is cooking.
      What would be great for the next MySensors boost: that HALO multitransport gateway by @scalz , support for ESP-NOW as a transport protocol (just with a bare 3€ ESP32 WROOM module, some passives and external ADC and we could have a node with good 2,4GHz Radio and plenty mcu power), and support for the STM32 official core and SX126x radios (I could be wrong but the STM32WL series seems the sweet spot to me for long range coverage when small ready-made boards appear).
      So my 2 cents for this topic translates into: for simple applications (that is what most average people is looking after) ready-made wifi devices exists and are much cheaper and easy to use. And on the other side of the spectrum, more advanced users looking for something “special” want to use some new hardware that is not jet supported... that could explain the decline in post activity in the forums.

      1 Reply Last reply
      2
      • NeverDieN Offline
        NeverDieN Offline
        NeverDie
        Hero Member
        wrote on last edited by NeverDie
        #5

        Rewinding the tape, I remember how it frustrated me to no end how most commercial wireless devices provided no means of getting the received data out of them. Even today, most weather stations and temperature sensors seem to be like that. Which meant that you either had to hack the receiver or just design your own sensor from scratch, and the later was maybe even easier than hacking the commercial RF receiver to get the data. I think maybe the availability of cheap Wifi (like the ESP8266) was what started to change all that, because then it didn't cost much extra to add it to a receiver. For instance, I have a Flume for wirelessly reading my water meter. The sensor itself is quite simple, using a HopeRF RFM69 to transmit the data back to a receiver, which has an ESP8266 inside it for connecting back to "the cloud" via my WiFi router for logging the data. Well, that would have still been a data jail of sorts, but Flume took the extra step of providing a secure API so that Home Assistant can query the cloud and--finally!--get the data that way. It's this circuitous path that now seems more dominant, I guess because it's relatively cheap to put a product like that together using a free database and some cloud hosting. And it removes the vendor from having to support all the different possible PC variants and whatever driver conflicts might come with them if the vendor had instead provided a hardwired interface directly to the receiver. I can see how that might have been a support nightmare which is now avoided. This way also means that the data visualization is handled in the cloud, using generic tools for that purpose, rather than having to cram the code for that onto a microcontroller and later worry about how to update it to future versions. Now all the updating happens transparently in the cloud, so no software on varigated PCs to support. No different software versions to support either, since everyone is running just one version, which is always just whatever the current version is. Everyone has a browser, and that's all they need. So, in conclusion, my guess is that minimizing costs (design costs, support costs, and product returns) is the reason things turned out as they did.

        Of course, some of those companies go bankrupt, leaving their user base with expensive paper weights when the cloud services go inoperative, but in the near term people have something that works with little effort and can hope that the vendor will maintain the cloud forever.

        monteM 1 Reply Last reply
        0
        • tbowmoT Offline
          tbowmoT Offline
          tbowmo
          Admin
          wrote on last edited by
          #6

          I admit that I have been pretty silent the last couple of years on the forum. But daytime work have drained my energy reserves. I have however just picked up mysensors again, and started jumping into platform Io for arduino. And converted one of my old mysensors sketches.

          I hope that I can return to the community again, still have some fun hardware projects planned, but also need to constrain myself, so I do not have to many projects at the same time, otherwise my energy is depleted completely ;)

          / Thomas

          1 Reply Last reply
          2
          • C Offline
            C Offline
            canyouhearmenow
            wrote on last edited by
            #7

            MySensors is a very nice framework for building very low power sensor nodes ... in a hobbyist environment, I like it, I have sensors around the house that have been running for 2+ years on a coin cell battery.

            I am wondering if one of the reasons why no commercial player is offering MySensors-based gadgets might be the choice of license: MySensors is published under GPL, which commercial players may perhaps not be comfortable with. Other popular and successful open source projects, such as Arduino itself, are published under less restrictive licenses such as LGPL.

            1 Reply Last reply
            1
            • NeverDieN NeverDie

              Rewinding the tape, I remember how it frustrated me to no end how most commercial wireless devices provided no means of getting the received data out of them. Even today, most weather stations and temperature sensors seem to be like that. Which meant that you either had to hack the receiver or just design your own sensor from scratch, and the later was maybe even easier than hacking the commercial RF receiver to get the data. I think maybe the availability of cheap Wifi (like the ESP8266) was what started to change all that, because then it didn't cost much extra to add it to a receiver. For instance, I have a Flume for wirelessly reading my water meter. The sensor itself is quite simple, using a HopeRF RFM69 to transmit the data back to a receiver, which has an ESP8266 inside it for connecting back to "the cloud" via my WiFi router for logging the data. Well, that would have still been a data jail of sorts, but Flume took the extra step of providing a secure API so that Home Assistant can query the cloud and--finally!--get the data that way. It's this circuitous path that now seems more dominant, I guess because it's relatively cheap to put a product like that together using a free database and some cloud hosting. And it removes the vendor from having to support all the different possible PC variants and whatever driver conflicts might come with them if the vendor had instead provided a hardwired interface directly to the receiver. I can see how that might have been a support nightmare which is now avoided. This way also means that the data visualization is handled in the cloud, using generic tools for that purpose, rather than having to cram the code for that onto a microcontroller and later worry about how to update it to future versions. Now all the updating happens transparently in the cloud, so no software on varigated PCs to support. No different software versions to support either, since everyone is running just one version, which is always just whatever the current version is. Everyone has a browser, and that's all they need. So, in conclusion, my guess is that minimizing costs (design costs, support costs, and product returns) is the reason things turned out as they did.

              Of course, some of those companies go bankrupt, leaving their user base with expensive paper weights when the cloud services go inoperative, but in the near term people have something that works with little effort and can hope that the vendor will maintain the cloud forever.

              monteM Offline
              monteM Offline
              monte
              wrote on last edited by
              #8

              @NeverDie I am just paranoid about relying on a cloud for everything. What if, lets say, my internet connection is cut off, or theirs or they decide to close the API (like google did to nest). I don't like my data taking such a long detour. That's why I installed nextcloud at home when dropbox decided they didn't need to support anything except ext4 on linux :)

              1 Reply Last reply
              3
              • rejoe2R Offline
                rejoe2R Offline
                rejoe2
                wrote on last edited by
                #9

                @monte said in Where did everyone go?:

                @NeverDie I am just paranoid about relying on a cloud for everything.

                Imo it's not only the technicals problems wrt. to connection cut off and so on, but also relying on cloud services raises a lot of security issues, see e.g. https://www.youtube.com/watch?v=urnNfS6tWAY (unfortunately in german) wrt. to all that stuff working with sume "Tuya"-based "App". "Military grade security" for cloud bases solutions?!? Complete illusion, at least with these offers from far east also distributed by some discounters here in Germany...

                @NeverDie said in Where did everyone go?:

                Even today, most weather stations and temperature sensors [...]

                There's some clever solutions in the world to get the data out of these locally, e.g. OpenMQTTGateway for a lot of BT stuff and some 433MHz gadgets. I personally use FHEM as central Home Automation system, also offering a vast variety of solutions for 433MHz and 868MHz proprietary stuff out there (see keywords CUL and SignalDUINO in the command reference without the need to use any cloud service (including somfy, water meter signals, ...). Might be tricky in detail, but there's quite some folks out there using FHEM for the single purpose to bridge some special RF stuff to the MQTT world, btw..

                As my own activities wrt. to MySensors, the stuff I soldered several years ago just works (actually running on some older beta version). So no need to aks tricky questions atm..

                Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

                1 Reply Last reply
                1
                • NeverDieN Offline
                  NeverDieN Offline
                  NeverDie
                  Hero Member
                  wrote on last edited by NeverDie
                  #10

                  Yes, I would prefer that none of my IoT devices were cloud-based, and yet I own some anyway, like the Flume and Alexa and some third party Alexa controlled things, like LED bulbs and in-wall light switches and security cameras. All of them were remarkably inexpensive. Beyond the added latency and the on-going risk that the vendor might decide to discontinue cloud support, it creates security issues that I'm having to harden against using vlans and such, which is extra time/energy/money expended that I didn't think to consider at the time of purchase. The Alexa ecosystem has gotten quite big in a hurry, and voice control via Alexa is just wonderful overall. At our house we use Alexa dots to create intercoms between rooms, and it works great. If I could move them all out of the cloud, I probably would, but these cloud-based products are generally inexpensive and do set up quite easily and quickly, so I can understand their appeal. Anyhow, I only bring it up because I'm guessing it's a factor in answering "Where did everyone go?" Like @tbowmo said, available time is a factor.

                  I'd also say youtube is a factor. If there were a really nice youtube series on mysensors, I'm sure it would help.

                  1 Reply Last reply
                  2
                  • rejoe2R Offline
                    rejoe2R Offline
                    rejoe2
                    wrote on last edited by rejoe2
                    #11

                    youtube really seams to tear "everyone" to "fast and easy solutions". I personally really hate that IoT stuff talking to the www without asking and therefore try to avoid whatever can't be flashed with own firmware for "offline" use.
                    Atm. I'm fiddling around vith voice control via Rhasspy. Really impressive project, btw. (I'm not to deep into all the details on that, but controlling my lights, shutters or media stuff works really great, even without any online service provided by any of the big players; just a service with relatively small resouŕce footprint on a dual-core server built ages ago!).

                    Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

                    1 Reply Last reply
                    3
                    • monteM Offline
                      monteM Offline
                      monte
                      wrote on last edited by
                      #12

                      Ah, nice, now you can turn on and off wifi sockets and other wifi based iot without even knowing password to the wifi! Great!
                      https://www.fragattacks.com/

                      1 Reply Last reply
                      2
                      • BearWithBeardB Offline
                        BearWithBeardB Offline
                        BearWithBeard
                        wrote on last edited by
                        #13

                        The availability of inexpensive commercial products surely is a factor for less interest in DIY solutions like MySensors. Chinese companies are flooding another market once again. Just look at Xiaomi's Aqara and Mijia range of products and their compatible clones. They offer at least a dozen of different sensors and actors in neat little enclosures with either ZigBee or BLE connectivity, many of which are commonly available for much less than 10 USD a piece in sales.

                        In this view I get frequently asked by friends and relatives why I keep "wasting" so much time building my own devices when I could just buy some like they do and integrate them into Home Assistant or HomeKit with the flick of a switch.

                        I always respond to them that - apart from privacy and reliability concerns against devices with a forced internet connection, as has already been mentioned by some of you - I actually enjoy the whole process from prototyping electronics to managing a home server. It's a hobby and I learn new things through it. Three years ago, I could barely read basic circuit diagrams - here I am, comfortably soldering self-designed all-SMD PCBs, enjoying programming so much that I branched out into other areas and started developing web apps. I can at least attempt to repair faulty electronics - and have been successful at times - instead of throwing them away and wasting resources.

                        The whole DIY process forces me to think about my requirements and constraints. To think about what I actually need instead of what I want or could buy to fill a hole.

                        MySensors is fantastic for someone like me. It is fairly accessible with commonly available components, with the option for much more powerful hardware, if needed. Wireless communication can be remarkably reliable. Other than ESP-based devices, MySensors nodes can be incredibly energy efficient for battery use. It's not polluting my WiFi, nor invading my privacy through cloud services. And although you might say it has gotten quieter in the forum, there's still always someone around to help if you're stuck. It's just that MySensors is strictly DIY, as @monte pointed out. You can't just buy a commercial device, upload a MySensors sketch to it and be done.

                        That's probably not the answer to the question where everyone went, but rather why not many new come in. Maybe it's a hindrance for new users these days? Because the "DIY aspect", that's now often obsolete, was just a necessary evil for many? Or, as my friends ask, why waste your time with that?

                        I guess you either have to have a specific mindset and interest to pick this up as a hobby with some dedication, or your requirements are so specific that no commercial product suits them, so that the pressure to DIY is high enough to bring yourself to do so. If not, the big home automation youtubers may show you the convenient way to quick satisfaction.

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

                          I used MySensors to create a privacy friendly smart home demonstrator called Candle. Quite a few people are building it, but they may not even realise they are using MySensors.

                          In this project my own attention certainly has shifted a bit. Cheap Zigbee dongles and devices aid my goal of moving Candle in a more consumer friendly direction, so that people could just buy most of the parts ready-to-go, and still keep everything local. Some devices will still be MySensors devices, simply because there aren't any privacy friendly alternatives that I know of. But a temperature and humidity sensor, those use Zigbee for me now. And I'm moving the privacy features from the arduino code into the central controller instead.

                          Speculation about other factors:

                          • Practical Arduino hardware education isn't happening right now because of covid. And even there, there are so many hardware options now. Microbits, ESP32, etc.
                          • I've also noticed people asking about standardisation, and caring about interoperability.
                          • There are many more products available now. Edge cases are being catered to, e.g. gardening.

                          Things that might help for me:

                          • I really wish there was a cheap, widely available Arduino akin to the RF-Nano, but with RFM69 433Mhz. MySensors has always had range issues for me on 2.4ghz.
                          • The MySensors implementation doesn't make it easy for devices to describe the UI they would like. E.g. if a device is read-only or toggle-able is currently dependent on the type, instead of being a factor that can be set for each sensor type independently.

                          A new website with a strong focus on new users, USP's (cheap privacy & friendly, or just fun, educational and artisanal) and up-to-date examples might help.

                          This all may sound critical, but that's not the intention. I really dig MySensors. It's definitely in my toolbelt.

                          NeverDieN 1 Reply Last reply
                          5
                          • alowhumA alowhum

                            I used MySensors to create a privacy friendly smart home demonstrator called Candle. Quite a few people are building it, but they may not even realise they are using MySensors.

                            In this project my own attention certainly has shifted a bit. Cheap Zigbee dongles and devices aid my goal of moving Candle in a more consumer friendly direction, so that people could just buy most of the parts ready-to-go, and still keep everything local. Some devices will still be MySensors devices, simply because there aren't any privacy friendly alternatives that I know of. But a temperature and humidity sensor, those use Zigbee for me now. And I'm moving the privacy features from the arduino code into the central controller instead.

                            Speculation about other factors:

                            • Practical Arduino hardware education isn't happening right now because of covid. And even there, there are so many hardware options now. Microbits, ESP32, etc.
                            • I've also noticed people asking about standardisation, and caring about interoperability.
                            • There are many more products available now. Edge cases are being catered to, e.g. gardening.

                            Things that might help for me:

                            • I really wish there was a cheap, widely available Arduino akin to the RF-Nano, but with RFM69 433Mhz. MySensors has always had range issues for me on 2.4ghz.
                            • The MySensors implementation doesn't make it easy for devices to describe the UI they would like. E.g. if a device is read-only or toggle-able is currently dependent on the type, instead of being a factor that can be set for each sensor type independently.

                            A new website with a strong focus on new users, USP's (cheap privacy & friendly, or just fun, educational and artisanal) and up-to-date examples might help.

                            This all may sound critical, but that's not the intention. I really dig MySensors. It's definitely in my toolbelt.

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

                            @alowhum said in Where did everyone go?:

                            I really wish there was a cheap, widely available Arduino akin to the RF-Nano, but with RFM69 433Mhz. MySensors has always had range issues for me on 2.4ghz.

                            Even with the high powered (20-30db) versions of the nRF24l01's?

                            1 Reply Last reply
                            0
                            • I Offline
                              I Offline
                              Ivanli
                              Banned
                              wrote on last edited by
                              #16

                              MySensors is a great framework and probably everyone has found other controllers and tools that work better or are more suitable for them.

                              1 Reply Last reply
                              0
                              • monteM monte

                                I guess the main reason is that mysensors is very stand-alone framework. And it locked itself in purely hobbyist territory. So when there are vast amount of iot devices from various manufacturers that you can combine with your own diy solutions in zigbee-ikea-hue or esp-tasmota-mqtt ecosystem in mysesnsors you have to make all devices yourself if you want some kind of ecosystem, or rely on HA/openhab/nodered/domoticz with its script system to make something connected. Also strict requirement of arduino framework and outdated hardware as the core of the framework alienates the big chunk of iot developers out there. It feels like people come to mysensors, make relay node, temperature sensor and then go forward for more complex solutions to never come back.

                                @NeverDie said in Where did everyone go?:

                                not all that long ago Google bought a thermostat company (Nest)

                                And pretty much broke it for opensource or third-party integrations.

                                P Offline
                                P Offline
                                Peter Loeffler
                                wrote on last edited by
                                #17

                                @monte said in Where did everyone go?:

                                I guess the main reason is that mysensors is very stand-alone framework. And it locked itself in purely hobbyist territory. So when there are vast amount of iot devices from various manufacturers that you can combine with your own diy solutions in zigbee-ikea-hue or esp-tasmota-mqtt ecosystem in mysesnsors you have to make all devices yourself if you want some kind of ecosystem, or rely on HA/openhab/nodered/domoticz with its script system to make something connected. Also strict requirement of arduino framework and outdated hardware as the core of the framework alienates the big chunk of iot developers out there. It feels like people come to mysensors, make relay node, temperature sensor and then go forward for more complex solutions to never come back.

                                well, yes, I agree, plus: in my experience some of the coders of mysensors are very (!!!) snobbish and autocratic. The idea behand mysensors is not that bad, but it got stuck - also ideologically - technically some years ago and there is no movement to be seen

                                1 Reply Last reply
                                1
                                • tbowmoT Offline
                                  tbowmoT Offline
                                  tbowmo
                                  Admin
                                  wrote on last edited by
                                  #18

                                  @Peter-Loeffler

                                  I'm not sure how to address your statement. But beeing one of the core group members myself, I feel that it's a bit harsh. We all have a life, and fulltime job, besides mysensors! This means that we can't spend every minute of our (spare) time on mysensors all the time. Some of us have scaled down on activities for a period, due to children, work, house renovations etc.

                                  Maybe we (the core group) say no to some new features in the project, but that is because we are uncertain about the following support / bugfixing of that particular feature. Specially in the light of the above, with limited spare time for the projects.

                                  For my part, I've had a couple of rough years, that took the steam out of my envolvement in a lot of projects, including MySensors. But I'm slowly re-emerging from the deep dark now. So I hope that I get more time to do new fun sensors / hardware again. But things take time, and do not want to rush things, that could send me back into the dark again.

                                  1 Reply Last reply
                                  7
                                  • NeverDieN Offline
                                    NeverDieN Offline
                                    NeverDie
                                    Hero Member
                                    wrote on last edited by NeverDie
                                    #19

                                    A few areas come to mind where many contributed mysensors projects excel beyond many/most commercially available products: ultra low power consumption, security (integrating TPM chips was particularly prescient), over-the-air firmware updates, cost, and integration of pretty much whatever-you-can-imagine into a unified non-cloud system (if so desired), and very definitely access to whatever data you want. Also, I've found the mysensor's forum to be a good place to exchange ideas and information.

                                    1 Reply Last reply
                                    0
                                    • tbowmoT Offline
                                      tbowmoT Offline
                                      tbowmo
                                      Admin
                                      wrote on last edited by
                                      #20

                                      There are many examples where of the shelf equipment downstairs make the cut. Of course if you only want temperature, or door switches, then zigbee devices are easier to implement. But if you want specialized Sensors, for measuring depth of water in a well, automate an existing garage door, automated the chicken coop, etc. Then mysensors is there to the rescue. Because you can't find any of the shelf non cloud solutions for that.

                                      Perhaps we are behaving like old farts in the core ;) , but it's not intentionally. As mentioned a lot of times, we are using our spare time for the project, but the spare time is limited..

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

                                        Another outside influence may just be Covid and Work From Home.
                                        I have been very fortunate to be able to work from home over the past year, but I find at the end of the day I abandon my computer and my office and don't return. My hobbies are heavily computer based and have suffered. I often think about new cool sensors and what project to tackle next, but my hobby environment feels too much like my work environment. I'm going to have to rethink that going forward because at least some work from home seems like it will be the new normal.

                                        1 Reply Last reply
                                        0
                                        • Luke CorkillL Offline
                                          Luke CorkillL Offline
                                          Luke Corkill
                                          wrote on last edited by
                                          #22

                                          Personally I don't think about MySensors as often as I used to. In so many ways that's a sign of success; I have quite a few battery operated temperature nodes and an MQTT ethernet gateway running very stable - haven't needed to adjust anything for 2/3 years. Others may be in a similar position.

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


                                          7

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 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