-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Melcloud] triggering "We have detected excessive traffic from your account" and not working #16385
Comments
+1, same issue with home assistant probably home-assistant/core#109728 |
Yeah, looks like it. I am trying to figure out, if changing the interval helps and if so, what it needs to be changed to. Alas, it takes at least three hours for the lock-out by Melcloud to get released, so this is an annoying thing to test... |
+1 |
Setting a query interval of 10 minutes worked the entire night without triggering the throttling. Gonna try 5 minutes next. |
I see Home Assistant went with 5 minutes, but with 5 minutes, I got intermittent, shorter errors every now and then. With 6 minutes, I haven't gotten any. As such, I propose changing the default interval to 6 minutes, ie. 360 seconds. |
Thanks for reporting! @WereCatf, how many devices do you have in your account? |
@thewiep I only have a single device, unfortunately. It did occur to me that someone with a large number of devices might run into the issue even with a 6min interval, but I have no good way of testing that. |
I have 4 devices . Could it help? |
@WereCatf Perfect! In a forum topic I have info from people with 2 or 3 and I have 3 myself so good to know that 6 minutes works for you. I just made some changes and am testing myself with 6 minutes so will see what this gives tomorrow. @rrrrado You could test with 6 minutes to see if you still have the error or not. |
Five devices work with six minutes. |
Struggling to find out where I to change the polling frequency in HA. Can anyone help? |
@sanjoyprasad change pollingInterval according doc https://www.openhab.org/addons/bindings/melcloud/ I'll submit a PR that fix default value |
@lucacalcaterra They were asking about Home Assistant (ie. HA), not OpenHAB. I don't see how HA is relevant here, though. |
Same problem. :( |
300 secs polling interval fixed the problem for 4 devices |
I submitted a PR that sets the minimum value to 300 and the default value to 360. |
@thewiep good ! |
Expected Behavior
Binding is supposed to connect to Mitsubishi's Melcloud service and allow for querying and controlling of ACs and heat pumps.
Current Behavior
It seems like Melcloud has begun to track how often the service is queried and throttles its usage. The Melcloud binding doesn't work and attempting to log in to the Melcloud service directly via a web browser only results in an "We have detected excessive traffic from your account, your access to the service has been limited for a few hours." error message and won't let me so much as get the current room temperature, let alone do anything else.
Disabling the binding and waiting several hours before trying again lets one log in via a browser again. Enabling the binding works only for a short period of time and then causes a repeat of the issue.
Possible Solution
How often the binding queries whatever it queries by default should probably be adjusted. No idea how much, though; still testing.
Steps to Reproduce (for Bugs)
Your Environment
The text was updated successfully, but these errors were encountered: