
btreinders
Members-
Posts
542 -
Joined
-
Last visited
Everything posted by btreinders
-
Mine is the IP address as well. Thanks for the help.
-
I have tried everything. Strangely the polling numbers n PG3 were much larger but even changing them to 15 and 60 like PG2 had it does not change it. It does not update. I reinstalled PG2 and it works as expected so I'll stay with PG2 for the near future I guess. I have Hue sync lights that I use a routine to kick so they'll sync when I power everything up and it needs to know when the Denon is on or changes inputs.
-
Any chance the amount of time it takes to see that a Denon receiver turned on by a remote or any other method other than using theutes node server has changed from PG2? When I would turn it on with the remote with PG2 it only took a few seconds and the node server knew it was on. With PG3 it works maybe 1 in 10 times and maybe only after you have powered it on with the node server. Or sometimes just takes a long time, like 5 to 10 minutes. Have even seen a query get the volume to update but the power still showed off. Thanks in advance!
-
When I reboot the Polisy I have a startup program that notifies me the ISY (IoP) has rebooted. This was so I would know I could long back into the ISY since it too much longer to come back up than the IoP does. When Gmail worked reliably this was not an issue but now with the node server on PG3 is doing the notifying I have had to add a 5 minute wait because PG3 is not back online soon enough to not have a wait. This was also no an issue with PG2 and maybe even PG3 until recently. I tried 1 minute and that did not work. So it is taking somewhere from 1 to 5 minutes for PG3 to come back online after the IoP is running again. If I login to PG3 itself it will say no ISY found for even longer. Have not timed that yet but it's definitely longer than it takes for the node servers to be functional. Do these times seem correct? Thank you!
-
I do not like to update until I know things are stable. Can we get an option to not automatically update when we restart? There were issues with a node server this weekend and I did not want to update to it yet but when I had to restart PG3 itself for something else it automatically installed the bad node server update.
-
Yes, I understand that if you delete a program that is inside another one that the one left has a not specified in it for that call. What happened in my case and what I still need to go through and find all of them is in the portal if you have anything that references a program and that program is deleted it is not deleted in the portal. I was just wondering if there is an easy way of finding those. Otherwise I just have to go through all programs in the portal for Google, Alexa and IFTTT and make sure the program is still in the ISY and has not been deleted.
-
Yes that was it! I had recently deleted some programs before creating these new ones. I thought the portal deleted them automatically but I guess it does not. Thank you! Now to go find all the ones that are no longer in the ISY. That won't be easy or does someone know of an easy way?
-
Was never working, well, was never not sending the message even when the robot was not running. These were all new programs a few days ago. I created new programs for the two that were sending messages randomly and the old ones still do it and the new ones do not, or at least have not yet. Fingers crossed. They do show they ran and they will turn on lights if I add them. So strange. If I ever figure it out I'll be sure to post it here. Thanks again!
-
I don't know. I set the variable manually and now it shows that run. I thought it did but not 100% sure now. I also just noticed that only two are doing this out of the four. I thought it was all of them. So maybe I'll just start from scratch on those two in hopes it fixes it. It is a Polisy and it did have the bug where the variables change times were off but that was fixed in the last update I think. No, it isn't even running. Thank you both for such quick responses! That is why I'll be a Universal Devices customer for life!
-
It does run correctly if I set the variable manually. Thank you.
-
I will try those suggestions. Thank you. I don't think it's another program just sending because I have 3 other programs for the other three vacuums and they all have the issue.
-
Floorence Stuck - [ID 041B][Parent 041C] If $IFTTT_FLOORENCE_STUCK is 1 Then Wait 1 minute Set 'Notification / Notification Controller / Service Pushover Pushover' Message Floorence Stuck Set 'Notification / Notification Controller / Service Pushover Pushover' Priority Normal Set 'Notification / Notification Controller / Service Pushover Pushover' Device all Set 'Notification / Notification Controller / Service Pushover Pushover' Send Message Else - No Actions - (To add one, press 'Action') I don't think the variable ever goes to 1 because the time stamp for it changing is still at the last reboot
-
I have a program that should only run when IFTTT sets a state variable to 1 (that's the only thing in the if, state_variable = 1 then send notification) (nothing in the else). It is a notification that an iRobot S9 got stuck. I am getting random notifications that it is stuck and when I look at the program it is green like it ran and it has the right time stamp but the variable says it has not changed since the ISY was rebooted and is still 0. Ideas? Thank you!
-
Ran update packages which changed Python to 3.9.13 from 3.8.13
btreinders replied to btreinders's topic in IoX Support
Thank you, that is what Jimbo suggested too and it seems to be working. Just remember to use the same slots or things won't match up in the IoP. With PG3 all you need to do is install the same node server in a different slot and delete it and restart the original. A little more time consuming in PG2. Edit: A lot more work, you need to save all programs with devices from PG2 in the them. Ugh! -
@JimboAutomatesIt fails to upload in a PM as well. Tried two different computers too. Ideas?
-
@JimboAutomates 22-08-06 14:07:34,046 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/elkm1_lib/message.py", line 48, in <module> 2022-08-06 14:07:34,047 MainThread udi_interface ERROR udi_interface:write: MsgHandler = Callable[..., None] 2022-08-06 14:07:34,047 MainThread udi_interface ERROR udi_interface:write: TypeError 2022-08-06 14:07:34,048 MainThread udi_interface ERROR udi_interface:write: : 2022-08-06 14:07:34,048 MainThread udi_interface ERROR udi_interface:write: 'ABCMeta' object is not subscriptable 2022-08-06 14:11:25,102 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-08-06 14:11:28,819 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.47 Starting... 2022-08-06 14:11:29,015 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-08-06 14:11:29,016 MainThread udi_interface ERROR udi_interface:write: File "./elk-poly.py", line 10, in <module> 2022-08-06 14:11:29,018 MainThread udi_interface ERROR udi_interface:write: from nodes import Controller 2022-08-06 14:11:29,019 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/nodes/__init__.py", line 4, in <module> 2022-08-06 14:11:29,020 MainThread udi_interface ERROR udi_interface:write: from .Zone import ZoneNode 2022-08-06 14:11:29,021 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/nodes/Zone.py", line 6, in <module> 2022-08-06 14:11:29,022 MainThread udi_interface ERROR udi_interface:write: from elkm1_lib.const import ( 2022-08-06 14:11:29,023 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/elkm1_lib/__init__.py", line 2, in <module> 2022-08-06 14:11:29,024 MainThread udi_interface ERROR udi_interface:write: from .elk import Elk 2022-08-06 14:11:29,025 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/elkm1_lib/elk.py", line 9, in <module> 2022-08-06 14:11:29,026 MainThread udi_interface ERROR udi_interface:write: from .areas import Areas 2022-08-06 14:11:29,027 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/elkm1_lib/areas.py", line 7, in <module> 2022-08-06 14:11:29,028 MainThread udi_interface ERROR udi_interface:write: from .connection import Connection 2022-08-06 14:11:29,029 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/elkm1_lib/connection.py", line 13, in <module> 2022-08-06 14:11:29,030 MainThread udi_interface ERROR udi_interface:write: from .message import MessageEncode, decode, get_elk_command 2022-08-06 14:11:29,031 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/elkm1_lib/message.py", line 48, in <module> 2022-08-06 14:11:29,032 MainThread udi_interface ERROR udi_interface:write: MsgHandler = Callable[..., None] 2022-08-06 14:11:29,033 MainThread udi_interface ERROR udi_interface:write: TypeError 2022-08-06 14:11:29,034 MainThread udi_interface ERROR udi_interface:write: :
-
@JimboAutomatesI restarted to update and now the node server will not start and keeps saying restart to update. It won't let me upload the log package.
-
@xKing Sure would appreciate an answer.
-
I second that interest and would buy it!
-
Can anyone tell me how to use this node server? I am trying to get data to the ISY from Genmon which has MQTT it pushes out. Is this a server or a broker?