Everything posted by Jimbo.Automates
-
PG3 IFTTT Webooks Node server 3.0.3
Thank you! I've been pushing IFTTT to add an API call that would allow me to just download a list of all the users configured Webhooks and automatically create a node for each one. But so far they don't seem open to the idea. Although I do like the ability to have a different Webhook for on and off, but could probably still do that if a naming convention was followed. I'll keep pushing them. Sent from my Pixel 6 Pro using Tapatalk
-
Tracking sprinkler water usage
Also check the authorized state on the controller. @stevehoyt and I have been working on making the node server more robust at handling network issues with the flume servers, but it's still known to fail. I released a new version last night that is better but still has issues, but hopefully won't crash. If you see one please report here https://github.com/UniversalDevicesInc-PG3/udi-poly-FlumeWater/issues/6 Sent from my Pixel 6 Pro using Tapatalk
-
PG3 IFTTT Webooks Node server 3.0.3
Easy fix @GSORS400 Version 3.0.3 is released. Go to the store and refresh, then restart the node server.
-
PG3 IFTTT Webooks Node server 3.0.3
@GSORS400 Thanks. It looks like PG3 is sending something unexpected, I'll look into it.
-
PG3 IFTTT Webooks Node server 3.0.3
Any errors in the log? Send me a log package and I'll try to take a look today. Sent from my Pixel 6 Pro using Tapatalk
-
Tracking sprinkler water usage
Also, Rachio has a PG2 node server, hopefully it will be moved to PG3 sometime. Sent from my Pixel 6 Pro using Tapatalk
-
WirelessTag Entries In ISY Log
GV14 is seconds since update https://github.com/UniversalDevicesInc-PG3/udi-wirelesstag-poly/blob/master/profile/nodedef/nodedefs.xml Which updates on short poll, so if you want that less frequently then increase short poll time. Sent from my Pixel 6 Pro using Tapatalk
-
WirelessTag Entries In ISY Log
Currently the updates come as fast as you have the tags configured to send them. If you want slower updates you can change them in their app. I've thought about adding an option to only send updates on short or long poll intervals but haven't had time to work on it. Sent from my Pixel 6 Pro using Tapatalk
-
Trouble with using an output as a controller in a scene
Thanks, for now you can use status in a program. It is pretty simple to add so will try to get to it and all the other requests sometime soon. Sent from my Pixel 6 Pro using Tapatalk
-
Trouble with using an output as a controller in a scene
Not a defect, and not by design, just never considered they would be used that way. Added issue: https://github.com/UniversalDevicesInc-PG3/udi-poly-ELK/issues/73 Sent from my Pixel 6 Pro using Tapatalk
-
PG3 ELK Node server 3.2.7
The Polyglot Version 3 Node server for ELK Security Version 3.2.7 is released. See Release Notes Now works with beta version of UD Mobile 0.139 which will be released to production soon. After restarting node server and it has completed startup then resync in UD Mobile.
-
PG3 Notification Node server 3.3.4
The Polyglot Version 3 Notification Node server 3.3.4 is released. See the Release Notes for more information.
-
Not Detecting Hubs
Any errors in the log? Did you enable XMPP as desc in the readme? What do your configuration parameters look like? If still necessary PM me the log package. Sent from my Pixel 6 Pro using Tapatalk
-
Arm/Disarm
Yes it was, but currently broken due to a new feature added recently. He is working on a fix. Sent from my Pixel 6 Pro using Tapatalk
-
Installation Issue
Great, glad you figured it out! Sent from my Pixel 6 Pro using Tapatalk
-
New LED Light Strip Issue
Sorry, currently it doesn't. I meant everything that works with the original strip will work with this one. Adding zone support will take a while. Sent from my Pixel 6 Pro using Tapatalk
-
Polyglot 3 Flume Water Node server 3.0.11
FlumeWater Node server 3.0.11 released, see the Release Notes Thanks to @stevehoyt for reporting issues and continued monitoring of the connections to the occasionally unstable Flume servers are becoming more robust.
-
New LED Light Strip Issue
Great! Everything should work as expected because it's the exact same code that handles the original light strip which I have. But it's possible that I haven't tested everything. Sent from my Pixel 6 Pro using Tapatalk
-
Current Power used does not match device state
Fixed in 3.0.10
-
New LED Light Strip Issue
Thanks, the PM showed the issue. That device doesn't have color temperature control. Issue fixed in 3.1.10.
-
PG3 HueEmulator Node Server 3.0.6
Correct. It allows you to control devices on the ISY with some other devices that support Hue, like a Harmony remote. After installing you should see a Huge Emulator Controller node in the admin console? If not please do a download log package from the PG3 UI and PM that to me. Sent from my Pixel 6 Pro using Tapatalk
-
New LED Light Strip Issue
Please make sure logging is in Debug and restart the NS then let it run for a couple minutes and turn it on and off for the AC. Then download log package in the PG UI and PM that to me. I'm out of town so won't be able to look until this weekend. Sent from my Pixel 6 Pro using Tapatalk
-
KeyError precip_accum_local_yesterday
Still same error today as above @bpwwer
-
KeyError precip_accum_local_yesterday
Haha, yes, can wait till tomorrow unless you want to try again: 2022-04-09 15:41:43,333 MainThread udi_interface.interface INFO interface:addNode: Adding node WeatherFlow(controller) [None] 2022-04-09 15:41:45,447 Thread-1 udi_interface ERROR weatherflow:get_monthly_rain: Failed to get rain for month 1 2022-04-09 15:41:45,869 Thread-1 udi_interface ERROR weatherflow:get_monthly_rain: Failed to get rain for month 2 2022-04-09 15:41:46,269 Thread-1 udi_interface ERROR weatherflow:get_monthly_rain: Failed to get rain for month 3 2022-04-09 15:41:46,678 Thread-1 udi_interface.interface WARNING interface:db_getNodeDrivers: 194486 not found in database. 2022-04-09 15:41:46,680 Thread-1 udi_interface ERROR udi_interface:write: Exception in thread 2022-04-09 15:41:46,681 Thread-1 udi_interface ERROR udi_interface:write: Thread-1 2022-04-09 15:41:46,682 Thread-1 udi_interface ERROR udi_interface:write: : 2022-04-09 15:41:46,682 Thread-1 udi_interface ERROR udi_interface:write: Traceback (most recent call last): 2022-04-09 15:41:46,683 Thread-1 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner 2022-04-09 15:41:46,688 Thread-1 udi_interface ERROR udi_interface:write: self.run() 2022-04-09 15:41:46,689 Thread-1 udi_interface ERROR udi_interface:write: File "/usr/local/lib/python3.8/threading.py", line 870, in run 2022-04-09 15:41:46,692 Thread-1 udi_interface ERROR udi_interface:write: self._target(*self._args, **self._kwargs) 2022-04-09 15:41:46,693 Thread-1 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:52:bf:fc_9/nodes/weatherflow.py", line 115, in parameterHandler 2022-04-09 15:41:46,695 Thread-1 udi_interface ERROR udi_interface:write: self.discover(stationList) 2022-04-09 15:41:46,696 Thread-1 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:52:bf:fc_9/nodes/weatherflow.py", line 473, in discover 2022-04-09 15:41:46,699 Thread-1 udi_interface ERROR udi_interface:write: self.create_device_node(station['id'], device, info['units'], info['elevation']) 2022-04-09 15:41:46,699 Thread-1 udi_interface ERROR udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:52:bf:fc_9/nodes/weatherflow.py", line 299, in create_device_node 2022-04-09 15:41:46,702 Thread-1 udi_interface ERROR udi_interface:write: node.rd = self.rainList[device['device_id']] 2022-04-09 15:41:46,703 Thread-1 udi_interface ERROR udi_interface:write: KeyError 2022-04-09 15:41:46,703 Thread-1 udi_interface ERROR udi_interface:write: : 2022-04-09 15:41:46,704 Thread-1 udi_interface ERROR udi_interface:write: 194486
-
Upgraded IoP to 5.4.3 and now cannot find Polisy.
Can you reach it in a web browser with: http://ip_addr:8080/rest/nodes Also try to open a terminal and ssh to it.