still works … i’m planning on improve some of my integrations on my christmas vacation
Thanks, I have placed an order today. If I can help in anyway let me know. Appreciate your work
I just got an A1 and have it configured along with the 0.0.2 integration. I have a dev background but have not done any significant work with HA components. If I can help test or build, I’m happy to.
Hi Benedikt,
Just wondering if you ended up having a chance to work on the integration at all and what improvements you were looking at?
Thanks
I’m new to HA (been using Hubitat for 3+ years). Also just got my A1. I installed dreame-vacuum integration since I also have an L10 but there’s no support for the A1 in that integration. I made a feature request there before I found this. Maybe I can help merge the two projects?
Hi,
Tasshack stated clearly in one of the closed issues, that he wont integrate the mowers in his project (thats why i forged his project and created the mower-integration)
- Add lawnmower Dreame A1 ? · Issue #487 · Tasshack/dreame-vacuum · GitHub
- Support for Dreame Robotic Mower A1 · Issue #580 · Tasshack/dreame-vacuum · GitHub
- Support for Dreame Mower A1 · Issue #589 · Tasshack/dreame-vacuum · GitHub
- wrong credential with dreame A1 · Issue #744 · Tasshack/dreame-vacuum · GitHub
Dreame-Mower is also still in alpha state and contains a lot of errors … i made it public before it reached beta stage because the most important features are already available
I got a error saying “device could not be reached”.
after seeing that this was a problem with the original app as well, i found a tip that said: In protocol.py add from paho.mqtt import client as mqtt_client
under from paho.mqtt.client import Client
I found that this was already done in my custom integration, except that the
from paho.mqtt.client import Client
that was supposed to be there from before was not there. After adding that line back, i got it working.
now i have another issue where the state sensor is spamming:
10:15:33 sensor.mower_state charging_completed
10:15:34 sensor.mower_state charging
10:15:35 sensor.mower_state charging_completed
10:15:36 sensor.mower_state charging
10:15:37 sensor.mower_state charging_completed
10:15:38 sensor.mower_state charging
0.0.4-alpha should fix the problems with “device could not be reached” and it should support Mova/A1 Pro/A2 now
I confirm, it works. Many thanks for solving the problem.
It is not working
I have deleted the integration to take it from scratch and now it is not able to detect the mower
Failed setup, will retry: Unable to discover the device over cloud
issue #17 on github
Hello. I’m sorry if my question is a bit silly…
If I understand well, the mower A1 must be integrated in XIAOMI APP on my phone? Or is DREAME APP ok?
Because I cannot find A1 on Xiaomi app.
On the HA integration, my dreame account is not recognized… only the xiaomi account is.
Could you help me please?
thks a lot
just got an A1. the integration was setup was easy but some of the entities are not available. for example A1 Current Map, A1 Current zone and A1 Mapping Time.
is this expected beheavour? especially a map would be welcome.
regards
I’m looking at buying a mower and was wondering if it would be possible to have the charging station stored in my garage, then use HA to open the garage door via the relay I already have setup (and make sure then sensor is open) and then start the mower (which would travel around to the backyard and start mowing).
Then any time it would need to return to dock it would have to open up the garage door again. i.e. I would want my robot mower to open/close the garage door and leave it closed while mowing only to open it when it needs access to charge.
I think it should work. you would put an automation based on when the lawn mower changes to mowing and have a timer condition to close the door again followed by an automation when the state changes to returning to dock do the same thing
Finally, A1 Pro and A2 are now work (0.0.5-alpha)