I have a small set of Raspberry Pi’s running cameras with motion detection software…
Is it possible to embed the webpage inside of HA? Ideally what I would like is a single DNS point in my router to HA which would allow me to navigate to a sub page, being the camera web page output by Motion Eye OS.
I don’t think it’s possible to embed the page, but why don’t you just display the latest image from motioneye in the HASS GUI? I’m doing that and it works perfectly.
I’m just grabbing the latest image using the still image URL provided in MotionPie. It should be off one of the menus
In configuration.yaml
camera: !include devices/cameras.yaml
In cameras.yaml
- platform: generic still_image_url: http://192.168.1.111/picture/1/current/?_username=admin&_signature=a0af5abe1f90ebedd7bdf3fc26331efc52e5c1dc name: Internal House scan_interval: 60
Obviously replace the URL with the one you get from Motionpie. I haven’t checked if you can grab older pictures, but have a look around, there might be a way.
Many thanks to RSACHOC, I was able to get this to work! Multiple cameras even.
It wasn’t readily obvious to me where the “still_image_url” is derived in MotionEyeOS but it may be found within the MotionEyeOS tools, Video Streaming, Snapshot_URL. Simply copy the text from there & paste in the sample cameras.yaml.
This will permit you to pull your latest picture from MotionEyeOS camera and display it in HA. (Single IP address to multiple address within the house via HA).
It still would be nice to see HA pass the MotionEyeOS and support the other features such as Action buttons, and the ability to see stored pictures/ movies.
i use to get that error with my cameras, but my cameras work fine now with athe newest version 0.66.0, anyways this is what i used to mask those errors even though it was working fine.