I have a Mi Home Security Camera 360° 1080P Camera (https://www.mi.com/in/camera-360/specs/) and i want to include in my HA. I already search on components page, but i’m not sure if this model is one that is there.
I have beeing following the github above for months now and unfortunately there was little evolution.
To the point that I sold my yi external cameras today
I had the MJSXJ02CM Xiaomi camera into hassio.
1/ Hacked as @ignatiusr suggested
2/ Configure the camera using the IP ( http://<your-camera-ip/ )
3/ Add configuration into configurations.yaml
camera:
- platform: generic
name: Camera test
still_image_url: Your url stream
stream_source: Your url stream
4/ Add a card to your “home” with the entity ‘camera test’
It kinda works. No image but you can move it. I’m interested on having the PTZ in HA too. For now I got neither working except in the browser on the hacked camera web server.
You can’t really use the camera from the app (stream), but you can turn on/turn off, turn the camera without any problem. I don’t really need the stream into the app so i don’t mine. I don’t know if we can reset the firmware after being hacked, didn’t try yet.
Can run automation within the app too? Is it only the video that’s affected? I suppose you won’t be able to record any motion detection on the inserted we card then.
Please keep us posted in case you are able to revert the hack
I didn’t try yet, i don’t have much time to work on it but i will keep u guys updated!
I’m quite sure you won’t be able to record any motion on the inserted card since it is used to hack the firmware. I guess you have to find a way to do it into HA.