Jump to content

PBatavia01

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PBatavia01's Achievements

Newbie

Newbie (1/6)

0

Reputation

  1. I'm getting back to Polisy after a long while, since I want to move over to IoP. I'm currently at PG2. After doing an update, I show that I'm at Version 2.2.13, Frontend Version 2.2.9-5, ISY Version 5.3.4. I assume I need to update to PG3 via SSH? I tried to find a wiki page with instructions, but failed. The closest I could find was this: PG3 Instructions - Universal Devices - The Most Powerful Automation, Energy Management, and IoT Platform (universal-devices.com) which has a series of install and service commands. But before I do this, I wanted to confirm I wasn't missing anything else. Thanks for any help or pointers!
  2. So I think I'm seeing this also. None of my scenes are working, but individual devices are still working. No idea what's happening.
  3. Hello, I've got a Pentair Intellicenter, and I saw the pool nodeserver, and decided to give it a try. It does show a pool controller, but doesn't populate it with any nodes - and from looking at the log output (pasted below), it looks like maybe the intellicenter isn't supported? 2021-05-20 12:54:17,645 MQTT polyinterface INFO polyinterface:_subscribe: MQTT Subscribed Succesfully for Message ID: 2 - QoS: (0,) 2021-05-20 12:54:17,690 NodeServer polyinterface INFO pool-poly:start: Starting Pool Controller Polyglot v2 NodeServer version 1.0.0 2021-05-20 12:54:17,723 NodeServer polyinterface ERROR pool-poly:start: Error reading NodeJs Pool Controller API url from Polyglot Configuration: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /all (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x802bc5b50>: Failed to establish a new connection: [Errno 61] Connection refused')) 2021-05-20 12:54:22,724 Controller polyinterface ERROR polyinterface:write: Exception in thread Controller: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/urllib3/connection.py", line 160, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "/usr/local/lib/python3.7/site-packages/urllib3/util/connection.py", line 84, in create_connection raise err File "/usr/local/lib/python3.7/site-packages/urllib3/util/connection.py", line 74, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 61] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 392, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/local/lib/python3.7/http/client.py", line 1277, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/local/lib/python3.7/http/client.py", line 1323, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.7/http/client.py", line 1272, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/local/lib/python3.7/http/client.py", line 1032, in _send_output self.send(msg) File "/usr/local/lib/python3.7/http/client.py", line 972, in send self.connect() File "/usr/local/lib/python3.7/site-packages/urllib3/connection.py", line 187, in connect conn = self._new_conn() File "/usr/local/lib/python3.7/site-packages/urllib3/connection.py", line 172, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x802bb8150>: Failed to establish a new connection: [Errno 61] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 727, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 446, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /all (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x802bb8150>: Failed to establish a new connection: [Errno 61] Connection refused')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() File "/usr/local/lib/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/var/polyglot/.local/lib/python3.7/site-packages/polyinterface/polyinterface.py", line 852, in _parseInput self.shortPoll() File "./pool-poly.py", line 81, in shortPoll self.nodes[node].update() File "./pool-poly.py", line 121, in update controllerData = requests.get(url='{}/all'.format(self.apiBaseUrl)) File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=3000): Max retries exceeded with url: /all (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x802bb8150>: Failed to establish a new connection: [Errno 61] Connection refused')) Has anyone gotten the pool nodeserver to work with intellicenter? Thanks!
×
×
  • Create New...