Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 96123

Fully Kiosk Camera Question

$
0
0

@Madseason41 wrote:

I am trying to record the Fully Kiosk Browser tablet camera on motion.

I used to accomplish this by adding the camera as generic camera in Homeassistant…
Camera:

  - platform: generic
    still_image_url: http://IP:2323?cmd=getCamshot&password=redacted
    name: Wall Panel

I then had trusted networks and api_password setup I believe. Then I would add something like the link below in motioneye. Motioneye would then send me a MQTT message notifying me off motion, and making a recording.

http://IP:8123/api/camera_proxy/camera.wall_panel

The api proxy link no longer works in motioneye, nor does the fully kiosk link.

Any idea how I can record the camera?

I have tried the camera.record service and it says camera not compatible. Maybe FFMPEG?

I setup a binary sensor to monitor motion from the tablet like below:

Sensor:

  - platform: mqtt
    name: Motion Wall Panel
    state_topic: "fully/event/onMotion/redacted_id"
    value_template: "{{ value_json.event }}"
    expire_after: 5

Binary_sensor:

  - platform: template
    sensors:
      motion_wall_panel:
        friendly_name: "Wall Panel"
        device_class: motion
        value_template: "{{ is_state('sensor.motion_wall_panel', 'onMotion') }}"

Any help would be appreciated!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 96123

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>