I'm planing to buy Raspberry Pi 3 and I would like to:
1. Install Raspbian without GUI and tools which are not needed (basically I want to have a server)
2. Install web server (php, mysql, ngnix/apache, etc.) for some development I don't plan to use it as hosting
3. Install ownCloud
4. Use Raspberry Pi 3 to control home automation (light, electricity, etc) without cables using z-wave (868 MHz) or 433 MHz.
(1) I'm not if Raspbian for servers (without xorg) exists or I have to install standard Raspbian and than remove xorg and tools which I don't need?
(2 & 3) I know how to do it but I'm curious how is the performance?
(4) This one is hard, I've watched video and read tutorials how to do it with cables but it's not an option. I would like to control light, on/off electricity. I want to control for example this:
Light Touch Switch
Smart power socket
I don't know if this can be pair with other transmitters than broadlink? What kind of transmitter/receiver I need? It would be great if it could use both 433 and 868 MHz.
When I make it work, how should I control this? I was thinking about some AngularJS webpage or AJAX thanks to this I don't have to reload page. I be able to get some response if for example: I turn of light i could change button color? How I have to bind code for turning off lights at html/php file?
Maybe you have link's and I will try to figure out it by myself ?
Thank you