-
Notifications
You must be signed in to change notification settings - Fork 4
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
Since latest Monarch update, failed setup #5
Comments
I was on the 0.0.2 branch. I also tried the main branch but had the same error. Switched back to 0.0.1 and Monarch is completing the setup, however, all sensor's except networth are 0's as reported in #3 |
I'm not a developer (python, home assistant, or otherwise) but I tried tracking down the referenced error. It's in update_coordinator.py line 109-110. Commenting those out and retrying worked for me. Obviously the cashflow sensor is now "unknown" but everything else seems to be working. |
I am a first-time user of this add-on and had this same issue. I can confirm that commenting out the lines as @jerry-knight mentioned, and then restarting HA worked for me. |
I am also a first time user here (had Mint, now loving Monarch Money), however I also failed the login. However, similar to above, commenting out the lines as mentioned above solved the problem. Unfortunately those are the data points I want to incorporate into HA. But appreciate the work and effort nonetheless. |
This adds the get_cashflow method to the API, which fixes issue sanghviharshit#5.
This is now fixed in 0.0.3 |
Since updating to the latest version of Monarch, I am getting a failed setup error.
Error communicating with API: 'MonarchMoney' object has no attribute 'get_cashflow'.
I've tried competely removing the integration and adding it back (restarting HA after removing and re-installing) but still getting the error message.
The text was updated successfully, but these errors were encountered: