Enabot EBO Integration (Camera with wheels)

Hello all,

I would like to see an integration with this fantastic EBO Robor-Camera with wheels of the Enabot brand, I have searched but I have not found any reference to it.
It would be good, to obtain even the image, to confirm that the robot is making a route, for example.

Homepage: https://eu.enabot.com/

This is the app:
Android: https://play.google.com/store/apps/details?id=com.enabot.ebo.intl
Apple: ‎Ebo - Smart Robot en App Store

Best regard,
Eduardo.

I hope this is coming as well, just got my Ebo Air :slight_smile:

would be great!

I just bought an Ebo air is charging, is there any sdk for the Ebo?

I would also like to see an integration for the Ebo Air.

I’m getting my Ebo Air too. I would also like to see an integration for this :+1:

Hi.

I only know that this device uses software similar to that of drones. It’s a good starting point, so we’ll keep exploring…

For example, I can extract this payload with ‘battery_status’ topic:

Have anybody any news about this topic?

News about this integration?

Hi.

Enabot released a firmware update that closes all ports on the device. Therefore, it is impossible to extract information from the robot.

:cry:

Hello, I have an Ebo SE and the Enabot App has stopped supporting it (it only manages the Ebo X), is there a way to control it and emulate its old functions via the Green box?

kinda late but just got ebo se today and you can control it using rola (tested it on iphone)

i did it in a few days of reverse engineering with Claude 4.8.

That is great, how did you do that? Im looking to get a ebo se but would like to control it locally (within our home network).

Hey! So, the work started from reverse engineering the official Android app (ROLA): I analyzed how it communicates with the robot, which is based on a binary UDP protocol. There was already some community work on that protocol that I used as a starting point. The goal was to replicate those commands to control the EBO locally and integrate it into Home Assistant, without going through the cloud. It wasn't trivial and it took me a while, but it's all done for personal use on my own device.

As soon as I have some time, I'll put together some documentation and share it here.

Awesome, thank you for sharing!

This is amazing! Just what I hoped for! Would/could it also work for the Enabot Rola mini pet companion?
And a question for the setup; do you need a rooted phone to get the credentials and other data? I am not very good at coding and such but very eager to learn, and would love to get this to work!

One more question, which version of the Rola APK was used? I am having some issues with the Frida hooks so it would be very helpful to know which version you used. Sorry for asking so many questions.