
btreinders
Members-
Posts
539 -
Joined
-
Last visited
Everything posted by btreinders
-
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?
-
So far so good! Thank you again!
-
Thank you! Sent in PM. It is working now, it set off the alarm randomly and then started working. Was very strange.
-
Nothing is working since I updated. The controller says it's connected and I am on the latest IoP version 5.4.4. I cannot arm, or see any violations. I have rebooted the Polisy. Any ideas? Thank you! 2022-06-11 11:22:34,841 Thread-7130 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:23:04,809 Thread-7131 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:23:34,824 Thread-7132 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:24:04,833 Thread-7133 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:24:34,847 Thread-7134 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:25:04,852 Thread-7135 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:25:34,854 Thread-7136 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:25:38,421 Thread-7137 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:26:04,857 Thread-7138 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:26:34,864 Thread-7139 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:27:04,874 Thread-7140 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:27:34,888 Thread-7141 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:28:04,884 Thread-7142 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:28:34,881 Thread-7143 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:29:04,899 Thread-7144 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:29:34,907 Thread-7145 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:29:38,425 Thread-7146 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:30:04,912 Thread-7147 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:30:34,924 Thread-7148 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:31:04,926 Thread-7149 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:31:34,931 Thread-7150 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:32:04,982 Thread-7151 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:32:34,939 Thread-7152 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:32:36,845 Thread-7153 udi_interface WARNING Controller:stop: ELK Controller: Node server stopping... 2022-06-11 11:32:36,846 Thread-7153 udi_interface WARNING Controller:elk_stop: Stopping ELK monitor... 2022-06-11 11:32:36,848 Thread-7153 udi_interface WARNING Controller:elk_stop: Stopping ELK thread... 2022-06-11 11:32:44,529 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-06-11 11:32:47,085 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.46 Starting... 2022-06-11 11:32:47,261 MainThread udi_interface.interface INFO interface:__init__: Initialization received from Polyglot V3 3.0.62 [ISY: 5.4.4, Slot: 9] 2022-06-11 11:32:47,263 MainThread udi_interface.interface INFO interface:__init__: Connect: Network Interface: {'addr': '192.168.1.99', 'netmask': '255.255.255.0', 'broadcast': '192.168.1.255'} 2022-06-11 11:32:47,264 Interface udi_interface.interface INFO interface:_startMqtt: Connecting to MQTT... localhost:1888 2022-06-11 11:32:47,270 MainThread udi_interface.interface WARNING interface:db_getNodeDrivers: controller not found in database. 2022-06-11 11:32:47,270 MainThread udi_interface.custom INFO custom:_save: Sending data notices to Polyglot. 2022-06-11 11:32:47,271 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'set': [{'key': 'notices', 'value': {}}]} 2022-06-11 11:32:47,317 MQTT udi_interface.interface INFO interface:_connect: MQTT Connected with result code 0 (Success) 2022-06-11 11:32:47,318 MQTT udi_interface.interface INFO interface:_connect: MQTT Subscribing to topic: udi/pg3/ns/clients/00:0d:b9:59:41:b0_9 - MID: 1 Result: 0 2022-06-11 11:32:47,331 MQTT udi_interface.interface INFO interface:_subscribe: MQTT Subscribed Succesfully for Message ID: 1 - QoS: (0,) 2022-06-11 11:32:47,419 MQTT udi_interface.interface INFO interface:_message: Successfully set controller :: ST to 1 UOM 25 2022-06-11 11:32:50,277 MainThread udi_interface.interface INFO interface:addNode: Adding node ELK Controller(controller) [None] 2022-06-11 11:32:50,279 MainThread udi_interface.interface INFO interface:setController: Using node "controller", driver "ST" for connection status. 2022-06-11 11:32:50,376 MQTT udi_interface.interface INFO interface:_message: Successfully set key = notices 2022-06-11 11:33:15,127 Thread-129 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:33:45,095 Thread-1108 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:34:15,085 Thread-3522 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:34:45,258 Thread-7561 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:35:15,223 Thread-12807 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:35:25,465 Thread-14975 udi_interface ERROR udi_interface:write: Exception in thread 2022-06-11 11:35:25,470 Thread-14975 udi_interface ERROR udi_interface:write: Thread-14975 2022-06-11 11:35:25,475 Thread-14975 udi_interface ERROR udi_interface:write: : 2022-06-11 11:35:25,479 Thread-14975 udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-06-11 11:35:25,485 Thread-14975 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner 2022-06-11 11:35:25,530 Thread-14975 udi_interface ERROR udi_interface:write: self.run() 2022-06-11 11:35:25,534 Thread-14975 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 870, in run 2022-06-11 11:35:25,577 Thread-14975 udi_interface ERROR udi_interface:write: self._target(*self._args, **self._kwargs) 2022-06-11 11:35:25,578 Thread-14975 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/nodes/Counter.py", line 37, in handler_addnodedone 2022-06-11 11:35:25,580 Thread-14975 udi_interface ERROR udi_interface:write: self.set_val() 2022-06-11 11:35:25,580 Thread-14975 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/nodes/Counter.py", line 53, in set_val 2022-06-11 11:35:25,581 Thread-14975 udi_interface ERROR udi_interface:write: self.set_driver('ST',int(val)) 2022-06-11 11:35:25,582 Thread-14975 udi_interface ERROR udi_interface:write: TypeError 2022-06-11 11:35:25,583 Thread-14975 udi_interface ERROR udi_interface:write: : 2022-06-11 11:35:25,583 Thread-14975 udi_interface ERROR udi_interface:write: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2022-06-11 11:40:47,046 Thread-17328 udi_interface WARNING Controller:stop: ELK Controller: Node server stopping... 2022-06-11 11:40:47,048 Thread-17328 udi_interface WARNING Controller:elk_stop: Stopping ELK monitor... 2022-06-11 11:40:47,050 Thread-17328 udi_interface WARNING Controller:elk_stop: Stopping ELK thread... 2022-06-11 11:41:21,316 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-06-11 11:41:25,782 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.46 Starting... 2022-06-11 11:41:26,058 MainThread udi_interface.interface INFO interface:__init__: Initialization received from Polyglot V3 3.0.62 [ISY: 5.4.4, Slot: 9] 2022-06-11 11:41:26,061 MainThread udi_interface.interface INFO interface:__init__: Connect: Network Interface: {'addr': '192.168.1.99', 'netmask': '255.255.255.0', 'broadcast': '192.168.1.255'} 2022-06-11 11:41:26,063 Interface udi_interface.interface INFO interface:_startMqtt: Connecting to MQTT... localhost:1888 2022-06-11 11:41:26,126 MainThread udi_interface.interface WARNING interface:db_getNodeDrivers: controller not found in database. 2022-06-11 11:41:26,127 MainThread udi_interface.custom INFO custom:_save: Sending data notices to Polyglot. 2022-06-11 11:41:26,128 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'set': [{'key': 'notices', 'value': {}}]} 2022-06-11 11:41:26,218 MQTT udi_interface.interface INFO interface:_connect: MQTT Connected with result code 0 (Success) 2022-06-11 11:41:26,220 MQTT udi_interface.interface INFO interface:_connect: MQTT Subscribing to topic: udi/pg3/ns/clients/00:0d:b9:59:41:b0_9 - MID: 1 Result: 0 2022-06-11 11:41:26,257 MQTT udi_interface.interface INFO interface:_subscribe: MQTT Subscribed Succesfully for Message ID: 1 - QoS: (0,) 2022-06-11 11:41:26,545 MQTT udi_interface.interface INFO interface:_message: Successfully set controller :: ST to 1 UOM 25 2022-06-11 11:41:29,132 MainThread udi_interface.interface INFO interface:addNode: Adding node ELK Controller(controller) [None] 2022-06-11 11:41:29,135 MainThread udi_interface.interface INFO interface:setController: Using node "controller", driver "ST" for connection status. 2022-06-11 11:41:29,245 MQTT udi_interface.interface INFO interface:_message: Successfully set key = notices 2022-06-11 11:41:52,530 Thread-9 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:42:22,204 Thread-49 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:42:52,318 Thread-777 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:43:22,205 Thread-3048 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:43:52,359 Thread-6969 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:44:22,360 Thread-12655 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 11:44:32,883 Thread-14982 udi_interface ERROR udi_interface:write: Exception in thread 2022-06-11 11:44:32,885 Thread-14982 udi_interface ERROR udi_interface:write: Thread-14982 2022-06-11 11:44:32,885 Thread-14982 udi_interface ERROR udi_interface:write: : 2022-06-11 11:44:32,886 Thread-14982 udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-06-11 11:44:32,887 Thread-14982 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner 2022-06-11 11:44:32,891 Thread-14982 udi_interface ERROR udi_interface:write: self.run() 2022-06-11 11:44:32,893 Thread-14982 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 870, in run 2022-06-11 11:44:32,897 Thread-14982 udi_interface ERROR udi_interface:write: self._target(*self._args, **self._kwargs) 2022-06-11 11:44:32,897 Thread-14982 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/nodes/Counter.py", line 37, in handler_addnodedone 2022-06-11 11:44:32,899 Thread-14982 udi_interface ERROR udi_interface:write: self.set_val() 2022-06-11 11:44:32,899 Thread-14982 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:41:b0_9/nodes/Counter.py", line 53, in set_val 2022-06-11 11:44:32,900 Thread-14982 udi_interface ERROR udi_interface:write: self.set_driver('ST',int(val)) 2022-06-11 11:44:32,901 Thread-14982 udi_interface ERROR udi_interface:write: TypeError 2022-06-11 11:44:32,901 Thread-14982 udi_interface ERROR udi_interface:write: : 2022-06-11 11:44:32,902 Thread-14982 udi_interface ERROR udi_interface:write: int() argument must be a string, a bytes-like object or a number, not 'NoneType' 2022-06-11 12:24:02,453 Thread-17407 udi_interface WARNING Controller:stop: ELK Controller: Node server stopping... 2022-06-11 12:24:02,455 Thread-17407 udi_interface WARNING Controller:elk_stop: Stopping ELK monitor... 2022-06-11 12:24:02,457 Thread-17407 udi_interface WARNING Controller:elk_stop: Stopping ELK thread... 2022-06-11 12:25:46,202 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-06-11 12:25:52,293 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.46 Starting... 2022-06-11 12:25:53,051 MainThread udi_interface.interface INFO interface:__init__: Initialization received from Polyglot V3 3.0.62 [ISY: 5.4.4, Slot: 9] 2022-06-11 12:25:53,053 MainThread udi_interface.interface INFO interface:__init__: Connect: Network Interface: {'addr': '192.168.1.99', 'netmask': '255.255.255.0', 'broadcast': '192.168.1.255'} 2022-06-11 12:25:53,072 Interface udi_interface.interface INFO interface:_startMqtt: Connecting to MQTT... localhost:1888 2022-06-11 12:25:53,084 MainThread udi_interface.interface WARNING interface:db_getNodeDrivers: controller not found in database. 2022-06-11 12:25:53,085 MainThread udi_interface.custom INFO custom:_save: Sending data notices to Polyglot. 2022-06-11 12:25:53,085 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'set': [{'key': 'notices', 'value': {}}]} 2022-06-11 12:25:53,260 MQTT udi_interface.interface INFO interface:_connect: MQTT Connected with result code 0 (Success) 2022-06-11 12:25:53,264 MQTT udi_interface.interface INFO interface:_connect: MQTT Subscribing to topic: udi/pg3/ns/clients/00:0d:b9:59:41:b0_9 - MID: 1 Result: 0 2022-06-11 12:25:53,323 MQTT udi_interface.interface INFO interface:_subscribe: MQTT Subscribed Succesfully for Message ID: 1 - QoS: (0,) 2022-06-11 12:25:53,492 MQTT udi_interface.interface INFO interface:_message: Successfully set controller :: ST to 1 UOM 25 2022-06-11 12:25:56,094 MainThread udi_interface.interface INFO interface:addNode: Adding node ELK Controller(controller) [None] 2022-06-11 12:25:56,097 MainThread udi_interface.interface INFO interface:setController: Using node "controller", driver "ST" for connection status. 2022-06-11 12:26:05,031 MQTT udi_interface.interface INFO interface:_message: Successfully set key = notices 2022-06-11 12:26:16,717 Thread-9 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 12:26:47,076 Thread-10 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 12:27:17,296 Thread-11 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 12:27:48,606 Thread-12 udi_interface WARNING Controller:handler_poll: waiting for sync to complete 2022-06-11 12:28:19,599 Thread-13 udi_interface WARNING Controller:handler_poll: waiting for sync to complet