jeremywillans / ha-rest980-roomba

HA iRobot Roomba Configuration using rest980
MIT License
211 stars 42 forks source link

/api/local/info/state 404 #36

Closed unlucio closed 2 years ago

unlucio commented 2 years ago

Following these instructions, and using the HA ADDONS, I got to step 5 where I',m suppose to access http://<ip or fqdn of docker host>:<port>/api/local/info/state but I only get 404s. Checking the addons' logs NGINX confirms it has no idea of what /api/local/info/state is:

Screenshot_2021-11-26_at_12_19_49

I tried to debug the problem but I found no source code in https://github.com/jeremywillans/hass-addons/tree/master/php-nginx and at that point, I've no idea where to knock my head on.

Can someone point me in the right direction?

thank you.

unlucio commented 2 years ago

Never mind: I was accessing the nginx container instead of the rest980 one