-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Can't add intergration #211
Comments
Hey, can you look in your logs to see if there are any more clues as to why its not loading? |
Logger: homeassistant.loader Unexpected exception importing platform custom_components.mammotion.config_flow |
Logger: homeassistant.config_entries Error occurred loading flow for integration mammotion: Exception importing custom_components.mammotion.config_flow |
Thanks I'll be able to track that down |
any chance you've updated from an old version? It looks like some old saved data is trying to be restored. I can remedy this, just want to verify that this is indeed the case. |
Yes and no, this was my sequence 106 via hacs this worked until restart |
Cool, I'll get thst sorted ASAP |
Is there data I need to delete in the meantime? |
I've just pushed a new release now, can you give it a try please. |
Deleted 106 and hard reboot |
There is a file under .storage which will have your mower data, it will be named the same as your mower, can you access it? If so rename it/remove it. But before you do that can you send me the full error log on here, I can't see the exact line where the error is occurring. Odd that it's not what I thought it was. |
2024-11-28 18:30:59.697 ERROR (ImportExecutor_0) [homeassistant.loader] Unexpected exception importing platform custom_components.mammotion.config_flow |
Ok so i SSH'd in and did a rm -r on the mammotion custom_components directory and on the Yuka directory in .storage tried a quick find from root for mammotion* and Yuka* to see if anything was left could not see anything. |
2024-11-28 19:00:49.434 ERROR (ImportExecutor_0) [homeassistant.loader] Unexpected exception importing platform custom_components.mammotion.config_flow |
That worked !
Thanks for your help and patience
|
Stopped again after a reboot :( |
Same error? |
Sorry i should have said, yes same error |
Update I edited my config.xml to add a camera i got on black Friday. I added 3 lines never deleted anything and when i rebooted Mammmotion started working but just stopped again at the next reboot Logger: homeassistant.loader Unexpected exception importing component custom_components.mammotion |
I'm working away at resolving this once and for all, but it will take some time. Revamping a lot of the integration to be a lot better. |
The problem
I am able to add the integration via hacs (i did also delete from hacs and copy manually) but when trying to add on the intergration screen mammotion is found but results in an error.
Error
Config flow could not be loaded: {"message":"Invalid handler specified"}
This is immediate no configuration is offered
What Mammotion mower are you using?
Yuka
What version of the Mammotion intergration are you using?
0.1.106
What version of Home Assistant Core are you running?
2024.11.3
The text was updated successfully, but these errors were encountered: