Open webjib opened 3 years ago
Hello Same here with Dreame L10
Hi Guys, Please I have an issue with my Dreame Vacuum D9 (dreame.vacuum.p2009) which is dead!! (No interaction, no light, no reaction, ...) before that I have switched my Mi Home account from Singapore to French ( because I wanted to link it with my Alexa :( ) It was fully charged and it have requested me to update the firmeware but after that I disovered that the robot is dead and I tried to reset it but no reaction. from that moment I can't do anything as it is fully Off and no signe of reactvitiy, is like the systeme has been erased or its Soft have been broken due to the firmeware update. Can you please help me to resolve this issue? For information, I installed the token extractor and I can see the Vaccum linked in my account Singapore and I can see also its token. Many thanks for your help and support
I've been using the integration for few days, and it's working great for the Dreame D9 too. Everything is supported, except few localizations missing in vacuum_card.js (for example, "Strong", "Removed", "Present" are not yet supported by the card).
However, I encountered a fatal error today. I've started the Dream D9, but this time with the mop. I got an error "STATE_CODE_TO_STATE" unknown, the code was 7. It seems that the code is 7 when cleaning with the mop, and 1 when cleaning without. So I've just modified the code like this:
STATE_CODE_TO_STATE = { ... 7: STATE_CLEANING }