-
Posts
4959 -
Joined
-
Last visited
Everything posted by MWareman
-
Timezone setting and location for sunrise/sunset
MWareman replied to MWareman's topic in IoX Support
Awesome! Thank you @Michel Kohanim. Having the lat/long set separately from the timezone is most definitely a needed feature as some timezones are huge. I'm quite sure this is better than adding hundreds of locations just to account for sunrise/sunset times. Looking forward to the SNI and Z-Wave support - these two will help me complete my own migration. Only one final bugfix to confirm - triggering device substitution for # in NRs. -
-
Yes - without issue. Here is an example. Also - you were correct on the quotes - adding them allows the curl to work well.
-
From a browser (Chrome) - the URL works fine and returns JSON From 'curl' on Polisy - I get "Error Message": "the parameter apikey is invalid or missing. Please claim your free API key on (https://www.alphavantage.co/support/#api-key). It should take less than 20 seconds." With WGET on a regular Ubuntu host, I am seeing the process 'hang' and keep waiting for content. I see this in the log when I kill the process: --2021-11-15 17:11:21-- https://www.alphavantage.co/query?function=SYMBOL_SEARCH Resolving www.alphavantage.co (www.alphavantage.co)... 104.22.70.209, 172.67.23.2, 104.22.71.209 Connecting to www.alphavantage.co (www.alphavantage.co)|104.22.70.209|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/json] (it times out waiting here) Seems the 'unspecified' length being returned from the API may be messing with the test. Can I ask - what are you trying to do with this? ISY cannot process the JSON response. NRs are normally used to trigger external events to occur and cannot be used to receive data. To pull data into ISY - you have to run a script on an external host that will pull the data, parse it then send it to ISY variables via it's REST API (or write a poly to do this work for you). To answer your question - I am getting the same error when running your rule on my ISY/Polisy. I have a lot of other NRs configured - all without this issue. Perhaps @Michel Kohanim knows more than I about any issues with responses with an 'unspecified' length? The other possibility - I note that the site is behind Cloudflare's WAF. I run this at work - and I tested a NR against my own API that is protected by Cloudflares WAF - and hit the exact same issue. In my test case - the API did return a length. So - in all likelihood there is an issue connecting to APIs that are behind Cloudflare. Maybe Polisy is hitting it's bot detection protection and getting blocked by them?
-
140002 indicates 'HTTP_CLIENT_CONNECTION_TIMED_OUT'. See https://wiki.universal-devices.com/index.php?title=ISY-99i/ISY-26_INSTEON:Errors_And_Error_Messages for most of the error definitions. Could POLISY be trying to use the IPv6 IP address where ISY never does that - causing the timeout? What are you using for DNS?
-
Indeed they were - I believe I may have been one of the early heavy users of NRs at the time - and discovered that substitutions did not work with # for NRs like they did with email. I confirmed with @Michel Kohanim and got hooked up with a Wiki account to add the note to the documentation. I'm quite looking forward to modifying my prior words when # is confirmed to work within NRs on ISY/Polisy after 6 years of waiting for it..
-
This is a new feature for ISY running on Polisy. Please see this post from @Michel Kohanim on the announcement thread: I've been able to get it to work yet though - here is my thread where @Chris Jahn is looking into why it's not yet working as intended: https://forum.universal-devices.com/topic/34061-trigger-device-substitution-on-network-rules
-
Not self triggering (to my knowledge). Instead of having many NRs each with a different device address and/or device name being substituted - we will be able to have a single rule with ${sys.node.#.name} (for the name of the device that triggered the program that called the NR) or ${sys.node.#.addr} for the address of the device that triggered the program that called the NR, or ${sys.node.#.st} (for the formatted status) or ${sys.node.#.st.raw} (for the raw numeric status). For me - this is a 90% reduction of NRs. Very significant for me as I am reimplementing all rules on the ISY/POLISY.
-
I could understand that (manually being triggered - though I would hope it would put a 'default' value in based on the use of 'runThen', 'runElse' etc). In my case - it's a program triggering from the change in status of an Insteon device. The NR is called from the 'Then' clause of the program. The Insteon device involved is exposed to Google Assistant - and I am using Google Assistant to turn the Insteon device on and off - triggering the program and then the NR.
-
As have I - in the path and body. This new capability is supposed to bring the use of # to include the triggering device - something not possible before (and the root cause of us have to put many, many rules in place)
-
Well now - more strangeness - but a solution I think. Even though I rebooted my client (it's windows update time) - it appears that there was something about the state of Chrome causing the error. I tried Edge - and the error did not appear. I then went to Chrome Incognito - and again no error. What a pain. Forcibly terminating the main Chrome processes allowed me to use Polyglot again from regular Chrome. At this point - it appears functional. I'll keep an eye on things to see if it sticks this time...
-
Rebooting Polisy, refreshing the browser, waiting, refreshing again. All results in the same error. I just did a Chrome dev tools trace - and discovered that the javascript is trying to make a websocket connection to 127.0.0.1 (instead of the correct ip for the backend): Where does this come from? Michael.
-
@Michel Kohanim Here are the requested outputs. Thank you! [admin@polisy /var/polyglot]$ sudo service mongod status Password: mongod is running as pid 74044. 11/10/2021, 00:01:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:06:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:11:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:16:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:21:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:26:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:31:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:36:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:41:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:46:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:51:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 00:56:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:01:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:06:56 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:11:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:16:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:21:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:26:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:31:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:36:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:41:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:46:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:51:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 01:56:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:01:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:06:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:11:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:16:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:21:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:26:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:31:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:36:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:41:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:46:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:51:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 02:53:05 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 02:53:05 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 02:53:05 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 02:54:35 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 02:54:35 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 02:54:35 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 02:56:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:01:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:06:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:11:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:16:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:21:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:26:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:31:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:36:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:41:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:46:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:51:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 03:56:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:01:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:06:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:11:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:16:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:21:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:26:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:31:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:36:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:41:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:46:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:51:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 04:56:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:01:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:06:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:11:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:16:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:21:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:26:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:31:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:36:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:41:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:46:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:51:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 05:56:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:01:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:06:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:11:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:16:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:21:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:26:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:31:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:36:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:41:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:46:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:51:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 06:56:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:01:57 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:06:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:11:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:16:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:21:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:26:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:31:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:36:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:41:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:46:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:51:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 07:56:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:01:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:06:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:11:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:16:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:21:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:26:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:31:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:36:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:41:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:46:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:51:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 08:56:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:01:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:06:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:11:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:16:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:21:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:26:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:31:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:36:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:41:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:46:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:51:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 09:56:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:01:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:06:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:11:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:16:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:21:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:26:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:31:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:36:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:41:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:46:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:51:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 10:56:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:01:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:06:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:11:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:16:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:21:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:26:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:31:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:36:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:41:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:46:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:51:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 11:56:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:01:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:06:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:11:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:16:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:21:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:26:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:31:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:36:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:41:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:46:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:51:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 12:56:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:01:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:06:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:11:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:16:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:21:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:26:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:31:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:36:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:41:58 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:46:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:51:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 13:56:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:01:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:06:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:11:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:16:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:21:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:26:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:31:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:36:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:41:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:46:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:51:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 14:53:21 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 14:53:21 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 14:53:21 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 14:56:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:00:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 15:00:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 15:00:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 15:00:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 15:00:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 15:00:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 15:01:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:06:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:08:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 15:08:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 15:08:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 15:08:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 15:08:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 15:08:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 15:11:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:15:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 15:15:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 15:15:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 15:15:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 15:15:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 15:15:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 15:16:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:21:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:23:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 15:23:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 15:23:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 15:23:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 15:23:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 15:23:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 15:26:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:30:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 15:30:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 15:30:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 15:30:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 15:30:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 15:30:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 15:31:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:36:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:37:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 15:37:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 15:37:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 15:37:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 15:37:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 15:37:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 15:41:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:45:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 15:45:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 15:45:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 15:45:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 15:45:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 15:45:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 15:46:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:51:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:52:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 15:52:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 15:52:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 15:52:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 15:52:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 15:52:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 15:56:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 15:59:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 15:59:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 15:59:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 15:59:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 15:59:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 15:59:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 16:01:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:06:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 16:06:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 16:06:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 16:06:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 16:06:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 16:06:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 16:06:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:11:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:13:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 16:13:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 16:13:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 16:13:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 16:13:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 16:13:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 16:16:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:21:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 16:21:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 16:21:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 16:21:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 16:21:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 16:21:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 16:21:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:26:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:28:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 16:28:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 16:28:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 16:28:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 16:28:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 16:28:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 16:31:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:35:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 16:35:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 16:35:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 16:35:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 16:35:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 16:35:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 16:36:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:41:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:42:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 16:42:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 16:42:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 16:42:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 16:42:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 16:42:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 16:46:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:49:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 16:49:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 16:49:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 16:49:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 16:49:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 16:49:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 16:51:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 16:56:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 16:56:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 16:56:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 16:56:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 16:56:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 16:56:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 16:56:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:01:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:03:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 17:03:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 17:03:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 17:03:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 17:03:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 17:03:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 17:06:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:10:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 17:10:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 17:10:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 17:10:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 17:10:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 17:10:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 17:11:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:16:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:17:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 17:17:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 17:17:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 17:17:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 17:17:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 17:17:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 17:21:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:24:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 17:24:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 17:24:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 17:24:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 17:24:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 17:24:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 17:26:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:31:02 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 17:31:02 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 17:31:02 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 17:31:04 [polyglot] error: MQTTS: polyglot_frontend-P1dVg authentication failed. Someone is messing with something.... 11/10/2021, 17:31:04 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 17:31:04 [polyglot] info: MQTTP: Frontend Websockets interface Connected. 11/10/2021, 17:31:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:33:35 [polyglot] error: MQTTS: keepaliveTimeout: polyglot_frontend-P1dVg 11/10/2021, 17:33:35 [polyglot] error: MQTTS: clientError: polyglot_frontend-P1dVg keep alive timeout 11/10/2021, 17:33:35 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 17:36:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:41:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:46:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:51:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 17:56:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:01:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:06:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:11:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:16:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:21:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:26:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:31:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:36:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:41:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:46:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:51:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 18:56:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:01:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:06:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:11:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:16:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:21:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:26:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:31:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:36:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:41:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:46:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:51:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 19:56:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:01:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:06:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:11:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:16:59 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:22:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:27:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:32:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:37:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:42:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:47:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:52:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 20:57:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:02:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:07:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:12:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:17:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:22:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:27:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:32:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:37:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:42:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:47:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:52:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 21:57:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 22:00:00 [polyglot] info: MQTTS: Client Disconnected: 11/10/2021, 22:01:28 [polyglot] info: MQTTS: Client Connected: 11/10/2021, 22:02:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 22:07:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 22:12:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 22:17:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 22:22:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 22:27:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 22:32:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 22:37:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ 11/10/2021, 22:42:00 [polyglot] debug: ISY: 200 - http://POLISY_IP:8080/rest/profiles/ns/0/connection/ One thing I did notice - the javascript in the webui is trying to make a websocket connection to 127.0.0.1 - instead of the correct IP address of the Polisy hosting Polyglot.
-
Well, last I counted I have over 600 NRs (probably even higher now)…. I do NRs for lots - mostly sending data to Elasticsearch, Node Red and Huginn, as well as sending notifications via Pushover and Google Chat. I’m hoping this can be significantly reduced if the NRs now support variable substitution on ISY/Polisy.
-
I get this when I test with that: I know it's invalid JSON (for testing only) - but this is the resource string: {"device_type": "device_status", "device": "${sys.node.#.name}", "id": "#", "property": "ST", "value": ${sys.node.#.ST.raw}, "status": "${sys.node.#.ST}"} ${alert.event} In case it matters - here is the resource config:
-
I'm not migrating anything by import - starting again from scratch. With all I've learned over the years for a much better overall solution. One insteon device at a time. One NR at a time and one program at a time... usually with substantial changes. Both my physical and PolISY ISY are hooked up (in my case) to Google Home. Updating which ISY the spoken goes to is fairly easy - but it's a delete, switch ISY and re-add. Not too bad.
-
Thank you Sir! Michael.
-
Correct. In JSON - for strings you put the value in quotes. For numbers, you omit the quotes. If the substitutions operated then the quotes (or lack of) would make far more sense!
-
Well - it *was* working. Now when I visit the setting page - it shows 'Disconnected' - and all settings are lost. What should I do next to figure out the root cause? Michael.
-
I did the following (exactly). sudo rm -r /var/db/mongodb sudo mv /var/polyglot/.env /var/polyglot/env.backup sudo service mongod restart sudo service polyglot restart This time, for the first time, it discovered ISY running on Polisy! Additionally, the error about not being able to connect was gone. Seems it tried using 8443 to connect to ISY but without HTTPS. I changed the port to 8080. The ISY address was the lan address of the Polisy. I changed this to 127.0.0.1. This time, saving settings works. However, I then got “Not connected to server….” I ran the two restart commands again, and the error did not reappear (and Polyglot connected to the ISY!). I *think* all is good now. I’ll add a couple of nodeservers and confirm. Thank you *so* much for the assist!
-
No joy I get this received: with this RAW payload: {"device_type": "device_status", "device": "${sys.node.#.name}", "id": "#", "property": "ST", "value": ${sys.node.#.ST.raw}, "status": "${sys.node.#.ST}"} This is the program triggering the NR:
-
Just came across this gem (I don't know how I missed it!) This is now going to keep me up a bit - and likely save me over a hundred network rules!
-
Hmmm, not wanting to redo all the Insteon stuff I have going on ISY now. Maybe removing Polyglot and reinstalling it?
-
Tried changing the ISY IP to 127.0.0.1 with the port set to 8080 in the .env - still no-go. In the Polyglot web interface, it still says there is no connection. When ‘saving’ and change of settings, it says it cannot save because the web interface is not connected to Polyglot. I have no idea why the web interface is working when it’s served by Polyglot, but then the JavaScript cannot connect to Polyglot.
-
That was when Polyglot discovered one of the other 3 ISY devices on my network. I have the port set in the .env.