diff --git a/source/_posts/2015-11-22-survey-november-2015.markdown b/source/_posts/2015-11-22-survey-november-2015.markdown new file mode 100644 index 00000000000..7194bfa8c5c --- /dev/null +++ b/source/_posts/2015-11-22-survey-november-2015.markdown @@ -0,0 +1,91 @@ +--- +layout: post +title: "Survey November 2015" +date: 2015-11-22 15:51:18 +0100 +date_formatted: "November 22, 2015" +author: Fabian Affolter +comments: true +categories: how-to +og_image: /images/blog/2015-11-survey/releases.png +--- + +Around a week ago we started with the first survey. Now 30 persons have participated. Thank you very much if you did. We think that's enough time to have some "only partially representative" data. It's hard to tell how many Home Assistant users are out there. Currently there are 215 members in your [Gitter chat room](https://gitter.im/balloob/home-assistant) and last week [PyPI](https://pypi.python.org/pypi/homeassistant/) counted 5063 downloads. + +The idea was to collect anonymous some details about the usage of the different parts Home Assistant and a little bit about the environment its running in. + + + +Thanks to Python, users are running Home Assistant on the most popular Linux distributions and other operating systems including OS X and Microsoft Windows. One quarter of the operating systems are unknown which leads to the assumption that's possible to run Home Assistant on most of the available operation systems today. We hope that *BSD users have fun too. The Hardware platform of choice seems to be x86_64 and ARM. + +Of course are most users running with the [automation](/components/automation/) component otherwise it would make much sense to use Home Assistant. The [sun](/components/sun/) component is used a lot too. We hope that not because this component is enables by default. + +The [Alarm control panels](/components/alarm_control_panel/) and the [camera component](/components/camera/) are both used by around one third of the participants of the survey. It's save to say that they covers a niche but they will gain momentum when people discover how they can build alarm systems with Home Assistant. + +[Philips Hue](/components/light.hue/) is the "winner" in the light category closely followed by [MQTT lights](components/light.mqtt/). [Google Cast](/components/media_player.cast/) and [ Plex](/components/media_player.plex/) are the top media player platforms. [Pushbullet](/components/notify.pushbullet/) is by far the most used [notification platform](https://home-assistant.io/components/notify/). If you followed the recent efforts to improve this platform it's comprehensible. + +It's interesting to see that most of the sensor, switch, and thermostat platforms are used. A lot of people seems to be interested in the weather data provided by the [Forecast sensor](/components/sensor.forecast/). The MQTT sensors and switches are deployed in almost 50% of all Home Assistant setups. + + +

+ + Home Assistant releases +

+ +

+ + Operating systems +

+ +

+ + Hardware platforms +

+ +

+ + Components +

+ +

+ + Alarm Control Panels and Cameras +

+ +

+ + Device trackers +

+ +

+ + Lights +

+ +

+ + Media players +

+ +

+ + Notifications +

+ +

+ + Sensors +

+ +

+ + Switches +

+ +

+ + Thermostats +

+ +The conclusion is that [MQTT](http://mqtt.org/) is popular in almost every section from Alarm Control Panel, presence detection with [owntracks](http://owntracks.org/), sensors and switches, and now even for lights. + +The interpretation of the data is up to you. Again, thanks for participating in this survey. diff --git a/source/images/blog/2015-11-survey/alarm-cameras.png b/source/images/blog/2015-11-survey/alarm-cameras.png new file mode 100644 index 00000000000..b2f88a5e633 Binary files /dev/null and b/source/images/blog/2015-11-survey/alarm-cameras.png differ diff --git a/source/images/blog/2015-11-survey/components.png b/source/images/blog/2015-11-survey/components.png new file mode 100644 index 00000000000..c4670cfeca6 Binary files /dev/null and b/source/images/blog/2015-11-survey/components.png differ diff --git a/source/images/blog/2015-11-survey/lights.png b/source/images/blog/2015-11-survey/lights.png new file mode 100644 index 00000000000..2e9a5b928af Binary files /dev/null and b/source/images/blog/2015-11-survey/lights.png differ diff --git a/source/images/blog/2015-11-survey/notifications.png b/source/images/blog/2015-11-survey/notifications.png new file mode 100644 index 00000000000..4d785b3b572 Binary files /dev/null and b/source/images/blog/2015-11-survey/notifications.png differ diff --git a/source/images/blog/2015-11-survey/os.png b/source/images/blog/2015-11-survey/os.png new file mode 100644 index 00000000000..5c9d9079f9b Binary files /dev/null and b/source/images/blog/2015-11-survey/os.png differ diff --git a/source/images/blog/2015-11-survey/platforms.png b/source/images/blog/2015-11-survey/platforms.png new file mode 100644 index 00000000000..3c9a311a103 Binary files /dev/null and b/source/images/blog/2015-11-survey/platforms.png differ diff --git a/source/images/blog/2015-11-survey/players.png b/source/images/blog/2015-11-survey/players.png new file mode 100644 index 00000000000..b9d11e949d3 Binary files /dev/null and b/source/images/blog/2015-11-survey/players.png differ diff --git a/source/images/blog/2015-11-survey/releases.png b/source/images/blog/2015-11-survey/releases.png new file mode 100644 index 00000000000..a460671ac50 Binary files /dev/null and b/source/images/blog/2015-11-survey/releases.png differ diff --git a/source/images/blog/2015-11-survey/sensors.png b/source/images/blog/2015-11-survey/sensors.png new file mode 100644 index 00000000000..e3a50957713 Binary files /dev/null and b/source/images/blog/2015-11-survey/sensors.png differ diff --git a/source/images/blog/2015-11-survey/switches.png b/source/images/blog/2015-11-survey/switches.png new file mode 100644 index 00000000000..ab61ef95d61 Binary files /dev/null and b/source/images/blog/2015-11-survey/switches.png differ diff --git a/source/images/blog/2015-11-survey/thermostats.png b/source/images/blog/2015-11-survey/thermostats.png new file mode 100644 index 00000000000..77978b67baf Binary files /dev/null and b/source/images/blog/2015-11-survey/thermostats.png differ diff --git a/source/images/blog/2015-11-survey/trackers.png b/source/images/blog/2015-11-survey/trackers.png new file mode 100644 index 00000000000..1e3d8daa96d Binary files /dev/null and b/source/images/blog/2015-11-survey/trackers.png differ