Closed homebridge-fun closed 1 year ago
Hmmm, that error message implies that the Homebridge server cant find the ip address in the settings.
My first thought is lets confirm the format of the ip address? It should be x.x.x.x and nothing else. Dont include http:// or https://
If that looks correct, try going to the "Config" tab in Homebridge and look for the AquaConnectLite settings and verify it looks like this with no extras
{ "bridge_ip_address": "X.X.X.X", "platform": "AquaConnectLite" }
Thanks for the fast response. I feel like an idiot here. For some reason, my browser must have kept adding the http:// even though I was pasting just the address. I figured it was the form that was overriding it - but I guess not. All is working now! Thanks again for building this!
First of all, thank you for your work in getting this up and running!!!
I am having trouble and am not sure what to try here. I have double and triple checked the ip address I am pointing at and have verified via the web interface that it is working at that ip address. I am able to include the plug-in and three 'devices' show up, but all are non-responsive. I am getting these errors when I try to use the plug-in:
This is when I restart homebridge: [05/04/2023, 18:28:34] [AquaConnectLite] Pool Light error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:28:34] [AquaConnectLite] Aux 1 error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:28:34] [AquaConnectLite] Aux 2 error getting device state: Error: getaddrinfo ENOTFOUND http
and when I click any of the 'devices', I get this error: [05/04/2023, 18:36:43] [AquaConnectLite] Pool Light error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:43] [AquaConnectLite] Aux 1 error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:43] [AquaConnectLite] Aux 2 error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:43] [AquaConnectLite] Pool Light error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:43] [AquaConnectLite] Aux 1 error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:43] [AquaConnectLite] Aux 2 error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:44] [AquaConnectLite] Pool Light error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:45] [AquaConnectLite] Pool Light error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:47] [AquaConnectLite] Pool Light error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:47] [AquaConnectLite] Aux 1 error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:47] [AquaConnectLite] Aux 2 error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:47] [AquaConnectLite] Pool Light error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:47] [AquaConnectLite] Aux 1 error getting device state: Error: getaddrinfo ENOTFOUND http [05/04/2023, 18:36:47] [AquaConnectLite] Aux 2 error getting device state: Error: getaddrinfo ENOTFOUND http
Any ideas?