
hart2hart
Members-
Posts
1679 -
Joined
-
Last visited
Everything posted by hart2hart
-
Thanks installed it - I think. I refreshed store and then restarted the node server. While it is connecting it says version is 3.0.14 for a few seconds but I can see it revert to 3.0.13 on the screen. Its likely running new version but just displaying 3.0.13.
-
Thanks. I’ll do whichever you prefer. Upgrade for second test machine or give it more time with you.
-
Thanks! I’ll be looking for the release.
-
It happened again today. I had to stop and start mode to get values to the ISY.
-
It works ok for me then just stops updating ISY until I restart it. What should I be concerned about in config. As I recall, the only settings I can alter is the polling intervals. Not if front of it now. What are suggested values so I can confirm I’m in line. The others config are flume credentials which are required to work. Thanks. I understand the api is odd. Let me know if I can provide anything via logging etc.
-
I have programs that start a counter and end the counter of gallons used for irrigation. The problem is the Node server is not sending data to the ISY. I restart the Node server and the proper amounts show up. I've got screen shots of before and after restart and a log but know it has some sensitive information inside. Let me know how you want me to transfer data to aid in debugging. Thanks, Paul
-
Thanks. Obviously not even close to a priority, it just hit me while I was testing.
-
Thanks it works great. For use cases where only a few lights change state, would it be worth considering grabbing the current state at start of restore , comparing before and after state, and only sending REST commands where they are different? Kinda a temporary scene? Add a Restore Differential button?
-
Okay, Ive got backup running or at least it goes through steps. The problem is when I send a restore command there is error in the log. 2022-05-28 14:41:12,522 Command udi_interface DEBUG backup:restore: getting custom data to restore: {'address': 'controller', 'cmd': 'RESTORE', 'query': {}} 2022-05-28 14:41:12,523 Command udi_interface.interface ERROR interface:_handleInput: _parseInput: failed controller.runCmd(RESTORE) can only concatenate str (not "int") to str Traceback (most recent call last): File "/var/polyglot/.local/lib/python3.8/site-packages/udi_interface/interface.py", line 795, in _handleInput self.nodes_internal[item['address']].runCmd(item) File "/var/polyglot/.local/lib/python3.8/site-packages/udi_interface/node.py", line 165, in runCmd fun(self, command) File "/var/polyglot/pg3/ns/00:21:b9:00:f1:fd_7/nodes/backup.py", line 123, in restore cmd = '/rest/nodes/' + address + '/cmd/DON/' + self.CustomData[address]['value'] TypeError: can only concatenate str (not "int") to str 2022-05-28 14:41:13,673 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message longPoll 2022-05-28 14:41:13,675 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING longPoll 2022-05-28 14:41:13,723 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll
-
Never though about it but in all normal programs, I got a next command. Only for this test have I not had a next command. LOL Thanks. I'll watch the Node server log to get a good estimate of how long it takes to process so I can pick a delay.
-
I created a simple test program to see how Backup Node server works internally to determine if it runs in line or is launched asynchronously so the program would immediately execute the next step. I performed a Run (Then) on the program, and it only ran 1-2 seconds (was green) so the wait obviously did not occur. SecSys:DSC Alarm Test If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Set 'Backup Ligthing State / Save_Restore lighting' Backup Wait 1 minute Else - No Actions - (To add one, press 'Action') I am trying to determine if a wait is needed after the Backup and if so how long of a wait to allow before turning on the All Lights scene to avoid getting wrong light states. Backup appeared to run asynchronously (based a long or short poll showing in Node server log almost immediately followed about 11 seconds later with a storm of log events naming lots of devices with Node server logging set at debug mode short segment follows with .... used show removed information) but as a side effect it ended program execution since no Wait 1 minute occurred. If that's true and as intended, I will need backup in its own program to be run from another program that has multiple sequential steps and with a wait after it is called to allow it time to complete. Please help me understand the timing and program execution requirements so I don't make wrong assumptions. The Node server says no configuration is needed and I assume that means it knows the ISY that it is running on. How about the long and shortpoll? Do they have a function and if so what? 2022-05-28 10:08:28,756 Command udi_interface.interface DEBUG interface:send: PUBLISHING {'set': [{'key': 'customdata', 'value': {'xx xx xx x': {'name': 'Back Porch:Floods', 'value': 0}, .... }}}]} 2022-05-28 10:08:28,761 Command udi_interface DEBUG backup:query: Found node Yard:Bird Bath Bottom - Heate with type 2.57.68.0 category 2 and status 0 2022-05-28 10:08:28,762 Command udi_interface.custom DEBUG custom:__setitem__: CUSTOM: xx xx xx x = {'name': 'Yard:Bird Bath Bottom - Heate', 'value': 0} ... saving 2022-05-28 10:08:28,763 Command udi_interface.custom INFO custom:_save: Sending data customdata to Polyglot. ... 2022-05-28 10:08:28,786 Command udi_interface INFO backup:query: Query processed 169 devices. 2022-05-28 10:08:28,787 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING customdata 2022-05-28 10:08:28,790 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING customdata 2022-05-28 10:08:28,793 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING customdata 2022-05-28 10:08:28,973 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message customdata 2022-05-28 10:08:28,975 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING customdata 2022-05-28 10:08:29,012 MQTT udi_interface.interface INFO interface:_message: Successfully set key = customdata 2022-05-28 10:08:29,126 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message customdata 2022-05-28 10:08:29,127 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING customdata 2022-05-28 10:08:29,164 MQTT udi_interface.interface INFO interface:_message: Successfully set key = customdata 2022-05-28 10:08:29,376 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message customdata ... Thanks
-
Support thread for: ISY on Polisy (IoP) v5.4.4 (May 25, 2022)
hart2hart replied to Michel Kohanim's topic in IoX Support
On my pg3 dashboard, it said pg3 needs to be restarted after the iop upgrade. -
Thanks. Just making sure it wasn’t something with my specific install. Already felt better that another person had seen the issue and it’s been running fantastic for several days.
-
It’s Verizon. They posted a couple years ago that @vtext.com was going to be significantly cut back or off. It was major source of text spam. I did as someone suggested and installed Spark email app on phone. The email address I assigned to it is only for HA messages. It works well with proper notifications turned on. Yes another app but it’s reliable method.
-
Thanks I’ve done that. It’s what founds the individual items. It’s just this weird text on admin console button. Otherwise appears to be working.
-
I deleted Bond PG2 version and added Bond PG3 version. All worked okay except the main screen is missing button text. I'm guessing it's Discover Nodes. I've already deleted Node server and added it back with same results. I don't care unless it hints at some other problem but would like positive confirmation either way on what to do. Thanks
-
Is there support for Insteon Thermostat in ISY944i?
hart2hart replied to raymondjiii's topic in ISY994
It depend on which thermostat. The early thermostats were a Venstar branded with an Insteon dongle plugged in the bottom and as far as I’m aware it was required. There might have been a wifi dongle but I don’t know. The version in my photo had Insteon built in as it was a Smartlabs branded product. -
I migrated to the PG3 Flume water Node server this afternoon. All went well and I’m measuring water used for irrigation described in posts above in this thread. Thanks! The PG2 version I was running did lose authorization based on what I saw in log a few days ago, so for PG3 version I put checks on controller status, authorization status, Hub Node Status and Sensor Node Staus to alert me if either were not True or not in desired state of connected or authorized. The Sensor Node Status just went false after a few hours but by running water in a sink, I can see values are updating correctly and timely. Can you help me understand this node status? EDIT ——. After I wrote this I followed link to GitHub and I understand better but could you still help me fully understand all 4 status codes?
-
Is it possible through HA integration with Ring to make updates on ISY? Can I get motion sensor updates and potentially turn the light off and on from Ring cameras and doorbell?
-
Is there support for Insteon Thermostat in ISY944i?
hart2hart replied to raymondjiii's topic in ISY994
Amazon.com -
It’s an external variable with a state of off and on. I use it in UD Mobile to tell which irrigation cycle to run that night. It acts like a switch on and off. You don’t have to set variable value.
-
Is there support for Insteon Thermostat in ISY944i?
hart2hart replied to raymondjiii's topic in ISY994
Thermostat and 24 VAC wall wort to power it. Thermostat is open. There is a flip cover to hide all but LCD display. I bought wall wort and wired it into thermostat terminals. It’s in unfinished basement on back side of wall — not pretty. Lol