Fewer home automation postings? What's behind it?
-
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).

