VIVOTEK
The VIVOTEK integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] allows you to integrate a VIVOTEK IP camera into Home Assistant.
Home Assistant will serve the images via its server, making it possible to view your IP cameras while outside of your network. The endpoint is /api/camera_proxy/camera.[name].
Configuration
To add the VIVOTEK device to your Home Assistant instance, use this My button:
Manual configuration steps
If the above My button doesn’t work, you can also perform the following steps manually:
-
Browse to your Home Assistant instance.
-
In the bottom right corner, select the
Add Integration button. -
From the list, select VIVOTEK.
-
Follow the instructions on screen to complete the setup.
Enable or disable SSL certificate verification. Set to false to use an HTTP-only camera, or you have a self-signed SSL certificate and haven’t installed the CA certificate to enable verification.
The number of frames-per-second (FPS) of the stream. Can cause heavy traffic on the network and/or heavy load on the camera.
Using VIVOTEK cameras in automations
VIVOTEK provides a camera entity. To use a VIVOTEK camera in an automation or script, use one of the shared camera actions and select your VIVOTEK camera as the target.
To use a camera action from an automation or a script:
- Go to Settings > Automations & scenes.
- Open an existing automation or script, or select Create automation > Create new automation.
- If you are setting up a new automation, add a trigger in the When section. Scripts do not need a trigger. They run when something else calls them.
- In the Then do section, select Add action.
- Select what you want to control. Under By target, select your VIVOTEK camera.
- From the actions shown for that target, select the camera action you want to use.
- Set the required fields, if any.
- Select Save.
Supported camera actions include Enable camera motion detection, Disable camera motion detection, Take camera snapshot, and Play camera stream.
For VIVOTEK cameras, the motion detection actions enable or disable the first event configured on the camera.