Open lowrents opened 4 years ago
Hi, I have the same problem.
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"
}
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:
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.