
garybixler
Members-
Posts
1015 -
Joined
-
Last visited
Everything posted by garybixler
-
I use putty but I think windows powershaell can start an SSH session to eisy also.
-
sudo -u polyglot bash pip3 uninstall bitstring pip3 uninstall --prefix /var/polyglot/pg3/ns/0021b9026038_7/.local bitstring pip3 install --prefix /var/polyglot/pg3/ns/0021b9026038_7/.local bitstring==3.1.9
-
That didn't work but a later set of SSH commands to the eisy did work. Just required restarting the node server to discover the bulbs.
-
@asbrilHave you checked the LiFX solution in the LiFX forum. I just go mine working again on the eisy.
-
Good News. After doing the SSH commands and restarting the NS it discovered the bulbs. Thanks so much. Gary
-
2023-01-20 09:35:05,585 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING command 2023-01-20 09:35:05,586 Thread-106 udi_interface INFO lifx-poly:_discovery_process: Starting LiFX Discovery thread... 2023-01-20 09:35:05,587 Thread-106 udi_interface ERROR udi_interface:write: Exception in thread 2023-01-20 09:35:05,587 Thread-106 udi_interface ERROR udi_interface:write: Thread-106 2023-01-20 09:35:05,587 Thread-106 udi_interface ERROR udi_interface:write: : 2023-01-20 09:35:05,587 Thread-106 udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2023-01-20 09:35:05,587 Thread-106 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 980, in _bootstrap_inner 2023-01-20 09:35:05,588 Thread-106 udi_interface ERROR udi_interface:write: self.run() 2023-01-20 09:35:05,588 Thread-106 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 917, in run 2023-01-20 09:35:05,588 Thread-106 udi_interface ERROR udi_interface:write: self._target(*self._args, **self._kwargs) 2023-01-20 09:35:05,588 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/lifx-poly.py", line 206, in _discovery_process 2023-01-20 09:35:05,589 Thread-106 udi_interface ERROR udi_interface:write: devices = self.lifxLan.get_lights() 2023-01-20 09:35:05,589 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/.local/lib/python3.9/site-packages/lifxlan/lifxlan.py", line 42, in get_lights 2023-01-20 09:35:05,589 Thread-106 udi_interface ERROR udi_interface:write: self.discover_devices() 2023-01-20 09:35:05,589 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/.local/lib/python3.9/site-packages/lifxlan/lifxlan.py", line 50, in discover_devices 2023-01-20 09:35:05,589 Thread-106 udi_interface ERROR udi_interface:write: responses = self.broadcast_with_resp(GetService, StateService,) 2023-01-20 09:35:05,589 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/.local/lib/python3.9/site-packages/lifxlan/lifxlan.py", line 234, in broadcast_with_resp 2023-01-20 09:35:05,590 Thread-106 udi_interface ERROR udi_interface:write: msg = msg_type(BROADCAST_MAC, self.source_id, seq_num=0, payload=payload, ack_requested=False, response_requested=True) 2023-01-20 09:35:05,590 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/.local/lib/python3.9/site-packages/lifxlan/msgtypes.py", line 19, in __init__ 2023-01-20 09:35:05,590 Thread-106 udi_interface ERROR udi_interface:write: super(GetService, self).__init__(MSG_IDS[GetService], target_addr, source_id, seq_num, ack_requested, response_requested) 2023-01-20 09:35:05,590 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/.local/lib/python3.9/site-packages/lifxlan/message.py", line 43, in __init__ 2023-01-20 09:35:05,590 Thread-106 udi_interface ERROR udi_interface:write: self.packed_message = self.generate_packed_message() 2023-01-20 09:35:05,591 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/.local/lib/python3.9/site-packages/lifxlan/message.py", line 47, in generate_packed_message 2023-01-20 09:35:05,591 Thread-106 udi_interface ERROR udi_interface:write: self.header = self.get_header() 2023-01-20 09:35:05,591 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/.local/lib/python3.9/site-packages/lifxlan/message.py", line 55, in get_header 2023-01-20 09:35:05,591 Thread-106 udi_interface ERROR udi_interface:write: frame_addr = self.get_frame_addr() 2023-01-20 09:35:05,591 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/.local/lib/python3.9/site-packages/lifxlan/message.py", line 80, in get_frame_addr 2023-01-20 09:35:05,591 Thread-106 udi_interface ERROR udi_interface:write: mac_addr = little_endian(bitstring.pack(mac_addr_format, convert_MAC_to_int(self.target_addr))) 2023-01-20 09:35:05,592 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/.local/lib/python3.9/site-packages/bitstring.py", line 4689, in pack 2023-01-20 09:35:05,593 Thread-106 udi_interface ERROR udi_interface:write: s._addright(BitStream._init_with_token(name, length, value)) 2023-01-20 09:35:05,593 Thread-106 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/0021b9026038_7/.local/lib/python3.9/site-packages/bitstring.py", line 1435, in _init_with_token 2023-01-20 09:35:05,594 Thread-106 udi_interface ERROR udi_interface:write: raise CreationError(f"Token with length {token_length} packed with value of length {b.len} " 2023-01-20 09:35:05,594 Thread-106 udi_interface ERROR udi_interface:write: bitstring 2023-01-20 09:35:05,594 Thread-106 udi_interface ERROR udi_interface:write: . 2023-01-20 09:35:05,594 Thread-106 udi_interface ERROR udi_interface:write: CreationError 2023-01-20 09:35:05,594 Thread-106 udi_interface ERROR udi_interface:write: : 2023-01-20 09:35:05,594 Thread-106 udi_interface ERROR udi_interface:write: Token with length 64 packed with value of length 0 (bits:64=0).
-
I redid the commands and copied the results. [polyglot@eisy /usr/home/admin]$ pip3 uninstall bitstring Found existing installation: bitstring 3.1.9 Uninstalling bitstring-3.1.9: Would remove: /var/polyglot/.local/lib/python3.9/site-packages/bitstring-3.1.9.dist-info/* /var/polyglot/.local/lib/python3.9/site-packages/bitstring.py Proceed (Y/n)? y Successfully uninstalled bitstring-3.1.9 [polyglot@eisy /usr/home/admin]$ pip3 install bitstring==3.1.9 Defaulting to user installation because normal site-packages is not writeable Collecting bitstring==3.1.9 Using cached bitstring-3.1.9-py3-none-any.whl (38 kB) Installing collected packages: bitstring Successfully installed bitstring-3.1.9 [polyglot@eisy /usr/home/admin]$
-
Please show how to display pip3 list. Thanks
-
Support thread for: PG3x 3.1.21 (January 23, 2023)
garybixler replied to bpwwer's topic in Polyglot v3 (PG3x)
After restarting PG3x or rebooting the eisy I always need to do a start on each node server as they come up disconnected. eisy 5.5.4 PG3x 3.1.20 -
@xKing I tried the suggested SSH commands but no difference. I still get the string of errors when doing a re-discover. Also tried reinstalling the NS. eisy 5.5.4 Thanks
-
Sadly no responses or solutions so far.
-
Thanks. The ELK is working as it should. No delays.
-
@Jimbo.AutomatesThanks ELK is working again as it should No delays.
-
@sjenkinsThanks for the suggestion. I just gave it a try but it didn't add the missing input devices to the ZEN17. No change on the ZEN16 either. However my ZEN71 switches are all working great. Thanks
-
Just upgraded to IoX 5.5.3 and did a Z-Wave synchronize update with interview on the ZEN16 and the ZEN17. The additional two switches were added to the ZEN16 but they aren't functional. Just shows a blank page for those devices. No ON/OFF etc. No additional inputs were added to the ZEN17 representing the dry contact closures when configured to have the inputs separated from the output relays. Just though I'd pass along this info. Thanks Gary eisy 5.5.3 Z-Matter
-
@JaviI just installed the new version and they are working just great. Thanks so much. @bpwwerMany thanks for all your expertise and follow through with this issue.
-
@xKing Hi, after checking my network and access points LiFX is still unable to do a discovery. Still produces the above errors. Using the eisy on Ethernet. eisy 5.5.2, PG3 3.1.18 Thanks
-
Try just doing a reinstall from your purchases.
-
There's is an issue with the ELK node server running on PG3 right now but am hoping it will be resolved on Monday. How ever I am able to get full functionality. Is the host actually elk://192.168.1.251:2601 ?
-
I have tried many times and in different slots also. Could something be corrupted?
-
The eisy is connected using Ethernet. Before migrating to the eisy from Polisy all node servers were working great. After the migration to eisy v 5.5.0 and PG3 3.1.16 all the servers loaded and connected and were working great except for ELK's slow response and lIfx not being able to discover. After the eisy upgrade to 5.5.2 is when the iTech servers could no longer connect. PG3 upgrade to 3.1.17 made no difference. PG3 upgrade to 3.1.18 made no difference. I think that was the order of events. I did submit a ticket about the iTechs not connecting. I think@Jimbo.Automates will be looking into the ELK this weekend. I also submitted the LiFX error log to @xKingin the LiFX forum. So all of my critical servers are working fine with the exception of the ELKs slow command response time. Thanks
-
I am including the LiFX errors in case there may be a correlation. Thanks LiFX.txt
-
I have the following installed. WeatherLink: Installed and working VenstarCT: Installed and working WirelessTag: Installed and working Notification: Installed and working Wemo: Installed and working WeatherBit: Installed and working Lifx: Installed but won't discover bulbs Bond: Installed and working TeslaEV: Installed and working AVRemote: Installed and working Elk: Installed and working but commands (arming, etc) to ELK are very slow. 20 secs. Second command following the first is much faster. 3 iTech: They can be installed but won't connect.
-
Just upgraded PG3x to version 3.1.18 but am still getting the handshake errors. 2023-01-06 11:36:29,557 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'getNsInfo': {}} 2023-01-06 11:36:29,569 Interface udi_interface.interface ERROR interface:_startMqtt: MQTT Connection SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1134), Will retry in a few seconds. Traceback (most recent call last): File "/var/polyglot/pg3/ns/0021b9026038_9/.local/lib/python3.9/site-packages/udi_interface/interface.py", line 426, in _startMqtt self._mqttc.loop_forever() File "/var/polyglot/pg3/ns/0021b9026038_9/.local/lib/python3.9/site-packages/paho/mqtt/client.py", line 1742, in loop_forever self.reconnect() File "/var/polyglot/pg3/ns/0021b9026038_9/.local/lib/python3.9/site-packages/paho/mqtt/client.py", line 1073, in reconnect sock.do_handshake() File "/usr/local/lib/python3.9/ssl.py", line 1310, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1134)