Motorola Cameras

I wonder if some of you still have 0854 2.10.11 firmware available somewhere as repos are dead.
Thanks.

I used the Tasker app logcat entry function to see if I could get any information from the camera and found this address/port. Iā€™m away from home at the moment, and the Internet isnā€™t great. Has anyone tested this port with the latest firmware?


Hi there would anyone have a link to the firmware files for motorola 1882 please, amy links i can find are 404.

Thanks
Michael

@marcelod @Ari_Oliveira @Roflcopterer

I know itā€™s been a while since you guys posted, but hereā€™s what I got so far.

I tried to add the camera using HAā€™s native options, but using rtsp it had a very big delay and using the mjpeg option the quality dropped a lot and the audio doesnā€™t work.
I installed the WebRTC Camera integration through HACS and it is working very well and with audio.

About the infrared, Iā€™m still not sure, but I think that if you block access to the Hubble APP the infrared stops working, for now I block ota.hubble.in and the ip 54.235.152.208 and itā€™s working ok

Some commands I found:

Motor Speed Normal

http://IP/?action=command&command=motors_speed&setup=5800040000

Motor Speed High

http://IP/?action=command&command=motors_speed&setup=6200048000

Flipup

http://IP/?action=command&command=set_flipup

how did you do it. i have instal WebRTC but i dont now whats next to see live streem in Home assistant

You need to create a dashboard to show the camera

type: 'custom:webrtc-camera'
url: 'rtsp://rtsp:[email protected]:554/av_stream/ch0'

ui: true  # custom video controls, default false
title: My super camera  # optional card title
poster: https://home-assistant.io/images/cast/splash.png  # still image when stream is loading
muted: true  # disable sound, default false

intersection: 0.75  # auto stop stream when less than 75% of video element is in the screen, 50% by default
background: true  # run stream when not displayed (ex. for quick video loading), default false

shortcuts: # custom shortcuts, default none
- name: Record
  icon: mdi:record-circle-outline
  service: switch.toggle
  service_data:
    entity_id: switch.camera_record

mode: webrtc,mse,mp4,mjpeg

I would like to ask you for sharing me link to 2855-03.10.11.fw.pkg as well. I like downgrade 1855-03-10-26. . Thank you very much in advance!
P.S. i am new userā€¦i can not write private message

Still not find firmwareā€¦

Hello. You try?

Hi Peter,

That is a pretty old topic, but could you please tell me where you found this auth.conf file as well as required certificates?
Iā€™m able to do path traversal with curl on my camera, so I should be able to read the contant of any file.
I would like to connect to the Hubble MQTT broker to check what is going on in there, and if I can use some stuff in HA.

Regards,

Yanik

My baby monitor is model 1844. I cannot find a single mention of it in the internet, am I alone? lol

you also have relative .sig file?

how do you downloaded auth.conf file directly from webcam? using which HTTP post command?

anyone can share firmware 03.10.11 for 0854 model (MBP85C)?

to update MBP85C I can only use 0854 firmware? where I can find a matrix model/firmware?

everyone continue to block only UTL ota.hubble.in? there are other URL to block? my hubble webcam continue to update itselfā€¦

regards

how where you able to downgrade this camera (I only see the check firmware button) and where did you find this firmware for the 0667 model? I would love to downgrade mine so I can put it in HA but I am unable to find this firmware anywhere :confused:

You need some older firmware files, I found these links in my files:
https://ota.hubble.in/ota1/0667_patch/0667-03.10.26.fw.pkg
https://ota.hubble.in/ota1/0667_patch/version.txt
https://ota.hubble.in/ota1/0667_patch/0667-03.10.11.tar.gz

https://ota.hubble.in:443/ota1/1854_patch/1854-03.10.11.sig 40
https://ota.hubble.in:443/ota1/1854_patch/1854-03.10.11.tar.gz 29
https://ota.hubble.in:443/ota1/1854_patch/1854-03.10.11.md5 21

Iā€™m not sure if these still work, and you need to have the correct device version (my camera is a Motorola MBP-667 ).

I have the MBP667 camera too, that is why I asked, but sadly those links donā€™t work anymoreā€¦ do you have those files still around somewhere for me?

Iā€™ve found 2 firmware files, Iā€™ll send you a link using private message!

1 Like

thx! will start testing with these soon!

seems to be working very smooth with the downgrade, but I have 1 question thoughā€¦ My wife sometimes disables Pi-Hole due to some games that rely on ads to get stuff. yeah I know, I need to I have to raise her better XD but all jokes aside, this creates situations where the camera is still able to updateā€¦

Is there a better way then Pi-hole to block the camera from reaching the update servers from Motorola? I have a TP-Link Archer AX73, but although I can do access control for devices/mac addresses, I canā€™t seem to find an option to block a certain webpage from the LAN in thereā€¦

I did setup Proxmox yesterday on a pc in the attic, and I am thinking of setting up a VM as DNS server which removes those and then feed it to the pihole as DNS so even when it is disabled, those pages are not in there, but I have no idea if that is a good idea and if there are better solutions to thisā€¦

so if somebody has a good idea, please let me know :slight_smile: