-
Posts
49 -
Joined
-
Last visited
Everything posted by MBell
-
I just noticed my ELK PG3 node server had disconnected and will not start. Attached is the error log file. Any help would be greatly appreciated. I have deleted the elk node and re-installed it, restarted PG3, no luck still won't run. PG3 version 3.1.21, IOX version 5.6.0 debug.log
-
Your welcome. Thank you for the prompt resolution.
-
Most likely very few users would notice, but I believe I found a couple of bugs. #1 When enabling Z-wave module using UD mobile it somehow disabled the Insteon module that has always been enabled. I had to utilize the admin console to figure out why my Insteon devices were not responding. Found the Insteon module not selected directly after enabling the Z-wave module using UD mobile. #2 When disabling Z-wave module using UD mobile, it crashes the entire Insteon network. To get the Insteon network back up and running correctly, you have to re-start IOX, and then query all Insteon devices. Setup - Polisy running 5.59, PG3 version 3.120 UD mobile IOS This is not a big deal as it is easily resolved, just thought I would pass this along. Thanks,
-
Hello and Good day, Would the node server developer be willing to add more new shelly devices to the node server? I would pay for this node server in favor of this request. Example: Shelly Plus Plug US Shelly Temp and Humidity Thank you for your consideration.
-
Thank you for your quick response and resolution.
-
Sent log to your PM.
-
First I went to admin console and updated packages, then update ELK node server to 3.48, restarted ELK node server several times and this error is still present. ERROR: 08/19/2022 14:14:14 See log for: ELK Controller: 'str' object has no attribute 'value'
-
I was finally able to resolve the issue. I had to reset polisy network and delete all nodes in both PG and PG3. Installed weatherflow PG3 and it immediately loaded all 12 nodes. Thanks for the help. Glad I was wanting to move all nodes to PG3 anyways, as I had to delete all of my PG nodes.
-
Thanks for your assistance. The station ID is not the issue as I stated it worked on PG. The API is pretty straight forward. Log file added. 2022-05-10 07:23:26,165 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-05-10 07:23:28,647 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.43 Starting... 2022-05-10 07:23:28,780 MainThread udi_interface.interface INFO interface:__init__: Initialization received from Polyglot V3 3.0.61 [ISY: 5.4.3, Slot: 7] 2022-05-10 07:23:28,782 MainThread udi_interface.interface INFO interface:__init__: Connect: Network Interface: {'addr': '10.0.0.47', 'netmask': '255.255.255.0', 'broadcast': '10.0.0.255'} 2022-05-10 07:23:28,784 Interface udi_interface.interface INFO interface:_startMqtt: Connecting to MQTT... localhost:1888 2022-05-10 07:23:28,791 MainThread udi_interface.interface WARNING interface:db_getNodeDrivers: controller not found in database. 2022-05-10 07:23:28,792 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'config': {'version': '3.0.19'}} 2022-05-10 07:23:28,843 MQTT udi_interface.interface INFO interface:_connect: MQTT Connected with result code 0 (Success) 2022-05-10 07:23:28,845 MQTT udi_interface.interface INFO interface:_connect: MQTT Subscribing to topic: udi/pg3/ns/clients/00:0d:b9:53:37:ec_7 - MID: 1 Result: 0 2022-05-10 07:23:28,864 MQTT udi_interface.interface INFO interface:_subscribe: MQTT Subscribed Succesfully for Message ID: 1 - QoS: (0,) 2022-05-10 07:23:31,810 MainThread udi_interface.interface INFO interface:addNode: Adding node WeatherFlow(controller) [None] 2022-05-10 07:25:13,277 Thread-6 udi_interface ERROR udi_interface:write: Exception in thread 2022-05-10 07:25:13,278 Thread-6 udi_interface ERROR udi_interface:write: Thread-6 2022-05-10 07:25:13,278 Thread-6 udi_interface ERROR udi_interface:write: : 2022-05-10 07:25:13,279 Thread-6 udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-05-10 07:25:13,280 Thread-6 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner 2022-05-10 07:25:13,284 Thread-6 udi_interface ERROR udi_interface:write: self.run() 2022-05-10 07:25:13,285 Thread-6 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 870, in run 2022-05-10 07:25:13,289 Thread-6 udi_interface ERROR udi_interface:write: self._target(*self._args, **self._kwargs) 2022-05-10 07:25:13,290 Thread-6 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:37:ec_7/nodes/weatherflow.py", line 115, in parameterHandler 2022-05-10 07:25:13,292 Thread-6 udi_interface ERROR udi_interface:write: self.discover(stationList) 2022-05-10 07:25:13,292 Thread-6 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:37:ec_7/nodes/weatherflow.py", line 513, in discover 2022-05-10 07:25:13,295 Thread-6 udi_interface ERROR udi_interface:write: info = self.query_station(station['id']) 2022-05-10 07:25:13,296 Thread-6 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:37:ec_7/nodes/weatherflow.py", line 166, in query_station 2022-05-10 07:25:13,297 Thread-6 udi_interface ERROR udi_interface:write: if d['device_type'] != 'HB': 2022-05-10 07:25:13,298 Thread-6 udi_interface ERROR udi_interface:write: KeyError 2022-05-10 07:25:13,298 Thread-6 udi_interface ERROR udi_interface:write: : 2022-05-10 07:25:13,299 Thread-6 udi_interface ERROR udi_interface:write: 'device_type' 2022-05-10 07:26:03,441 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-05-10 07:26:05,998 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.43 Starting... 2022-05-10 07:26:06,022 MainThread udi_interface.interface INFO interface:__init__: Initialization received from Polyglot V3 3.0.61 [ISY: 5.4.3, Slot: 7] 2022-05-10 07:26:06,024 MainThread udi_interface.interface INFO interface:__init__: Connect: Network Interface: {'addr': '10.0.0.47', 'netmask': '255.255.255.0', 'broadcast': '10.0.0.255'} 2022-05-10 07:26:06,025 Interface udi_interface.interface INFO interface:_startMqtt: Connecting to MQTT... localhost:1888 2022-05-10 07:26:06,031 MainThread udi_interface.interface WARNING interface:db_getNodeDrivers: controller not found in database. 2022-05-10 07:26:06,032 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'config': {'version': '3.0.19'}} 2022-05-10 07:26:06,079 MQTT udi_interface.interface INFO interface:_connect: MQTT Connected with result code 0 (Success) 2022-05-10 07:26:06,081 MQTT udi_interface.interface INFO interface:_connect: MQTT Subscribing to topic: udi/pg3/ns/clients/00:0d:b9:53:37:ec_7 - MID: 1 Result: 0 2022-05-10 07:26:06,093 MQTT udi_interface.interface INFO interface:_subscribe: MQTT Subscribed Succesfully for Message ID: 1 - QoS: (0,) 2022-05-10 07:26:09,042 MainThread udi_interface.interface INFO interface:addNode: Adding node WeatherFlow(controller) [None] 2022-05-10 07:26:09,476 Thread-1 udi_interface ERROR udi_interface:write: Exception in thread 2022-05-10 07:26:09,477 Thread-1 udi_interface ERROR udi_interface:write: Thread-1 2022-05-10 07:26:09,478 Thread-1 udi_interface ERROR udi_interface:write: : 2022-05-10 07:26:09,478 Thread-1 udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-05-10 07:26:09,479 Thread-1 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner 2022-05-10 07:26:09,483 Thread-1 udi_interface ERROR udi_interface:write: self.run() 2022-05-10 07:26:09,484 Thread-1 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 870, in run 2022-05-10 07:26:09,488 Thread-1 udi_interface ERROR udi_interface:write: self._target(*self._args, **self._kwargs) 2022-05-10 07:26:09,488 Thread-1 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:37:ec_7/nodes/weatherflow.py", line 115, in parameterHandler 2022-05-10 07:26:09,490 Thread-1 udi_interface ERROR udi_interface:write: self.discover(stationList) 2022-05-10 07:26:09,491 Thread-1 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:37:ec_7/nodes/weatherflow.py", line 513, in discover 2022-05-10 07:26:09,494 Thread-1 udi_interface ERROR udi_interface:write: info = self.query_station(station['id']) 2022-05-10 07:26:09,495 Thread-1 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:37:ec_7/nodes/weatherflow.py", line 166, in query_station 2022-05-10 07:26:09,496 Thread-1 udi_interface ERROR udi_interface:write: if d['device_type'] != 'HB': 2022-05-10 07:26:09,497 Thread-1 udi_interface ERROR udi_interface:write: KeyError 2022-05-10 07:26:09,498 Thread-1 udi_interface ERROR udi_interface:write: : 2022-05-10 07:26:09,499 Thread-1 udi_interface ERROR udi_interface:write: 'device_type'
-
Yes I have tried that. No change, still only one node?
-
I have followed the config and it appears to be working based on the one and only node that shows. In PG it would show 9 nodes? Any help appreciatted.
-
Support thread for: ISY on Polisy (IoP) v5.4.3 (April 8, 2022)
MBell replied to Michel Kohanim's topic in IoX Support
Upgraded through ISY admin UI. Once upgrade was completed, noticed several nodes not updating. Waited 15 minutes. Nodes still not updating. Had to login into Polisy and re-enter user name and password in the Polyglot settings. -
Support thread for: ISY on Polisy (IoP) v5.4.2 (March 29, 2022)
MBell replied to Michel Kohanim's topic in IoX Support
Updated to 5.4.2 went smooth. First Isy-on-P update that I did not have to re-enter username and password in Polyglot settings, Polisy GUI. Excellent! -
After performing the following a second time, the polyglot settings user name and password finally saved and the message went away: sudo service mongod restart sudo service polyglot restart sudo service udx restart sudo service isy restart Re-entered the user name and password in polyglot settings. Issue resolved.
-
ISY automatically discovered at http://:localhost:8080 however the username and password need to be set in the settings menu. Upgraded to 5.30 via admin console, auto update. All went well but now the polyglot settings user and password message keeps displaying. I did try the following: sudo service mongod restart sudo service polyglot restart sudo service udx restart sudo service isy restart Then re-entered my user name and password in polyglot settings, but the message is still there. I have opened a ticket but thought I may share this here as well. Thanks, Sorry for the extra large font. Issue resolved.
-
Thanks for your suggestions. After performing the steps indicated I am still unable to connect ISY. I have opened a ticket with support. Thank you,
-
I can't seem to figure out what is causing the issue? Polyglot settings: Port- 8080 https- unchecked MQTT settings: Hostname- locahost Port-8443 Thanks in advance,
-
-
Michael a ticket was created at your request. Thank you kindly for your support, Update, with nothing done on my part the Polisy started working as expected, no more blinking lights or beeping.
-
I lost power last night and I am experiencing the same issue. All 3 lights blinking with beeping. I have SSH the polisy and mongod status is running? Please can you assist? I have completed the following as well. sudo service polyglot stop - executed sudo service udx stop - executed and beeping stopped sudo pkg update - Deemed to download something sudo pkg upgrade - said repositories up to date sudo service polyglot start - returned to beeping sudo service udx start