mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 19:06:55 +00:00
Android IP Webcam for hass 0.40 (#2227)
* Android IP Webcam for hass 0.40 * Update android_ip_webcam.markdown * Update android_ip_webcam.markdown * Update android_ip_webcam.markdown
This commit is contained in:
parent
4240498473
commit
b1b8c7f56e
62
source/_components/android_ip_webcam.markdown
Normal file
62
source/_components/android_ip_webcam.markdown
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Android IP Webcam"
|
||||||
|
description: "Connect Android devices as IP webcam to Home Assistant"
|
||||||
|
date: 2017-03-10 00:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: android_ip_webcam.png
|
||||||
|
ha_category: Hub
|
||||||
|
ha_release: 0.40
|
||||||
|
---
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
To set it up, add the following information to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
android_ip_webcam:
|
||||||
|
- host: 192.168.1.10
|
||||||
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **host** (*Required*): The ip address where your phone have on network.
|
||||||
|
- **port** (*Optional*): Default is set 8080. The port where is ip webcam listens.
|
||||||
|
- **name** (*Optional*): This parameter allows you to override the name of your phone.
|
||||||
|
- **username** (*Optional*): The username for accessing your phone.
|
||||||
|
- **password** (*Optional*): The password for accessing your phone.
|
||||||
|
- **scan_interval** (*Optional*): Default is 10 seconds. Defines the update interval of the phone.
|
||||||
|
- **auto_discovery** (*Optional*): Default is True. Auto detect which sensors and settings are available for setup.
|
||||||
|
- **sensors** array (*Optional*): Conditions to display sensor in the frontend. See list of supported sensors.
|
||||||
|
- **switches** array (*Optional*): Conditions to display settings in the frontend. See list of supported settings.
|
||||||
|
- **motion_sensor** (*Optional*): Activate motion sensor if auto_discovery is disabled.
|
||||||
|
|
||||||
|
### {% linkable_title Supported features %}
|
||||||
|
|
||||||
|
Sensors:
|
||||||
|
|
||||||
|
- audio_connections
|
||||||
|
- battery_level
|
||||||
|
- battery_temp
|
||||||
|
- battery_voltage
|
||||||
|
- light
|
||||||
|
- motion
|
||||||
|
- pressure
|
||||||
|
|
||||||
|
Settings:
|
||||||
|
|
||||||
|
- exposure_lock
|
||||||
|
- ffc
|
||||||
|
- focus
|
||||||
|
- gps_active
|
||||||
|
- night_vision
|
||||||
|
- overlay
|
||||||
|
- torch
|
||||||
|
- whitebalance_lock
|
||||||
|
- video_recording
|
18
source/_components/binary_sensor.android_ip_webcam.markdown
Normal file
18
source/_components/binary_sensor.android_ip_webcam.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Android IP Webcam Binary Sensor"
|
||||||
|
description: "Instructions how to integrate binary motion sensors for Android IP webcam within Home Assistant."
|
||||||
|
date: 2017-03-10 00:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: android_ip_webcam.png
|
||||||
|
ha_category: Binary Sensor
|
||||||
|
ha_release: 0.40
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Devices will be configured automatically. Please refer to the [component](/components/android_ip_webcam/) configuration on how to setup.
|
18
source/_components/sensor.android_ip_webcam.markdown
Normal file
18
source/_components/sensor.android_ip_webcam.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Android IP Webcam Sensor"
|
||||||
|
description: "Instructions how to integrate sensors for Android IP webcam within Home Assistant."
|
||||||
|
date: 2017-03-10 00:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: android_ip_webcam.png
|
||||||
|
ha_category: Sensor
|
||||||
|
ha_release: 0.40
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Devices will be configured automatically. Please refer to the [component](/components/android_ip_webcam/) configuration on how to setup.
|
18
source/_components/switch.android_ip_webcam.markdown
Normal file
18
source/_components/switch.android_ip_webcam.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Android IP Webcam Settings"
|
||||||
|
description: "Instructions how to integrate settings for Android IP webcam as switch within Home Assistant."
|
||||||
|
date: 2017-03-10 00:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: android_ip_webcam.png
|
||||||
|
ha_category: Switch
|
||||||
|
ha_release: 0.40
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Devices will be configured automatically. Please refer to the [component](/components/android_ip_webcam/) configuration on how to setup.
|
BIN
source/images/supported_brands/android_ip_webcam.png
Normal file
BIN
source/images/supported_brands/android_ip_webcam.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
Loading…
x
Reference in New Issue
Block a user