I’m new to Home Assistant and I am hoping that I have a simple problem that someone can help me solve. I have an ISY994i integrated with Home assistant (Home Assistant Core installed in a virtual environment on a RPi4). Everything is working great with the integration but I am just now realizing that when HA integrated with the ISY it didn’t pull in any Programs.
I have been searching for a couple hours trying to figure out what might be the issue, but I haven’t had any luck. I am also getting this error when HA starts up:
WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/1 404: retry #0
2020-06-11 07:12:03 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/1 404: retry #1
2020-06-11 07:12:04 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/1 404: retry #2
2020-06-11 07:12:05 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/1 404: retry #3
2020-06-11 07:12:06 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/1 404: retry #4
2020-06-11 07:12:07 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/1 404: retry #5
2020-06-11 07:12:07 ERROR (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/1 404: Failed after 5 retries
2020-06-11 07:12:07 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/2 404: retry #0
2020-06-11 07:12:09 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/2 404: retry #1
2020-06-11 07:12:10 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/2 404: retry #2
2020-06-11 07:12:11 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/2 404: retry #3
2020-06-11 07:12:12 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/2 404: retry #4
2020-06-11 07:12:13 WARNING (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/2 404: retry #5
2020-06-11 07:12:13 ERROR (SyncWorker_18) [homeassistant.components.isy994] Bad ISY Request: http://192.168.1.87:89/rest/vars/definitions/2 404: Failed after 5 retries
It could be unrelated but since everything is working perfectly on the ISY and HA integration, it seems like it could be likely that it could be an issue. Again, hoping someone can help me out.
Not sure what information would be most helpful here but here is my system information:
arch | armv7l |
---|---|
dev | false |
docker | false |
hassio | false |
installation_type | Home Assistant Core |
os_name | Linux |
os_version | 4.19.118-v7l+ |
python_version | 3.7.3 |
version | 0.111.0 |
virtualenv | true |
Any help would be greatly appreciated!!