Everything posted by Jimbo.Automates
-
Unable to upgrade from v3.0.8 to v3.0.9
That usually means I forgot to update a file and you are likely running 3.0.9, I'll take a look when I get a chance. Sent from my Pixel 6 Pro using Tapatalk
-
Temperature readings
Yes, and that info will help me add support https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/issues/65 Sent from my Pixel 6 Pro using Tapatalk
-
PG3 ELK Node server 3.4.9
Both issues fixed in 3.4.9. Thanks for reporting.
-
PG3 ELK Node server 3.4.9
Thanks, that is benign, I'll add an ignore. That message means the system was sending an alarm report to central station and can not be used by 3rd party applications like this.
-
PG3 ELK Node server 3.4.9
Please go to log page and download log package and send PM it to me. Sent from my Pixel 6 Pro using Tapatalk
-
PG3 ELK Node server 3.4.9
Confirm your on 3.4.8 and restart the NS and it won't show up again. Sent from my Pixel 6 Pro using Tapatalk
-
PG3 ELK Node server 3.4.9
Fixed in 3.4.8, thanks for reporting.
-
PG3 ELK Node server 3.4.9
That's odd, I'll take a look tonight. Sent from my Pixel 6 Pro using Tapatalk
-
Door and Window Sensor...
Yes, what @lilyoyo1 said. Since we have to poll the Ecobee servers to get status I never felt it was very useful to integrate. It could be added to the list, but honestly not much motivation to work on it since I already have over 60 issues that need attention at some point for all my node servers. Most people would opt for Insteon or Z-Wave sensors, I have a few I would give away since I now have wired ELK sensors.
-
Door and Window Sensor...
1. Sorry, they are not, and currently not on the list to add. That would be a big effort. 2. Yes.
-
PG3 ELK Node server 3.4.9
The Polyglot Version 3 Node server for ELK Security Version 3.4.7 is released. See the Release Notes Please make sure your Polisy is up to date by running Upgrade Packages in the Admin Console -> Configuration -> System section.
-
configure delay between device reports
Also, make sure it's not trying to constantly write updates to wireless devices, that can make ISY very slow if there are a lot. I disable that option on each startup.
-
PG3 Camect Node server 3.1.0
PG3 Camect node server 3.0.9 released. See Release Notes Make sure your ISY is running the latest version, which is 5.4.4 for IoP and 5.3.4 for ISY994i.
-
Caseta support TriathlonRollerShade
Next error 2022-08-16 16:50:39,095 MainThread udi_interface INFO controller:start: Starting Lutron Caseta Node Server 2022-08-16 16:50:39,097 MainThread udi_interface.interface INFO interface:updateProfile: Sending Install Profile command to Polyglot. 2022-08-16 16:50:39,099 MainThread udi_interface DEBUG controller:start: Waiting for configuration False 2022-08-16 16:50:49,201 Thread-3 udi_interface ERROR picos:dataHandler: No custom data yet.... 2022-08-16 16:50:49,236 Thread-4 udi_interface ERROR picos:dataHandler: No custom data yet.... 2022-08-16 16:50:53,880 Thread-6 udi_interface ERROR udi_interface:write: Exception in thread 2022-08-16 16:50:53,882 Thread-6 udi_interface ERROR udi_interface:write: Thread-6 2022-08-16 16:50:53,883 Thread-6 udi_interface ERROR udi_interface:write: : 2022-08-16 16:50:53,883 Thread-6 udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-08-16 16:50:53,884 Thread-6 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 980, in _bootstrap_inner 2022-08-16 16:50:53,889 Thread-6 udi_interface ERROR udi_interface:write: self.run() 2022-08-16 16:50:53,889 Thread-6 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/threading.py", line 917, in run 2022-08-16 16:50:53,892 Thread-6 udi_interface ERROR udi_interface:write: self._target(*self._args, **self._kwargs) 2022-08-16 16:50:53,893 Thread-6 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:52:bf:fc_18/nodes/remote.py", line 189, in start 2022-08-16 16:50:53,895 Thread-6 udi_interface ERROR udi_interface:write: elif self.buttons[button]['button_number'] == self.button_nums[1]: 2022-08-16 16:50:53,895 Thread-6 udi_interface ERROR udi_interface:write: IndexError 2022-08-16 16:50:53,896 Thread-6 udi_interface ERROR udi_interface:write: : 2022-08-16 16:50:53,897 Thread-6 udi_interface ERROR udi_interface:write: list index out of range
-
Caseta support TriathlonRollerShade
Got a crash: 2022-08-15 17:58:17,903 MainThread udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-08-15 17:58:17,904 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:52:bf:fc_18/./caseta.py", line 12, in <module> 2022-08-15 17:58:17,906 MainThread udi_interface ERROR udi_interface:write: LutronCasetaController(polyglot) 2022-08-15 17:58:17,906 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:52:bf:fc_18/nodes/controller.py", line 47, in __init__ 2022-08-15 17:58:17,908 MainThread udi_interface ERROR udi_interface:write: self.start() 2022-08-15 17:58:17,909 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:52:bf:fc_18/nodes/controller.py", line 134, in start 2022-08-15 17:58:17,911 MainThread udi_interface ERROR udi_interface:write: self.discover() 2022-08-15 17:58:17,912 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/.local/lib/python3.9/site-packages/asgiref/sync.py", line 218, in __call__ 2022-08-15 17:58:17,915 MainThread udi_interface ERROR udi_interface:write: return call_result.result() 2022-08-15 17:58:17,916 MainThread udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 439, in result 2022-08-15 17:58:17,922 MainThread udi_interface ERROR udi_interface:write: return self.__get_result() 2022-08-15 17:58:17,923 MainThread udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 391, in __get_result 2022-08-15 17:58:17,925 MainThread udi_interface ERROR udi_interface:write: raise self._exception 2022-08-15 17:58:17,927 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/.local/lib/python3.9/site-packages/asgiref/sync.py", line 284, in main_wrap 2022-08-15 17:58:17,929 MainThread udi_interface ERROR udi_interface:write: result = await self.awaitable(*args, **kwargs) 2022-08-15 17:58:17,931 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:52:bf:fc_18/nodes/controller.py", line 376, in discover 2022-08-15 17:58:17,933 MainThread udi_interface ERROR udi_interface:write: self.createPicoCfgNode(Remote4Group, device, device_id, '1', ' - A', [1], 'DON') # default on 2022-08-15 17:58:17,934 MainThread udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:52:bf:fc_18/nodes/controller.py", line 187, in createPicoCfgNode 2022-08-15 17:58:17,936 MainThread udi_interface ERROR udi_interface:write: NodeType( 2022-08-15 17:58:17,938 MainThread udi_interface ERROR udi_interface:write: TypeError 2022-08-15 17:58:17,938 MainThread udi_interface ERROR udi_interface:write: : 2022-08-15 17:58:17,939 MainThread udi_interface ERROR udi_interface:write: __init__() takes 9 positional arguments but 10 were given
-
V3 Node server will not start
For some reason it says unavailable. Would be nice to understand why this has happened to you multiple times.
-
Caseta support TriathlonRollerShade
and yes, there are buttons for full open/close, and incremental open/close, and 4 more to control 4 devices Individually, 1-4 and an "all" button, pressing those just says which device is going to be controlled with the 4 open/close buttons. Then the "silver" button which moves all shades to their preset.
-
Caseta support TriathlonRollerShade
Hey @bpwwer, it showed new version available and I restarted, but still shows 1.0.1: 2022-08-15 17:27:05,842 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'config': {'version': '1.0.1'}}
-
configure delay between device reports
>> but do IoP events also end up on that queue IoP events do not go on the PG3 queue, it can talk to itself directly. I have weatherflow running as well, with Rapid Wind disabled so it sends less data. I don't notice any delays, I have lights triggered based on doors opening using the ELK node server and it happens very fast. I've heard of issues with ST-Inventory filling up ISY subscription connections, but not crashing it. >> If the Airthings NS needs to call for each device's data one device at a time anyway, that would be an easy place to put in a break Each query to the Airthings server takes a little time, so that is a built in break between each one. I could add an optional user delay in between each one, but that will take some effort to avoid other potential issues it may cause with Node server functionality. As I mentioned I have 19 node servers running and a couple are very busy, like WirelessTag's and I have not noticed issues with ISY On Polisy.
-
Variable on Favorite issue
Works great! Thanks @Javi
-
V3 Node server will not start
It goes to the same place all other downloads go, which depends on what web browser you are using. Sent from my Pixel 6 Pro using Tapatalk
-
V3 Node server will not start
Is that from pressing the "Download Log Package" button? (Not the "Download Log" button)
-
configure delay between device reports
Hi, So updating the devices puts very little load on the Polisy, all processes in PG3 are threaded so they don't even block each other. I have 19 node servers running, with a lot of devices and programs with no issues. But, the query of all devices is run on each short poll, so just changing the short poll and restarting the node server controls how often it is done. I also emailed their support and asked them to provide one API call to get data for all devices, and they said that will not be done for Consumer devices.
-
V3 Node server will not start
You had the same issue with Ecobee: https://forum.universal-devices.com/topic/37951-ployglot-v3-cant-get-ecobee-node-server-to-start/?do=findComment&comment=345938 Where I asked if you could do this: "Download log package and send it to me, then I can see the PG3 log."
-
Variable on Favorite issue
Great! I'll confirm once I get it and test. Sent from my Pixel 6 Pro using Tapatalk