
Bumbershoot
Members-
Posts
2413 -
Joined
-
Last visited
Everything posted by Bumbershoot
-
I think you’ve filled up your disk with the updates. If you get in, run ‘sudo pkg clean’ which will clear the package cache. Check your disk space with ‘df - h’ and if you only have 4gb of total space, you have an early Polisy. UDI needed to reflash the OS on the disk to make much more space available.
-
This sounds like all the updates filled all your disk space. My Polisy shipped with only a 4gb partition, and a few large updates filled it up, leaving the Polisy to present similar symptoms. After a few hours of letting it sit, I was able log in, and I ran the command ‘sudo pkg clean’, which solved the problem.
-
IoP (ISY on Polisy) is indeed software that's running on an independent OS (FreeBSD, in this case). In my limited experience, any BSD variant OS is very solid, probably about as robust an OS as you're going to get in any consumer device, though it's not necessarily built for user friendliness. PG3 (Polyglot v3) will only run on a Polisy, and the older PG2 software is depreciated. If you want to move forward with node servers into the future, then PG3 will be the way to go. So a Polisy will be required. Polyglot Cloud isn't running any longer due to security considerations. I don't know what the future for that platform is. Polisy will support all devices that the ISY will (PG2 will run concurrently with PG3 on your Polisy -- not all node servers have been ported to PG3 as of yet). Here's a list of PG2 an PG3 node servers that are available: https://polyglot.universal-devices.com All ISY software development will occur on the Polisy, not the ISY. The ISY platform itself is deprecated. The Polisy is a much more capable computing machine, and you're unlikely to run into limitations regarding the size of your installation with a Polisy. Wi-Fi works on the Polisy Pro if you need it. I don't believe that Bluetooth is utilized as of yet, though I may be wrong. UDI will soon release a much improved Z-Wave/Matter interface on the Polisy, so Z-Wave series 7 and beyond are and will be supported on the Polisy. Not so for the ISY, which will stay at Z-Wave series 5.
-
If the Wi-Fi interface has got the IP and MAC addresses populated, you should be able to unplug the ethernet cable. You may have to reboot the Polisy to get the Wi-Fi address to become active (I don't recall, but I had to reboot it anyway to move it around to various locations). Below is the Wi-Fi interface in PG2 prior to activating the interface. I reserved an IP address for Polisy Wi-Fi in my routers address reservation table for future use.
-
I used the Wi-Fi interface when I was setting up some previously installed Z-Wave devices. I didn’t want to have to dismantle door locks, etc. to get them close enough the Polisy for inclusion, so I just turned on the Wi-Fi and moved the Polisy close to the devices. The interface for turning on the Wi-Fi isn’t all that intuitive, but it works once you figure it out.
-
macOS Admin Console not loading
Bumbershoot replied to ronlovetri's topic in New user? Having trouble? Start here
@ronlovetri, you have to go to the Security & Privacy icon within an hour after you tried to open the app by the unidentified developer. Have a look at this link: https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac -
macOS Admin Console not loading
Bumbershoot replied to ronlovetri's topic in New user? Having trouble? Start here
Open System Preferences, and click on the Security and Privacy icon, General tab. You should be able to allow 'start.jnlp' from there. -
It appears that upgrading udx to version 3.0.5 and rebooting the Polisy solved this issue for me. I see that the link to pip3 has been reestablished to point to the new version of pip (pip-3.9).
-
Node server won't restart after latest Python update
Bumbershoot replied to Bumbershoot's topic in FlumeWater
Upgrading udx to 3.0.5 and rebooting the Polisy solved this issue. -
Node server won't restart after latest Python update
Bumbershoot replied to Bumbershoot's topic in ELK
Upgrading udx to 3.0.5 and rebooting the Polisy solved this issue. -
Node server won't restart after latest Python update
Bumbershoot replied to Bumbershoot's topic in LiFX
It looks like the upgrade of the udx file to version 3.0.5 and a Polisy reboot solved this issue. I also unlinked pip3, but it looks like it got relinked properly to /usr/local/bin/pip-3.9, so I imagine that the udx upgrade made that new link. Probably not necessary to unlink it at the command line... -
Here's the log: 2022-06-28 14:25:57,900 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-06-28 14:26:00,594 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.46 Starting... 2022-06-28 14:26:00,600 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-06-28 14:26:00,601 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:3f:34_10/./lifx-poly.py", line 10, in <module> 2022-06-28 14:26:00,602 MainThread udi_interface ERROR udi_interface:write: import lifxlan 2022-06-28 14:26:00,603 MainThread udi_interface ERROR udi_interface:write: ModuleNotFoundError 2022-06-28 14:26:00,604 MainThread udi_interface ERROR udi_interface:write: : 2022-06-28 14:26:00,604 MainThread udi_interface ERROR udi_interface:write: No module named 'lifxlan'
-
Here's the log: 2022-06-28 14:21:24,639 MainThread udi_interface ERROR udi_interface:write: No module named 'pyflume' 2022-06-28 14:24:53,846 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-06-28 14:24:56,392 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.46 Starting... 2022-06-28 14:24:56,404 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-06-28 14:24:56,405 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:3f:34_8/./flumewater-poly.py", line 4, in <module> 2022-06-28 14:24:56,406 MainThread udi_interface ERROR udi_interface:write: from nodes import Controller 2022-06-28 14:24:56,407 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:3f:34_8/nodes/__init__.py", line 5, in <module> 2022-06-28 14:24:56,408 MainThread udi_interface ERROR udi_interface:write: from .Flume2 import Flume2Node 2022-06-28 14:24:56,409 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:3f:34_8/nodes/Flume2.py", line 6, in <module> 2022-06-28 14:24:56,410 MainThread udi_interface ERROR udi_interface:write: import pyflume 2022-06-28 14:24:56,411 MainThread udi_interface ERROR udi_interface:write: ModuleNotFoundError 2022-06-28 14:24:56,412 MainThread udi_interface ERROR udi_interface:write: : 2022-06-28 14:24:56,413 MainThread udi_interface ERROR udi_interface:write: No module named 'pyflume'
-
Here's the log: 2022-06-28 14:21:26,968 MainThread udi_interface ERROR udi_interface:write: No module named 'elkm1_lib' 2022-06-28 14:25:42,871 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-06-28 14:25:45,634 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.46 Starting... 2022-06-28 14:25:45,655 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-06-28 14:25:45,656 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:3f:34_15/./elk-poly.py", line 10, in <module> 2022-06-28 14:25:45,658 MainThread udi_interface ERROR udi_interface:write: from nodes import Controller 2022-06-28 14:25:45,659 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:3f:34_15/nodes/__init__.py", line 4, in <module> 2022-06-28 14:25:45,660 MainThread udi_interface ERROR udi_interface:write: from .Zone import ZoneNode 2022-06-28 14:25:45,661 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:53:3f:34_15/nodes/Zone.py", line 6, in <module> 2022-06-28 14:25:45,663 MainThread udi_interface ERROR udi_interface:write: from elkm1_lib.const import ( 2022-06-28 14:25:45,663 MainThread udi_interface ERROR udi_interface:write: ModuleNotFoundError 2022-06-28 14:25:45,664 MainThread udi_interface ERROR udi_interface:write: : 2022-06-28 14:25:45,665 MainThread udi_interface ERROR udi_interface:write: No module named 'elkm1_lib'
-
Support thread for: ISY on Polisy (IoP) v5.4.4 (May 25, 2022)
Bumbershoot replied to Michel Kohanim's topic in IoX Support
Not here. I'm on 5.4.4 and things are fine. Maybe a reboot of the ISY software might help? -
You might read through this thread:
-
Correct, they are. I'm using both of them (Z-Wave stick and USB PLM).
-
Not knowing what you're looking to do, there is some programmatic flexibility with the scene. They can be modified by the "adjust scene" functionality if necessary. Below is an example of where I adjust a scene for differing on-levels based on time (using the latest/greatest ISY firmware): West Hall On-Level - [ID 00B7][Parent 000A] If From Sunset + 1 hour To Sunrise (next day) Then In 'Devices / dirWestHall / msWestHallNorth-Sensor' Set 'Devices / dirWestHall / sldWestHallEntrance' To 25% in 0.5 seconds, 1 retry In 'Devices / dirWestHall / msWestHallNorth-Sensor' Set 'Devices / dirWestHall / sldWestHallLaundry' To 25% in 0.5 seconds, 1 retry In 'Devices / dirWestHall / msWestHallNorth-Sensor' Set 'Devices / dirWestHall / sldWestHallOffice' To 25% in 0.5 seconds, 1 retry Else In 'Devices / dirWestHall / msWestHallNorth-Sensor' Set 'Devices / dirWestHall / sldWestHallLaundry' To 50% in 0.5 seconds, 1 retry In 'Devices / dirWestHall / msWestHallNorth-Sensor' Set 'Devices / dirWestHall / sldWestHallEntrance' To 50% in 0.5 seconds, 1 retry In 'Devices / dirWestHall / msWestHallNorth-Sensor' Set 'Devices / dirWestHall / sldWestHallOffice' To 50% in 0.5 seconds, 1 retry
-
It's doubtful you could modify the software legally to run on FreeBSD: According to the EULA, you are not permitted to: Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose Allow any third party to use the Software on behalf of or for the benefit of any third party Use the Software in any way which breaches any applicable local, national or international law Use the Software for any purpose that Solar Assistant Software considers is a breach of this EULA agreement
-
The absolute fastest way for a light to react to motion captured by an Insteon motion sensor is to use a scene. A program will always be slower, as the ISY has to receive the motion event, then run the THEN stanza in the program to send a command to the lights. With the scene, the ISY isn't involved other than being notified of the device status. I've found that the delay you're experiencing is normal when using a program instead of a scene.
-
There's nothing that the last commands (sudo pkg update && sudo pkg upgrade) you ran that would bork your Polisy, or everyone who's up to date would find that their Polisy is borked as well. Are your automations working? If you have the UDI Portal, does your Polisy show up as online? Is one green LED lit on the front of your Polisy? If the answer to any of these is yes, then make sure that the IP address didn't change on your network. Otherwise, unplug your Polisy, wait a minute, plug it back in and see if it comes alive normally. If it doesn't, then file a support ticket with UDI. BTW, the command: `sudo shutdown -r now` is a reboot command. No need for the additional reboots.
-
Enbrighten/GE/Jasco 26931 Motion Sensor / Switch Question
Bumbershoot replied to JTsao's topic in Z-Wave - Series 700
I've have a dimmer, and used the node "Motion Sensor 1" in the "If" stanza, and it works. I haven't tried it with the relay switch, but it has the same nodes, so I suppose it works. Office Notification - [ID 0124][Parent 000F] If From 8:00:00AM on 2022/06/13 To 5:00:00PM on 2022/06/17 And 'Devices / dirOffice / ZW 009 Office Motion Switch / ZW 009 Motion Sensor 1' Status is On Then Send Notification to 'Notify' content 'Office Light On' Else - No Actions - (To add one, press 'Action') -
This doesn't look right. When I grep through my logs I see the same thing, only the "Port" value is 3000
-
@JTsao, I've been using the Push Node server on both PG2 and now PG3 successfully. Did you set the "disclaimer_read" option to "true" in your configuration, and restart the Node server?
-
@maxnorth, there's an alternative solution to getting local air quality data into your ISY via a PG3 node server that doesn't rely on a cloud based API, for what it's worth. The setup will cost you much more than the $5.00 license for the PG3 Purple Air, so it may be of no interest, but it's been working well here (actually, I bought this setup for the soil moisture sensors, and added this sensor later when I was choking on wildfire smoke). I've found that I prefer a local measurement over one from across town, or even down the block -- there's too much variability in air quality. The PG3 node server is ST-EcoWitt, and it takes two hardware devices to make it work: https://www.ecowitt.com/shop/goodsDetail/107 https://www.ecowitt.com/shop/goodsDetail/58 The sensor is solar powered, so the only times I've ever had to recharge the batteries is when it's been buried in the snow for a couple of weeks. I've found that the RF signal strength for all the EcoWitt devices to be very good (I have devices scattered all over the 1/2 acre). Attached is a screenshot of what the data looks like in the ISY: