Hi guys,
it seems that there is a difference between the series. For the older models I found the post in different thread (Robot Vacuum recommendation - #30 by VNRARA) that its just Tuay devices, so you should be able to add them through Tuay/Smar life app and use the Tuya integration with HA.
For new devices the situation is different. I have device Rowenta Explorer 130 series and there it seems that its their own product.
Fornunetly the integration should be easy to create.
Thanks for @peje66 message I have discovered that vacuum cleaner have the own app RobEye publicly accessible through the local network on port 8080
So far, I get investigation for the API, and it looks like it using simplified REST api just with GETs.
For exaple
Stop command GET 192.168.X.X:8080/set/stop
Home command GET 192.168.X.X:8080/set/go_home
Clean all GET 192.168.X.X:8080/set/clean_all?cleaning_parameter_set=0&cleaning_strategy_mode=4&pump_volume=none
We can get also the information about the areas with
GET 192.168.X.X:8080/get/areas
