Skip to content
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

iOS says: Accessory not responding #3

Open
lowrents opened this issue May 7, 2020 · 2 comments
Open

iOS says: Accessory not responding #3

lowrents opened this issue May 7, 2020 · 2 comments

Comments

@lowrents
Copy link

lowrents commented May 7, 2020

hi,

I am trying to get homebridge-octoprint running but unfortunately it fails every time... The plugin is installed and configured in the config.json correctly.
I testet the server name and API with postman and got a proper response but the home app on iOS is still saying: 'no response'

every time a restart/ open the home app on iOS, the homebridge log says:

3|homebridge  | [5/7/2020, 10:54:56] [OctoPrint] Getting current printing state: GET 192.xxx.xxx.xx:port/api/printer
3|homebridge  | [5/7/2020, 10:54:56] [OctoPrint] Getting current job data: GET 192.xxx.xxx.xx:port/api/job
3|homebridge  | [5/7/2020, 10:54:56] [OctoPrint] Getting current printing state: GET 192.xxx.xxx.xx:port/api/printer

I also tested to configure the "server" key with IP and correct port in config.json but without success.

thank you for any kind of idea to solve this problem.

@sebcbien37
Copy link

Hi, I have the same problem.

@jklewa
Copy link

jklewa commented Dec 2, 2023

Be sure to include the protocol (http://) and not just the address (192.xxx.xxx.xx:port)

{
    "accessory": "OctoPrint",
    "name": "OctoPrint",
    "server": "http://192.168.0.123:5000",
    "api_key": "xxxxx"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants