-
Notifications
You must be signed in to change notification settings - Fork 43
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
{ } - Empty responses received ? #45
Comments
I commented in the forum, have a look and let me know how you go with the steps. |
Thanks @jeremywillans , response added in the forum (https://community.home-assistant.io/t/irobot-roomba-i7-configuration-using-rest980/161175/1077?u=nodecentral) , sadly there doesn’t seem to be much error handling/reporting available to pinpoint the likely cause. |
@nodecentral, try adding a new Environmental Variable with
|
Hi @jeremywillans , sorry for the late reply, I added
|
@nodecentral, try removing the Enable Cloud and keep alive ENVs and retest 👍 |
Sadly @jeremywillans , even making those changes above , I still get the empty { } response. Any other thoughts/ideas? |
I have noticed empty responses when having the iRobot app open in parallel, given the robot only supports a single connection. try this and kick the addon image a couple of times and check. Also try changing the |
Thanks for getting back to me, you mentioned trying something but there does not seem to be anything showing.. I did however change the debug option, and when I make a request like this..
Looking through the log there is nothing really mentioned that suggests it's connecting to anything? Here's the full log file.
|
@nodecentral did you get this working? I have the same problem an empty response |
Hi @ha-bnst , unfortunately not no, I've still not got it to work.. .. but I live in hope :) |
Um having the same issues currently. Any ideas? |
Still the same, no progress |
I just had a breakthrough. I was using the wrong image it seems. I was using the j7 one. I switched to 980 and whamo. Got results |
Hi @ecto1a2003 , please could you elaborate, I’m a bit confused as this repository is for 980, can you share a link to the image you were using ? |
the 980 repo has 4 roomba images in it, the j7 ones didnt work tor me but the regular 980 did |
I’ve had to mothball this for while due to the empty responses, so forgive the questions, but where within Jeremy’s docker_compose did you specific the image as 980 ? https://github.com/jeremywillans/ha-rest980-roomba/blob/master/docker-compose.yaml |
@nodecentral sorry for the delay of responses which model robot do you have? |
Im using a J7+ and running into the same issue as op, getting nothing in the response. I've got Debug on, and its not outputting anything more. Thoughts? |
I had the same issue with S9+, and in my case was a failure tls handshake when dorita980 tried to connect to roomba mqtt. Steps: I tried to change the ciphers, to multiple values, but only the empty string worked. |
I tried both docker 980 and J7 (my robot is J7), and I also deleted the HA integration. No results... or rather, sometimes, you don't understand why it starts working again, and then stops immediately after. Has anyone solved this successfully? |
its super finiky... for no apparent reason. what do you mean stops immediately after? |
Hi, I’ve set up the Docker instance on my QNAP and If i go to
192.168.1.111:3000
, it presents the following,but if I try any other API call, e.g
192.168.1.111:3000/api/local/info/state
, i just get an empty response ?In the Docker console it reports the following, which I assume the 200 is a success code, and 2 is bytes received ?
I’m thinking it’s network (connectivity) related, but can’t prove that yet, so wanted to see if anyone has any ideas ?
The text was updated successfully, but these errors were encountered: