Everything posted by bmercier
-
Envisalink HW subscription expired
Go to the web site, My account | My tickets
-
Envisalink HW subscription expired
Please open a ticket, and attach the PG3 log. Will investigate.
-
Envisalink HW subscription expired
That should work. The important thing is when reinstallling, you are presented with all the purchases, including the free license. The install has to be done using the purchased one. Sent from my iPhone using Tapatalk
-
Alexa routines not working - Fix made
Then events are sent to Amazon. If you can see the status changes in the Alexa app, then it can only be a problem at amazon. Sent from my iPhone using Tapatalk
-
Alexa routines not working - Fix made
This thing works by maintaining a permanent subscription to each units. If the subscriptions does not come up, that would show this symptom. So as a test, please try to use AC or UDM over a remote connection. This will test that subscriptions are working.
-
Alexa routines not working - Fix made
I checked the logs, and events seems to be working well. So it's likely an issue at Amazon.
-
Alexa routines not working - Fix made
PM me your uuid. Will check the logs later tonight. Sent from my iPhone using Tapatalk
-
Alexa routines not working - Fix made
Does UDM or AC work remotely? Is this a 994? Sent from my iPhone using Tapatalk
-
Alexa routines not working - Fix made
Try to recreate your routine. Test if you can login with the Admin console through portal, or using UDM remotely (not locally).
-
Alexa routines not working - Fix made
Portal is not involved with sending emails. Alexa routines should be working. Try to recreate the routine.
-
OAuth error showing devices
For some users, if it's still not working, it's likely a problem with the security settings. This means you are on a 994 with an encryption setting set to low or medium. That is no longer supported. It has to be on high or auto, which is the default. To change it back to high, you need to use the former ISY Dashboard.
-
OAuth error showing devices
Please try one more time. As of now, this should be working for the vast majority of users.
-
Portal Maintenance 2024-05-02
The portal maintenance is CANCELLED. Another solution has been implemented which did not require the restart of the database server.
-
Alexa routines not working - Fix made
The maintenance is a pre-requisite to fix Alexa routines. Hopefully this will be resolved during the day tomorrow.
-
Portal Maintenance 2024-05-02
Tomorrow there will be a maintenance on portal starting at 5am Pacific time / 8 am Eastern time, for up to an hour. During the maintenance, portal services will be interrupted. More resources will be given to to the database server. This is in relation to the subscriptions & Alexa routines issues.
-
Alexa routines not working - Fix made
Unfortunately we are still experiencing difficulties with the the handling of Alexa routines. Please hold on, we are actively working on solutions.
-
Support thread for: PG3x v3.2.22 (April 16th, 2024)
If this does not change too much, you also have the option of a regular PG3 backup.
-
Support thread for: PG3x v3.2.22 (April 16th, 2024)
There is not a built-in way to backup that folder, and there are no plans to do it at this time. Does this come from an upload you do from PG3? If so, just save that zip file somewhere when you make an upload.
-
OAuth error showing devices
@JMcKain I have not seen the ticket yet. Is the problem resolved?
-
Alexa routines - downtime
The problem should be resolved now.
-
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