bmercier
Employees
-
Joined
-
Last visited
-
Currently
Viewing Topic: Testing if Ring needs to be re authenticated
Everything posted by bmercier
-
Alexa routines - downtime
Hello, We are currently experiencing problems which may affect Alexa routines. Will post here when resolved.
-
Support thread for: PG3x v3.2.22 (April 16th, 2024)
You need to be root. You can use sudo for that. Either: sudo ls -l /var/polyglot/pg3/ns/<NS Folder>/data Or you can go interactive using: sudo -i
-
Support thread for: PG3x v3.2.22 (April 16th, 2024)
SSH to your eiys, and use: ls -l /var/polyglot/pg3/ns This will show you the list of node server's home folders.
-
Support thread for: PG3x v3.2.22 (April 16th, 2024)
Depends where you installed it. You choose the slot when you install.
-
Support thread for: PG3x v3.2.22 (April 16th, 2024)
I'm not sure where TTS files are located. I was referring to the location where the upload of files is done, and that is in the "data" folder of the node server. So, the complete path would be /var/polyglot/pg3/ns/<NS Folder>/data <NS Folder> is <uuid>_<slot> The only exception would be if a plugin is installed in developer mode. The data folder will be where the plugin is being developed. The command to download everything would be something like this: scp -r root@eisy.local:/var/polyglot/pg3/ns/<Ns Folder>/data/* /local/path
-
Support thread for: PG3x v3.2.22 (April 16th, 2024)
They are stored in the node server folder under "data". They can't be downloaded through the UI, but you could access it through SCP. They are included in the PG3 backup.
-
Support thread for: PG3x v3.2.22 (April 16th, 2024)
Hello everyone, This is the support thread for PG3x v3.2.22. These features were planned for 3.2.21 but did not make it to the package, so they are released here as part of 3.2.22.
-
Support thread for: PG3x v3.2.21 (April 15th, 2024)
Some features planned for 3.2.21 did not make it to the package. 3.2.22 is now released and includes all the planned features.
-
PG3x version 3.2.22 - OUTDATED
Hello everyone, Here's the latest PG3x release. Release notes for: 3.2.22 - 04/16/2024 Make Plugin license check tolerant of connectivity failure on startup Change logs time format after midnight from 24:xx:xx to 00:xx:xx Developers: Add capability to update the plugin name
-
Support thread for: PG3x v3.2.21 (April 15th, 2024)
Yes, please open a ticket. I will need to know: Portal user logged in with Which plugin you tried to update & which store Copy of the browser console log showing when you do the plugin name change PG3 log & time you did the plugin name change
-
Alexa open/close sensor not working
Sorry, good question. Normally in a browser you can just enter spaces instead of the dot, which translate to %20 (space = %20). But if you struggle with that, just use https://polisy.local:8443/rest/nodes and find your device in the list.
-
Support thread for: PG3x v3.2.21 (April 15th, 2024)
Hello everyone, This is the support thread for PG3x v3.2.21.
-
PG3x version 3.2.21 - OUTDATED
Hello everyone, Here's the latest PG3x release. Release notes for: 3.2.21 - 04/15/2024 Add capability to upload a zip file to the "data" plugin directory (For selected plugins such as the Audio Player
-
Alexa open/close sensor not working
Please open a ticket, and include the following: Your polisy uuid The device address you are testing with Open a browser, try this url when there is contact and when there is none, and post the content of both cases in the ticket: https://polisy.local:8443/rest/nodes/yourdeviceaddress
-
Alexa open/close sensor not working
So did you delete that Alexa device? If it still does not work after recreating using a "Discover devices", then check the mapping in Select Tool | Connectivity | Amazon Echo. It might be pointing to an incorrect device address on ISY. I would suggest to delete that device mapping and recreate it as well.
-
Alexa open/close sensor not working
That would be a different problem - This is not specific to routines. Based on your problem description, I would recommend to: Delete the contact sensor in the Alexa app Ask "Alexa, discover my devices" - This will recreate the device in Alexa based on the configuration you have on ISY Portal Make sure your ISY/Polisy/eisy is online on portal Make sure you have an active license If that still does not work, make sure that the device or variable you are testing with in AC is the same that you have mapped in ISY Portal (Select Tool | Connectivity | Amazon Echo)
-
Alexa routines not working - Fix made
Alexa routines triggered by Alexa contact sensors sometimes would stop working. I have investigated this in great details and found a case where it may stop working. I just made a fix to this. At this time, it should be working for everyone. Time will tell if the fix is successful. Please let me know if it stops working for you.
-
Support thread for: PG3x v3.2.20 (March 12th, 2024)
I can't see how 3.2.20 would impact this. I see your other post. Let's see what Goose thinks.
-
Support thread for: PG3x v3.2.20 (March 12th, 2024)
That's very odd. Were you on 3.2.19 before? The changes between version is minimal. The only possible impact would be that it may be running faster. I would recommend a post in the MagicHome forum. I have no clue what may be causing this.
-
Support thread for: PG3x v3.2.20 (March 12th, 2024)
Every MQTT messages coming to PG3x go through up to 2 queues which are used to rate limit the requests; 1. MQTT messages from plugins are in their own queues, in order to prevent a plugin to take up all resources, and frontend messages are also in their own queues, to prevent attack. These queues have their own rate limit sets. 2. A global Queue, which applies system wide limits. This is the latter that has been disabled as it has been observed to cause problems on some systems.
-
Support thread for: PG3x v3.2.20 (March 12th, 2024)
Hello everyone, This is the support thread for PG3x v3.2.20. Starting with PG3x 3.2.19, if you are using the Backup or ELK plugin, please make sure to select the "Allow ISY Access By Plugin" in the configuration page.
-
PG3x version 3.2.20 - OUTDATED
Hello everyone, Here's the latest PG3x release. Release notes for: 3.2.20 - 03/12/2024 Disable the global MQTT queue (Fix to the Auto-Logout) Minor fixes
-
Alexa contact sensor routines haven't been working for weeks
Please check if you still have the problem. I have reports from another user that it started working today. You may have to recreate the routine. If not, please open a ticket and let us know: The uuid The type of ISY "device" you are using. Is it an ISY state Variable? Insteon IOLinc? Something else? The device address What time you did the test and in what time zone (Or better, the UTC time you did the test)
-
UDI Python interface 3.3.1
Updating PG3 does not update the interface. Reinstall all is used to update the interface & the plugins versions.
-
Support thread for: PG3x v3.2.19 (February 26th, 2024)
@TJF1960@macjeff Looks like this plugin needs access to the rest API. The author needs to edit his store entry and check "Require ISY Access". Then, in the configuration page, PG3x will display the "Allow ISY Access" checkbox. Not sure who the author is, and if this plugin is still maintained.