-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support For Mova M1 dreame.vacuum.r2380 #607
Comments
As you recommended: removing the "#" from model number in https://github.com/Tasshack/dreame-vacuum/blob/dev/custom_components/dreame_vacuum/config_flow.py#L123 and restarting HA worked for me. Could now add the Mova M1. But then next problem occours: Maybe thats why you remove MOVA M1 - dreame.vacuum.r2380? |
@KingDispo Can you share the full HA log? |
Can you change the log level, restart the HA and send me the log output again?
|
Did that. |
Can you override this file from |
Here is the new log. |
Overriding these two files will fix the issue and integration should start but I have remembered why I have opt out this model and that is because of it's TOF Lidar sensor. It may require additional processing like on the VSLAM vacuums so I am not sure map will render correctly when integration has been successfuly started after this fix. |
It did go further this time and this should fix the new error. We need to keep continue like this until integration been started successfully. |
None of the remaining errors are related to this integration and it looks to be working now. |
I can rather check compatibility myself make necessary fixes to make it device fully supported if you prefer to give your device access to my dreame account over device sharing feature of the app. |
Yes, i can share the robot if you want. |
My userid is |
The Robot is now shared
|
After some tests i can confirm: controlling the robot via home assistant seems to work. I'm happy after some first tests. |
Map is not working properly, I am afraid tof laser has some special processing needs that i have to implement now. |
Can you remove the device from your HA until I finish my work because currently it is interfering with the cloud data by not working correctly? |
the Robot is removed from home assistant
Message ID: ***@***.***>
|
Thanks, but it still sends a new map data to the integration every second. I am not sure this is a bug from its firmware or a normal behaviour but I have never seen this on any other robot ever. |
Also I have never seen a device with negative device and map ids. Not sure what is going on but looks like Dreame has messed up badly when making this device. |
@KingDispo I see that your device never goes to sleep mode and also it is acting like it is moving all the time by sending a new map data every second indicates that there is something wrong with it. Is it possible for you to hard reset the device and install it again to check the issue has been resolved, otherwise I am not sure what to do here. |
I can try to reset the device. In the instruction papers there is only the reset of the network configuration descriped. Hope that is enough to fix the problem.
|
It should reset when you hold wifi button until it reboots. |
Robot was reset and did his first drive to create first map. After adding to Home Assistant the current map Sensor is refreshed every minute.
Do you think it is possible to deactivate the map features as a workaround? Only controlling the robot via Home Assistant is an important basic feature for me.
|
It is not possible to use the integration wihout map with dreamehome account also you cannot use room cleaning feature without map. |
Can you share the device with my account again so I can check any changes? |
I will also check the app source code as last resort to see how actually app handles the situation. I hope I can find a solution there. |
Device is shared with your account again. Thanks for your work and your help.
|
Because of performance issues in HA i deleted the robot in home assistant - now everythink is fine again. Unfortunally without the Mova M1 (in HA) |
It's normal due to integration is trying to keep up with the vacuum sending a new map data to be processed every three seconds. At the worst case, I can disable partial map processing for this device and map won't be refreshing at the rate is should be but at least you will be able to use the integration. Adding that feature to the integration also will take time and I am pretty sure this is a firmware bug that will be fixed as soon as Dreame realizes that devices won't go to sleep so I prefer not to make unnecessary changes to the integration yet. |
Thanks for your help and your integration. I sent the device back to the seller. Looking for another vacuum with with fewer problems |
Sorry for that, now I am never be able to fix the issue and no choice to keep device unsupported. |
I have just purchased a Dreame Mova M1. Can I support in any way? |
Have you read the whole converstation? |
Yes, and to my understanding the issue with the map is still unresolved due to that you had no device to test with. I haven't installed the integration yet but I noticed in the instructions that it was possible to choose "Without map". |
I have removed it from supported devices list due to this bug so you won't be able to add this device to your HA right now. I can take a look at the issue again if you share your device with my account but I really don't have much time for that right now. Also I am still not sure that I need to take action about this because the behaviour of the device seems very wrong and probably due some bug that will be fixed by the Dreame soon. Can you check from the app that your device goes to sleep when charging is completed or is it always stays idle? |
I can only see that it says Charging completed in the app. Not sure how to see if it goes to sleep or is idle. I installed it yesterday and got a new firmware update installed so perhaps this issue is solved. |
Probably fixed, so you can give it a shot by uncommenting the model line from |
Seems to be working now. At least when doing a quick test. |
Describe the bug
Model is in supported devices list but not in the config flow therefore cannot be added to the HA.
#604
The text was updated successfully, but these errors were encountered: