manuelk
(Manuel)
1
Hello dear community
I would like to use my cameras
Xiaomi 360 degree - MJSXJ02CM or Sonoff gk-200mp2-b
To add to my home assistant.
I find here many suggestions only unfortunately none works.
Can someone who also has these cameras maybe give me some help?
That would be great.
I would also be willing to buy a new 360 degree camera, which would be a little easier to integrate.
Thanks a lot
Hi ,
For the sonoff camera you can use the RTSP stream. Also make sure the ffmpeg component is installed and rtsp is enabled in the ewelink app.
#ffmpeg
ffmpeg:
#optional
#ffmpeg_bin: /usr/bin/ffmpeg
#camera
camera:
- platform: ffmpeg
name: Sonoff camera
input: -rtsp_transport tcp -i rtsp://rtsp:YOURSUPERSECUREPASSWORD@IPCAMERA/av_stream/ch0
manuelk
(Manuel)
3
Hello
thank you for the quick reply
I am relatively new here. Is there then a tutorial?
Don’t know actually.
If you add the code I posted, with the right arguments, into your configuration.yaml it should popup in to your HA.
manuelk
(Manuel)
5
Is there a more detailed instruction on how I can do this?
Not ment to be rude, but what did you try so far to make it work?