I have a raspberry pi 3b running raspbian jessie. I followed the directions from phiz118 as well as Lxxero on integration. The lxxero tutorial didn’t show how to install alarmserver so i used phizz118. When I run the server, python alarmserve.py i get the following .
pi@raspberrypi:~ $ python alarmserver.py
Using configuration file alarmserver.cfg
2019-07-15 00:57:41 Alarm Server Starting
2019-07-15 00:57:41 Currently Supporting Envisalink 2DS/3/4 only
2019-07-15 00:57:41 Tested on a DSC PC1616 + EVL-3
2019-07-15 00:57:41 and on a DSC PC1832 + EVL-2DS
2019-07-15 00:57:41 and on a DSC PC1832 v4.6 + EVL-4
2019-07-15 00:57:41 and on a DSC PC1864 v4.6 + EVL-3
2019-07-15 00:57:41 myURL: https://graph-na04-useast2.api.smartthings.com:443/api/smartapps/installations/1ac20aa7-31dc-4f4e-8a3d-ca27535c90f1/installzones?access_token=102af101-5dba-4d5c-b298-084eab0fec28
2019-07-15 00:57:41 myURL: https://graph-na04-useast2.api.smartthings.com:443/api/smartapps/installations/1ac20aa7-31dc-4f4e-8a3d-ca27535c90f1/installpartitions?access_token=102af101-5dba-4d5c-b298-084eab0fec28
Traceback (most recent call last):
File “alarmserver.py”, line 870, in
server = AlarmServer(config)
File “alarmserver.py”, line 622, in init
self._envisalinkclient = EnvisalinkClient(config)
File “alarmserver.py”, line 265, in init
self.do_connect()
File “alarmserver.py”, line 276, in do_connect
self.connect((self._config.ENVISALINKHOST, self._config.ENVISALINKPORT))
File “/usr/lib/python2.7/asyncore.py”, line 347, in connect
err = self.socket.connect_ex(address)
File “/usr/lib/python2.7/socket.py”, line 224, in meth
return getattr(self._sock,name)(*args)
socket.gaierror: [Errno -2] Name or service not known
I enter the ip and port into CHrome and nothing happens.