Everything posted by hart2hart
-
Triggers from other than devices
Are you using the menu option for Plugins Launch Polyglot at top of AC to try to get to PG3x? If so does it launch a browser and if so what does it send over as the url address?
-
Triggers from other than devices
What do you get from ssh sudo pkg info PG3x
-
Triggers from other than devices
Your url is very different than on mine. Is Insteon.rh your own domain?
-
Automation program issues with new eisy r2
At this point the web ui is still a work in progress. I use good old AC to maintain and add stuff to the eISY.
-
Triggers from other than devices
I think that’s only for plugin developers. I’ve never run it. Have you already rebooted after the update?
-
Triggers from other than devices
As long as you’ve got a good set of backups, I too would run update packages but a little risky as UD not working today so if it goes south you’re stuck with us for help. Do you have shell command to monitor progress of update via ssh?
-
Triggers from other than devices
The method mentioned in post uses three button press ensuring you have physical access to the eISY to reset to admin/admin https://forum.universal-devices.com/topic/42985-pg3x-password-recovery
-
Automation program issues with new eisy r2
First thing I’d try is a full reboot.
-
Triggers from other than devices
I’m looking for the reset instructions but see if following helps that I got from an AI model (perplexity) A 500 Internal Server Error on eISY’s PG3x typically indicates a backend service issue, like the PG3x Docker container crashing, database corruption, or a failed node server connection (e.g., “could not get ISY”).[universal-devices] SSH into eISY as admin and run docker ps to check if PG3x containers are running; restart with docker restart pg3 if not (exact container name from docker ps).[wiki.universal-devices] Check PG3x logs via SSH docker logs pg3) or IoX logs for specifics like ISY connection failures, then upgrade packages in IoX to refresh.
-
Triggers from other than devices
There are some reset instructions but I think you’d be best to submit a ticket to UD to get it sorted out. Merry Christmas and Happy Holidays!
-
Triggers from other than devices
It is a more simple elegant approach. Did you say you had already tried your eISY credentials before 6.0 FW?
-
Triggers from other than devices
I have been using virtual devices that way since @sjenkins assumed it. Works great!
-
Triggers from other than devices
It uses you eISY username and password or if you’re on 6.x fw it uses you portal login. The then methods works great but if you just want to review PG3x try authentication methods above.
-
Triggers from other than devices
Guy gave you how to start with PG3x and install it. It’s straightforward. No tech knowledge required. In parameters for plug in in just enter a number say 10 as the key and switch as data and as I recall Restart the Virtual plugin. The switch will show up at the top admin console tree. You can get more sophisticated and define it this way to send in the name you want. Key Data 10 {"id": "10", "type": "switch", "name": "Patio:Landscape Lights"}
-
old motion sensor 2842.222 linking
Link it to a switch and then look at switches Insteon addresses via AC show device links If you try the start linking button in ISY and press and hold the set button does it show the address? As I recall it won’t link correctly but maybe it’ll show the address. Can’t recall.
-
Triggers from other than devices
You could also leverage a Keypadlinc button to also trigger your programs with an ‘Or’ keypadlinc button A is On/Off. I’ve also used the virtual device plugin to create virtual switches and then turn those on / off as a favorite. Again put those as Or clause in existing programs to trigger them.
-
Triggers from other than devices
First thing that comes to mind …Create programs that turn them off or on and sets the required variables at the same time. Put the program as favorite in UD mobile in a group called back yard lights. if you use Alexa, you could expose the programs for spoken commands.
-
Admin Console locks up
Enter a ticket with UD.
-
Local vs remote
Remote and local gives information for your station. One does the work local to device and the other gets data for it but from the WF cloud servers
-
Did eisy software update
Shot in dark. Did you just upgrade to 6.0 branch of FW? If so, it uses the portal credentials for authentication vs the local.
-
Admin Console locks up
As a last resort, reboot.
-
Low Battery Notify for TriggerLinks
I haven’t used triggerlinc but as I recall they are like Insteon leak sensors, you create programs that look for a daily I’m alive signal and if it’s not sensed, it’s likely a failed battery.
-
Please help me troubleshoot PLM X-10 problem
How old is PLM? There is a date sticker that is month and year in four digit number. Based on controlling X10, I’d guess it is old and has died because of failed capacitors. If so, you can attempt a fix if you’re handy with soldering or replace it. In process you can upgrade a couple key power supply capacitors with higher voltage versions.
-
Timing of events between lock and security system
@Goose66 , thanks for your insights. I believe I have success again. The issues were: I was completely overthinking LOL I, for some reason, was thinking of fields coming over from plug-in as multiple fields like an atomic database transaction when they are clearly coming over serially and can't fully tell order they will be posted to eISY. Solution was to remove all the other fields as trigger part of IF. The fields last message and last unlock user are all that are needed. They function as a IF Status so they only trigger when that field changes. I'll test more but looking great now. Once I'm a little surer of solution as a way to use the cloud polling with associated timing issues, I'll create another thread with the core programs and description for others to provide feedback and potentially use and refine. Again, thank you, @Goose66 . EDIT: AS I recall, all programs are effectively disabled in early part of restart/reboot to prevent a fire storm of program activations. Is this right and does it include during plug in initialization? Paul
-
reboot automagically causes update to IoX 6.0.3_3 ?
Thanks. I upgraded on a reboot too. Good to know what happened.