
JBanaszak
Members-
Posts
90 -
Joined
-
Last visited
Everything posted by JBanaszak
-
Count me in as at least one more interested person! Sent from my iPhone using Tapatalk
-
The former: SSH does not connect. I can login to PG2 through a web browser as usual and connect to IoP using my credentials in the Admin Console.
-
Michel, I did click the button. Admin Console closed immediately but no other obvious event happened.
-
Thanks Michel. I am actually moving next week. I will leave the ISY behind to run a few automated lighting programs but take the Polisy with me to run IoP and PG3 at another home. So far the Polisy/PG2 seems to be running fine but I can no longer SSH in. I can login to IoP normally. Do I need to somehow reset the Polisy after moving or will this sort itself out on the next update?
-
I just updated yesterday and have the same problem. I can login via the web interface but cannot SSH in via Terminal. Subscribing....
-
Merry Christmas! Sent from my iPad using Tapatalk
-
Thanks to the responses to my original post, I am now running a VPN server on my home network, which provides seamless access to the Polisy. Happy to outline my journey if you are interested. Sent from my iPad using Tapatalk
-
Update to close out this issue, the problem was related to my Polisy not being on the latest operating system as discussed in the link below. Thanks to @markv58 for working with me to resolve the problem!
-
Hi @markv58, I hope all is well! My Ping Nodeserver has run off the rails again. I tried the fix above but could not restart or stop the nodeserver, so I deleted it. I re-installed, added two IP nodes, and the disconnect/reconnect behavior continued. I will PM the log package from the reinstall. This seems to have started since updating to Polyglot Version 2.2.13. Let me know if I can provide any more information. Thanks! Jim
-
Z-wave switch status not updating in Admin Console
JBanaszak replied to abrayshaw's topic in Z-Wave - Series 300/500
I have the same or similar switches and use the “hail/poll” program described above. You should be able to find an example by searching “hail.” This is assuming you are running 5.x.x. There is a tiny delay but I have seen no real world impact. Before updating to the 5 branch, I had a program that polled the devices every x minutes, which chews up some processing time if you choose a small x. I think I ultimately decided 5 minutes was good enough. Hope this helps! Sent from my iPhone using Tapatalk -
Happy New Year to all!!! Sent from my iPad using Tapatalk
-
Hi, As soon as your motion sensor resets your if statement is no longer True. If that happens in less than 5 minutes (likely) it cancels your timer. Most of us use two programs for this situation. The first turns the light on then calls the “then” part of the second. The second could be a disabled program containing the wait and off statements in its “then” section. Hope this helps! It took me a while to learn this trick....I’m actually still learning it! Sent from my iPhone using Tapatalk
-
You need some ( ) around all your “Or” statements. That “block” will become true every hour then evaluate the two “And” statements as you intend. Sent from my iPhone using Tapatalk
-
Detecting Daylight Savings Time occurrence with a Variable
JBanaszak replied to kclenden's topic in IoX Support
Got it, makes sense. Thanks for the reply to both of you! -
Detecting Daylight Savings Time occurrence with a Variable
JBanaszak replied to kclenden's topic in IoX Support
@kclenden great programs...thanks for sharing! I'm curious as to why you set your state variable trigger to $cFalse/$cTrue as opposed to 0 and 1? Are their integer values set to the same elsewhere or are you using text strings (which I did not know was possible)? -
Thanks Mark I’ll give it a try. Sent from my iPhone using Tapatalk
-
Hi Mark @markv58, An FYI that my Ping nodeserver has started "running off the rails." I noticed as it was not recovering from a missed ping to an external address. When I checked both the Ping and Polyglot logs it seems to be writing the following continuously: "2020-10-13 08:28:54,691 MQTT polyinterface INFO polyinterface:_connect: MQTT Subscribing to topic: udi/polyglot/connections/polyglot - MID: 1712 Result: 0 2020-10-13 08:28:54,692 MQTT polyinterface INFO polyinterface:_connect: Sent Connected message to Polyglot 2020-10-13 08:28:54,701 MQTT polyinterface INFO polyinterface:_subscribe: MQTT Subscribed Succesfully for Message ID: 1711 - QoS: (0,) 2020-10-13 08:28:54,704 MQTT polyinterface INFO polyinterface:_subscribe: MQTT Subscribed Succesfully for Message ID: 1712 - QoS: (0,) 2020-10-13 08:28:55,810 MQTT polyinterface INFO polyinterface:_connect: MQTT Connected with result code 0 (Success) 2020-10-13 08:28:55,812 MQTT polyinterface INFO polyinterface:_connect: MQTT Subscribing to topic: udi/polyglot/ns/6 - MID: 1368 Result: 0 2020-10-13 08:28:55,812 MQTT polyinterface INFO polyinterface:_disconnect: MQTT Unexpected disconnection. Trying reconnect. 2020-10-13 08:28:55,813 MQTT polyinterface INFO polyinterface:_connect: MQTT Subscribing to topic: udi/polyglot/connections/polyglot - MID: 1369 Result: 0 2020-10-13 08:28:55,814 MQTT polyinterface INFO polyinterface:_connect: Sent Connected message to Polyglot 2020-10-13 08:28:55,828 MQTT polyinterface INFO polyinterface:_subscribe: MQTT Subscribed Succesfully for Message ID: 1368 - QoS: (0,) 2020-10-13 08:28:55,833 MQTT polyinterface INFO polyinterface:_subscribe: MQTT Subscribed Succesfully for Message ID: 1369 - QoS: (0,)" Etc., etc. I can send the log package if helpful (with debug turned on). I deleted the nodeserver and started from scratch to duplicate the problem. I could not stop this activity by stopping the nodeserver, I had to delete it again. Let me know if I can provide any other information. Thanks as always!!!!! Jim
-
Does/Can Portal trigger program when there is no internet?
JBanaszak replied to stillwater's topic in UD Portal
This should be possible using the Ping Nodeserver on a local device like Polisy. I currently have the portal IP on my list of addresses to Ping. I currently only use a negative response to send a Pushover notice but a program can be written to do anything with the trigger. This question has given me an idea on using Ping triggers and network resources to remotely reboot my Polisy. I’ll start another thread after doing some research... Sent from my iPhone using Tapatalk -
Mine is also running as it should: Ecobee basement - [ID 00A9][Parent 00A8][Run At Startup] If 'Ecobee / Ecobee - AH Dining room / Ecobee - Basement' Temperature is not -30.0°F Then $vEcobee_basement = 'Ecobee / Ecobee - AH Dining room / Ecobee - Basement' Temperature °F Set 'Temperatures / Basement' Set Temperature '$vEcobee_basement Fahrenheit' Else - No Actions - (To add one, press 'Action') I really like the "previous temp" add....been staring at it for too long. I also had to update and restart the programs associated with the virtual temp nodes. I discovered the mapping between the node numbers and variables was not correct for a few (e.g., basement and upstairs nodes/variables were swapped) but I don't think I can blame that on updating to the latest version....:)
-
Asbril, I'm up to 58 integer and 63 state variables. Timers, counters, averages, program triggers, etc., all based on the help and examples from the folks on this forum (thank you all). If I can do it you can do it....!
-
I'll drink to that....:)!!!!!!! Thanks again for creating this nodeserver Mark. I am up and running:
-
Got it...... Variable precision has to be set to 0.
-
Yes and no joy. I also created another variable to track my Ecobee thermostat temperature to check if the zwave sensor is the issue. Same problem....the variable updates on a temp change but the value is not passed to the Virtual node. I hope this is not all because I broke tradition and started my State variables with "v" instead of "s" in honor of your new node server....:) Let me know what else I can do to help. Thanks again for building this!