and the error is as follows. I do have the network plugin. Any suggestions?
17-03-29 04:20:56 WARNING (Thread-9) [homeassistant.components.isy994] Bad ISY Request: http://10.10.0.7:80/rest/ping
17-03-29 04:20:56 WARNING (Thread-9) [homeassistant.components.isy994] Bad ISY Request: http://10.10.0.7:80/rest/ping
17-03-29 04:20:56 ERROR (Thread-9) [homeassistant.components.isy994] PyISY could not connect to the ISY controller with the provided attributes.
17-03-29 04:20:56 ERROR (MainThread) [homeassistant.setup] Setup failed for isy994: Component failed to initialize.
I have the 4.x series of firmware on my ISY. The only real difference between your configuration and mine is that I don’t have the tls: 1.2 line in my configuration. It is either that, or the 5.0 firmware.
Edit: You have http in the host, but tls as a configuration option? Maybe that is confusing something? Isn’t TLS part of SSL and thus would expect an https connection?
I’ve also got an ISY and it works flawlessly, try commenting out your tls line (for testing), to see if you get a connection, you’ll need to restart HA after making this change. Also, for giggles, try port scanning the IP of your isy from your HA machine. Just to make sure 80 is open and listening.