Heeft er iemand hier ervaring met de evohome plugin in combinatie met de RFG100?
Ik probeer de uitleg op deze pagina te volgen:
http://www.domoticz.com/wiki/Evohome#Scripting_for_RFG100
Bij de stap om "evo-update.sh init" uit te voeren krijg ik een foutmelding:
pi@raspberrypi ~/evohome-client $ /home/pi/evohome-client/evo-update.sh
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:90 : InsecurePlatformWarning: A true SSLContext object is not available. This preve nts urllib3 from configuring SSL appropriately and may cause certain SSL connect ions to fail. For more information, see
https://urllib3.readthedocs.org/en/lates t/security.html#insecureplatformwarning.
InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:90 : InsecurePlatformWarning: A true SSLContext object is not available. This preve nts urllib3 from configuring SSL appropriately and may cause certain SSL connect ions to fail. For more information, see
https://urllib3.readthedocs.org/en/lates t/security.html#insecureplatformwarning.
InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:90 : InsecurePlatformWarning: A true SSLContext object is not available. This preve nts urllib3 from configuring SSL appropriately and may cause certain SSL connect ions to fail. For more information, see
https://urllib3.readthedocs.org/en/lates t/security.html#insecureplatformwarning.
InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:90 : InsecurePlatformWarning: A true SSLContext object is not available. This preve nts urllib3 from configuring SSL appropriately and may cause certain SSL connect ions to fail. For more information, see
https://urllib3.readthedocs.org/en/lates t/security.html#insecureplatformwarning.
InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:90 : InsecurePlatformWarning: A true SSLContext object is not available. This preve nts urllib3 from configuring SSL appropriately and may cause certain SSL connect ions to fail. For more information, see
https://urllib3.readthedocs.org/en/lates t/security.html#insecureplatformwarning.
InsecurePlatformWarning
/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:90 : InsecurePlatformWarning: A true SSLContext object is not available. This preve nts urllib3 from configuring SSL appropriately and may cause certain SSL connect ions to fail. For more information, see
https://urllib3.readthedocs.org/en/lates t/security.html#insecureplatformwarning.
InsecurePlatformWarning
Traceback (most recent call last):
File "/home/pi/evohome-client/evo-update.sh", line 55, in <module>
r=requests.get("http://%s:%s/json.htm?type=hardware" % (evoconfig.url,evocon fig.port))
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 69, in get
return request('get', url, params=params, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 50, in req uest
response = session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 573, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 415, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', error(111, 'Connection refused'))
Iemand enig idee wat er fout gaat?