Skip to content

Commit b1b8c7f

Browse files
pvizeliballoob
authored andcommitted
Android IP Webcam for hass 0.40 (home-assistant#2227)
* Android IP Webcam for hass 0.40 * Update android_ip_webcam.markdown * Update android_ip_webcam.markdown * Update android_ip_webcam.markdown
1 parent 4240498 commit b1b8c7f

5 files changed

+116
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
layout: page
3+
title: "Android IP Webcam"
4+
description: "Connect Android devices as IP webcam to Home Assistant"
5+
date: 2017-03-10 00:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: android_ip_webcam.png
11+
ha_category: Hub
12+
ha_release: 0.40
13+
---
14+
15+
The [Android IP webcam](https://play.google.com/store/apps/details?id=com.pas.webcam) turns your andorid phone into a network camera with multiple viewing options.
16+
17+
It's setup as a mjpeg camera and all settings as switches inside of Home Assistant. You can also expose the sensors. If you have multiple phones, you can use all options inside a list.
18+
19+
To set it up, add the following information to your `configuration.yaml` file:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
android_ip_webcam:
24+
- host: 192.168.1.10
25+
```
26+
27+
Configuration variables:
28+
29+
- **host** (*Required*): The ip address where your phone have on network.
30+
- **port** (*Optional*): Default is set 8080. The port where is ip webcam listens.
31+
- **name** (*Optional*): This parameter allows you to override the name of your phone.
32+
- **username** (*Optional*): The username for accessing your phone.
33+
- **password** (*Optional*): The password for accessing your phone.
34+
- **scan_interval** (*Optional*): Default is 10 seconds. Defines the update interval of the phone.
35+
- **auto_discovery** (*Optional*): Default is True. Auto detect which sensors and settings are available for setup.
36+
- **sensors** array (*Optional*): Conditions to display sensor in the frontend. See list of supported sensors.
37+
- **switches** array (*Optional*): Conditions to display settings in the frontend. See list of supported settings.
38+
- **motion_sensor** (*Optional*): Activate motion sensor if auto_discovery is disabled.
39+
40+
### {% linkable_title Supported features %}
41+
42+
Sensors:
43+
44+
- audio_connections
45+
- battery_level
46+
- battery_temp
47+
- battery_voltage
48+
- light
49+
- motion
50+
- pressure
51+
52+
Settings:
53+
54+
- exposure_lock
55+
- ffc
56+
- focus
57+
- gps_active
58+
- night_vision
59+
- overlay
60+
- torch
61+
- whitebalance_lock
62+
- video_recording
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: "Android IP Webcam Binary Sensor"
4+
description: "Instructions how to integrate binary motion sensors for Android IP webcam within Home Assistant."
5+
date: 2017-03-10 00:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: android_ip_webcam.png
11+
ha_category: Binary Sensor
12+
ha_release: 0.40
13+
---
14+
15+
16+
The `android_ip_webcam` binary sensor platform lets you observe the motion state of [Android IP webcam](https://play.google.com/store/apps/details?id=com.pas.webcam) sensors through Home Assistant.
17+
18+
Devices will be configured automatically. Please refer to the [component](/components/android_ip_webcam/) configuration on how to setup.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: "Android IP Webcam Sensor"
4+
description: "Instructions how to integrate sensors for Android IP webcam within Home Assistant."
5+
date: 2017-03-10 00:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: android_ip_webcam.png
11+
ha_category: Sensor
12+
ha_release: 0.40
13+
---
14+
15+
16+
The `android_ip_webcam` sensor platform lets you observe states of [Android IP webcam](https://play.google.com/store/apps/details?id=com.pas.webcam) sensors through Home Assistant.
17+
18+
Devices will be configured automatically. Please refer to the [component](/components/android_ip_webcam/) configuration on how to setup.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: page
3+
title: "Android IP Webcam Settings"
4+
description: "Instructions how to integrate settings for Android IP webcam as switch within Home Assistant."
5+
date: 2017-03-10 00:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: android_ip_webcam.png
11+
ha_category: Switch
12+
ha_release: 0.40
13+
---
14+
15+
16+
The `android_ip_webcam` switch platform lets you control settings of [Android IP webcam](https://play.google.com/store/apps/details?id=com.pas.webcam) through Home Assistant.
17+
18+
Devices will be configured automatically. Please refer to the [component](/components/android_ip_webcam/) configuration on how to setup.
Loading

0 commit comments

Comments
 (0)