Fewer home automation postings? What's behind it?
-
@gohan That's true, but I am talking about "Wow" factor. Remember the first iPhone? When I got my first iPhone 4, it was quite something. Now, I am looking at the same phone and saying how come I liked it? The same is here. 5 years ago a remote temperature sensor was - WOW! Now, this is just a sensor. I am sure you have plenty of these around.
The question is what incentives newbies have to learn all those skills you mentioned vs plug&play devices available where no learning/DIY is required. There is a video on the youtube about a guy doing DIY mobile iPhone from components in China upgrading a flash memory from 16Gb to 128Gb just to prove that this can be done.
@alexsh1 Truly, but that's what it's meant to be.
-
-
I think what most people wanted wasn't actually HA but rather remote control. And now they have it, via the myriad of devices that can now be controlled via their smart phone or Alexa.
-
I think what most people wanted wasn't actually HA but rather remote control. And now they have it, via the myriad of devices that can now be controlled via their smart phone or Alexa.
-
I've been working on a small demonstrator site to get some discussion going about how to make MySensors more appealing to beginners. It's meant as a discussion piece for now. Curious to hear your thoughts.
-
Actually zwave, x10, zigbee and enocean devices have been on the market for some years if you wanted some HA and they are plug&play (they stil require someone with Electrical skills), but 50$ a piece didn't make them very affordable for everyone
-
@tbowmo Hah, you were lucky, I finally upgraded from the monochrome to colour...

-
@tbowmo said in Fewer home automation postings? What's behind it?:
I had a lambda8300 (zx81 clone) as my first computer 2kb ram, I had a expansion module with a whopping 32kb of ram. this was mid 80's. In 1988 I got a C64. Ahh the nostalgia :)
Enough to run MySensors, we should have a Z80 version with serial transport. Or infrared for a full wireless experience on the Canon X-07 I typed my first programming lines on.
That thing was awesome, very well built, portable and with advanced features allowing some very original use:
https://books.google.co.uk/books?id=eAAAAAAAMBAJ&pg=PA56&dq=Canon+X-07&hl=sv&sa=X&ved=0ahUKEwjmvILvtoXSAhXJAMAKHfYhBQ0Q6AEIJDAC#v=onepage&q=Canon X-07&f=false -
@tbowmo said in Fewer home automation postings? What's behind it?:
I had a lambda8300 (zx81 clone) as my first computer 2kb ram, I had a expansion module with a whopping 32kb of ram. this was mid 80's. In 1988 I got a C64. Ahh the nostalgia :)
Enough to run MySensors, we should have a Z80 version with serial transport. Or infrared for a full wireless experience on the Canon X-07 I typed my first programming lines on.
That thing was awesome, very well built, portable and with advanced features allowing some very original use:
https://books.google.co.uk/books?id=eAAAAAAAMBAJ&pg=PA56&dq=Canon+X-07&hl=sv&sa=X&ved=0ahUKEwjmvILvtoXSAhXJAMAKHfYhBQ0Q6AEIJDAC#v=onepage&q=Canon X-07&f=false -
@tbowmo Hah, you were lucky, I finally upgraded from the monochrome to colour...

@zboblamont Good for you. I still play with these:

-
@zboblamont Good for you. I still play with these:

-
@alexsh1 You will go far....
-
So.. no reaction on the little demo website I created?
-
So.. no reaction on the little demo website I created?
@alowhum said in Fewer home automation postings? What's behind it?:
So.. no reaction on the little demo website I created?
It seems nice (can't see everything as it's extremely slow to load, probably due to my shitty internet connection), this could be a great starting point for beginners. A list of simple tutorial with a cleaner and much more modern looking UI that current website and a commercially available arduino/nrf24 adapter could go a long way to ease adoption of MySensors.
The only problem I see is it's based on an atmega setup which will probably soon be deprecated for MySensors. -
@nca78 said in Fewer home automation postings? What's behind it?:
The only problem I see is it's based on an atmega setup which will probably soon be deprecated for MySensors.
Yes that is an issue. For now I'm trying to keep the sketches so simple that the simple signing and encryption feature will still work. I read that in MySensors 2.3 a goal was to make the encryption and signing features use less ram, so there might still be some life left in the Nano :-)
I also found an STM32 board that has a NRF socket built in. But that has to be manually soldered, and it also make sensors less easy to connect (fewer GND and VCC pins).

