-
Posts
156 -
Joined
-
Last visited
Everything posted by atmarosi
-
Bond Bridge PG3 on IoX Polisy Pro doesn't control fan lights
atmarosi replied to Chris McKean's topic in Bond
Via Postman you should be able to test the same way the PG3 is trying to connect to the Bond API locally… -
Bond Bridge PG3 on IoX Polisy Pro doesn't control fan lights
atmarosi replied to Chris McKean's topic in Bond
Does the bond bridge show connected = true in the UDI Admin Console? The errors in the logs are complaining about reaching this host, which seems to be the bridge? Connection to 192.168.1.64 timed out. 2023-01-17 15:06:45,245 Thread-71 udi_interface WARNING bondapi:_call_api: HTTP GET in _call_api() failed: HTTPConnectionPool(host='192.168.1.64', port=80): Read timed out. (read timeout=6.05) Are you able to poll it manually when it times out? Firmware upgrade on the Bond hub? -
Insteon devices (non-PLM modems) can only respond to one PLM address. So they will only work with the modem they are told about (linked to).
-
Forgot to mention I’m not using a Zooz dongle but rather the zwave matter module…hasn’t haven’t migrated to matter. So the 5.4.5 version of zwave essentially - but it’s not seeing the module for some reason….haven’t tried unplugging the power yet
-
Finally got mine to get to 5.5.0. Haven’t migrated yet - but seems like my zwave devices aren’t working at all. If I query one I get request failed…. the zwave menu states: z wave dongle not responding rebooting hasn’t change anything. Hesitant to migrate into ZWave Matter unless that’s the move necessary….
-
If you repair it - it will likely last a lot longer than the first round, as there are better quality components used in the repair kits and with better specs.
-
Integration Fails: "Retrying setup: Invalid XML response from ISY"
atmarosi replied to phoenix96's topic in Home Assistant
Perfect! MSFT Edge parsed the XML for me and told me what was messing me up! Removed the back slash from a network resource and we're golden! Thank you shbatm! -
Integration Fails: "Retrying setup: Invalid XML response from ISY"
atmarosi replied to phoenix96's topic in Home Assistant
I'm getting the same thing....how did you identify the exact culprit? Logger: pyisy Source: components/isy994/__init__.py:180 First occurred: November 28, 2022 at 1:30:20 PM (942 occurrences) Last logged: 10:29:57 AM ISY Could not parse response, poorly formatted XML.: NetworkResources -
Was on PG2 and had the Rachio node working great; moved to PG3 recently and getting all the nodes set back up and noticed I can't get the valves to show up. In the logs i see this (set it to debug on the logs and restarted the node): 2022-10-06 09:50:38,232 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message stop 2022-10-06 09:50:38,234 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING stop 2022-10-06 09:50:38,235 Command udi_interface.interface INFO interface:_handleInput: Received stop from Polyglot... Shutting Down. 2022-10-06 09:50:38,236 Command udi_interface.interface INFO interface:stop: Disconnecting from MQTT... localhost:1888 2022-10-06 09:50:38,238 Command udi_interface.interface INFO interface:_disconnect: MQTT Graceful disconnection. 2022-10-06 09:50:38,240 MQTT udi_interface.interface DEBUG interface:_startMqtt: MQTT: Done 2022-10-06 09:50:46,376 MainThread udi_interface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2022-10-06 09:50:49,048 MainThread udi_interface INFO __init__:<module>: UDI Python Interface for Polyglot version 3 3.0.49 Starting... 2022-10-06 09:50:49,384 MainThread udi_interface.interface INFO interface:__init__: Initialization received from Polyglot V3 3.1.11 [ISY: 5.4.4, Slot: 1] 2022-10-06 09:50:49,387 MainThread udi_interface.interface INFO interface:__init__: Connect: Network Interface: {'addr': '172.16.69.211', 'netmask': '255.255.255.0', 'broadcast': '172.16.69.255'} 2022-10-06 09:50:49,389 Interface udi_interface.interface INFO interface:_startMqtt: Connecting to MQTT... localhost:1888 2022-10-06 09:50:49,392 MainThread udi_interface.interface INFO interface:updateProfile: Sending Install Profile command to Polyglot. 2022-10-06 09:50:49,394 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'installprofile': {'reboot': False}} 2022-10-06 09:50:49,452 MQTT udi_interface.interface INFO interface:_connect: MQTT Connected with result code 0 (Success) 2022-10-06 09:50:49,454 MQTT udi_interface.interface INFO interface:_connect: MQTT Subscribing to topic: udi/pg3/ns/clients/00:0d:b9:XX:XX:XX_1 - MID: 1 Result: 0 2022-10-06 09:50:49,463 MQTT udi_interface.interface INFO interface:_subscribe: MQTT Subscribed Succesfully for Message ID: 1 - QoS: (0,) 2022-10-06 09:50:49,550 MQTT udi_interface.interface INFO interface:_message: Successfully set controller :: ST to 1 UOM 25 2022-10-06 09:50:52,547 MainThread udi_interface.interface WARNING interface:db_getNodeDrivers: controller not found in database. 2022-10-06 09:50:52,553 MainThread udi_interface.interface INFO interface:addNode: Adding node Rachio Bridge(controller) [None] 2022-10-06 09:50:52,555 MainThread udi_interface.interface INFO interface:setController: Using node "controller", driver "ST" for connection status. 2022-10-06 09:50:52,607 MQTT udi_interface.interface INFO interface:_message: custom data response {'customparamsdoc': '<h2>Configuration</h2>\n\n<ul>\n<li>REQUIRED: Key:\'api_key\' Value: See <a href="https://rachio.readme.io/v1.0/docs">here</a> for instructions on how to obtain Rachio API Key.</li>\n<li>REQUIRED: Key: \'host\' Value: External address for polyglot server (External static IP or Dynamic DNS host name). Not required or used for polyglot cloud.</li>\n<li>OPTIONAL: Key: \'port\' Value: External port (integer) for polyglot server. Note: This port must be opened through firewall and forwarded to the internal polyglot server. Defaults to \'3001\' if no entry given but opening port is not optional (required for Rachio websockets). ot required or used for polyglot cloud.</li>\n<li>OPTIONAL: Key:\'nodeAdditionInterval\' Value: On discovery, nodes will be added at this interval (in seconds).</li>\n</ul>\n\n<p>Additional notes available on the <a href="https://github.com/fahrer16/udi-rachio-poly">github page</a> for this node server</p>\n'} 2022-10-06 09:50:52,648 MQTT udi_interface.interface INFO interface:_message: Successfully set key = customparamsdoc 2022-10-06 09:50:52,777 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message getAll 2022-10-06 09:50:52,778 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING getAll 2022-10-06 09:50:52,780 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message getNsInfo 2022-10-06 09:50:52,783 Thread-3 udi_interface.custom DEBUG custom:clear: CUSTOM: Clear ...saving 2022-10-06 09:50:52,784 Command udi_interface.custom DEBUG custom:load: CUSTOM: load {} 2022-10-06 09:50:52,787 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message setController 2022-10-06 09:50:52,788 Thread-3 udi_interface.custom INFO custom:_save: Sending data notices to Polyglot. 2022-10-06 09:50:52,789 Command udi_interface.interface DEBUG interface:_handleInput: Key nsdata should be passed to node server. 2022-10-06 09:50:52,791 Thread-3 udi_interface.interface DEBUG interface:send: PUBLISHING {'set': [{'key': 'notices', 'value': {}}]} 2022-10-06 09:50:52,792 Command udi_interface.interface DEBUG interface:_handleInput: Key oauth should be passed to node server. 2022-10-06 09:50:52,795 Thread-3 udi_interface INFO rachio-poly:parameterHandler: Ensure router/firewall is set to forward requests to polyglot host on port 3001 2022-10-06 09:50:52,796 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING getNsInfo 2022-10-06 09:50:52,797 Thread-3 udi_interface DEBUG rachio-poly:parameterHandler: Trying default key file: certificate.pem 2022-10-06 09:50:52,798 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING setController 2022-10-06 09:50:52,800 Thread-3 udi_interface DEBUG rachio-poly:parameterHandler: Can't locate certificate, SSL disabled 2022-10-06 09:50:52,801 Command udi_interface.interface DEBUG interface:_handleInput: connection status node/driver update 2022-10-06 09:50:52,802 Thread-3 udi_interface DEBUG rachio-poly:parameterHandler: Starting Webhook Server on port 3001 2022-10-06 09:50:52,808 Thread-3 udi_interface INFO rachio-poly:testWebSocketConnectivity: Testing connectivity to XXXXXX.dyndns.org:3001 2022-10-06 09:50:52,850 Thread-3 udi_interface ERROR rachio-poly:testWebSocketConnectivity: Error reaching specified host:port externally (XXXXX.dyndns.org:3001). Please ensure entries are correct and the appropriate firewall ports have been opened (for local installs): [Errno 61] Connection refused 2022-10-06 09:50:52,852 Thread-3 udi_interface ERROR rachio-poly:parameterHandler: Webhook connectivity test failed, exiting 2022-10-06 09:50:52,852 Thread-3 udi_interface DEBUG rachio-poly:parameterHandler: Rachio "start" routine complete 2022-10-06 09:50:52,871 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message notices 2022-10-06 09:50:52,873 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING notices 2022-10-06 09:50:52,874 Command udi_interface.custom DEBUG custom:load: CUSTOM: load {} 2022-10-06 09:50:52,913 MQTT udi_interface.interface INFO interface:_message: Successfully set key = notices 2022-10-06 09:50:52,915 MQTT udi_interface.interface INFO interface:_message: Profile installation finished 2022-10-06 09:50:52,963 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message addnode 2022-10-06 09:50:52,965 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING addnode 2022-10-06 09:50:52,968 Thread-6 udi_interface INFO rachio-poly:start: Starting Rachio Polyglot v3 Node server version 4.0.4 2022-10-06 09:50:52,970 Command udi_interface.interface DEBUG interface:_handleResult: add node response: {'id': 'ceeee256-aba8-4737-88c7-f356a1077ba7', 'uuid': '00:0d:b9:53:35:94', 'profileNum': 1, 'address': 'controller', 'name': 'Rachio Bridge', 'nodeDefId': 'rachio', 'nls': None, 'hint': '0x00000000', 'controller': 0, 'primaryNode': 'controller', 'private': None, 'isPrimary': 1, 'enabled': 1, 'timeAdded': 1665072648333, 'timeModified': 1665072648333, 'dbVersion': 1} 2022-10-06 09:50:56,800 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2022-10-06 09:50:56,802 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll 2022-10-06 09:51:01,830 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2022-10-06 09:51:01,832 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll I've got the port forward still in from when I was using PG2 and I'm able to reach it via telnetting from a machine not on my network (telnet XXXX.dyndns.org 3001) ...not sure what I'm missing. Thanks!
-
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
Opening ticket with UDI.. Thanks ya'll! -
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
-
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
Using the switch i've been using for testing here's its links next to the PLM address; seems kosher..... -
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
Here's the prog: TEST - [ID 0079][Parent 0019] If 'Kitchen Over Head Three way L' is switched Fast On Then Set 'Kitchen - Lights' Fast On Else - No Actions - (To add one, press 'Action') Forgot about where it was; thanks for the reminder If i press the switch up/on once - it'll turn the the lights it's physically connected to on. If i go to the switch in the console it won't show the status as on until i refresh. Some thing is def up....just not sure what.... -
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
If I hit the 'fast on' on the scene in question in the above reply from me - in the console - it will turn on the devices just fine as it should. When I use a program with If control is fast on - then scene fast on; it doesn't do it.... Thoughts? -
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
So I made this 'test' program: <?xml version="1.0" ?><triggers><d2d><trigger><id>121</id><name>TEST</name><parent>25</parent><if><and /><control id="DFON" node="2A 3C 4E 1" op="IS"></control></if><then><cmd id="DFON" node="26014"></cmd></then><else></else><comment></comment></trigger></d2d></triggers> If Kitchen Over head Three way is switch fast on then set the kitchen lights scene to fast on... didn't work and this was all that was in the event viewer - tried double tapping (fast on) twice: Fri 09/23/2022 15:47:19 : [D2D EVENT ] Event [n004_6c5ab0e2c692] [GV0] [0] uom=2 prec=0 Fri 09/23/2022 15:47:19 : [n004_6c5ab0e2c692] GV0 0 (uom=2 prec=0) Fri 09/23/2022 15:47:19 : [D2D EVENT ] Event [n004_6c5ab0e2963c] [GV0] [0] uom=2 prec=0 Fri 09/23/2022 15:47:19 : [n004_6c5ab0e2963c] GV0 0 (uom=2 prec=0) Fri 09/23/2022 15:47:49 : [D2D EVENT ] Event [n004_6c5ab0e2c692] [GV0] [1] uom=2 prec=0 Fri 09/23/2022 15:47:49 : [n004_6c5ab0e2c692] GV0 1 (uom=2 prec=0) Fri 09/23/2022 15:47:49 : [D2D EVENT ] Event [n004_6c5ab0e2963c] [GV0] [1] uom=2 prec=0 Fri 09/23/2022 15:47:49 : [n004_6c5ab0e2963c] GV0 1 (uom=2 prec=0) Fri 09/23/2022 15:48:19 : [D2D EVENT ] Event [n004_6c5ab0e2c692] [GV0] [0] uom=2 prec=0 Fri 09/23/2022 15:48:19 : [n004_6c5ab0e2c692] GV0 0 (uom=2 prec=0) Don't seen any insteon devices in there....not sure what's up... -
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
Got home and gave the system a whirl… Scenes: seems to be good to go Programs: I have several programs for fast on/off and they will either turn on/off devices/scenes….none of these work. Even after going through each program line and hitting update, and then saving the programs tab - they don’t execute. Ran a “Restore devices” for good measure, let it complete and tested a program for fast on - and nothing even shows up on the level 3 logs. Any ideas? -
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
Sigh.....i'm blind...tunnel vision strikes again! lol - next time i'll remember it for sure! -
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
-
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
Great question....I don't recall getting a prompt to restore devices on restore PLM...wonder if it's because i'm on 5.0.16C.... -
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
Interesting....I did that once I powered up the ISY (after powering up the PLM of course). Just odd I have to touch so much. I'll test the update of the programs once at home. This dang day job gets in the way... -
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
Restored each device already - guess I'll work through the programs and see if that helps with that portion. Thanks for the advice! -
Restored PLM now scenes are failing
atmarosi replied to atmarosi's topic in New user? Having trouble? Start here
Created a new scene and it works…if I open a scene and click update on each member they seem to work. Programs that call those scenes still don’t… hmmm -
Greetings Party People, Got a 994 on 5.0.16C. PLM (2413S) stopped working so recapped a spare and restored modem/plm. Devices work fine but scenes seems to not work via the UD Console/Admin nor alternate means (scenes on linked at the switch seem to work fine). If I run a scene test it will report failed. Here is the output from a test and then trying to operate the same scene from the console. Sun 09/18/2022 21:45:32 : [GRP-RX ] 02 61 1A 13 00 15 <html><font color="red">----- Living Room2 Test Results -----</font></html> <html><font color="red">[Failed]</font> LivingRoomSofaOutlet (2A 68 E0 1)</html> <html><font color="red">[Failed]</font> Living Room - South Floor Lam (2C 12 29 1)</html> <html><font color="red">[Failed]</font> Living Room Floor Lamp (3F F9 5C 1)</html> <html><font color="red">[Failed]</font> Living Dinig Room Floor Lamp (2B C6 5A 1)</html> <html><font color="red">----- Living Room2 Test Results -----</font></html> Sun 09/18/2022 21:46:02 : [INST-TX-I1 ] 02 62 2A 68 E0 0F 19 00 Sun 09/18/2022 21:46:02 : [INST-ACK ] 02 62 2A.68.E0 0F 19 00 06 LTSREQ (LIGHT) Sun 09/18/2022 21:46:02 : [INST-SRX ] 02 50 2A.68.E0 40.D2.CB 2F 14 FF LTOFF-F(FF) Sun 09/18/2022 21:46:02 : [Std-Direct Ack] 2A.68.E0-->ISY/PLM Group=0, Max Hops=3, Hops Left=3 Sun 09/18/2022 21:46:02 : [INST-TX-I1 ] 02 62 2B C6 5A 0F 19 00 Sun 09/18/2022 21:46:02 : [INST-ACK ] 02 62 2B.C6.5A 0F 19 00 06 LTSREQ (LIGHT) Sun 09/18/2022 21:46:02 : [INST-SRX ] 02 50 2B.C6.5A 40.D2.CB 2F 10 FF ID-REQ (FF) Sun 09/18/2022 21:46:02 : [Std-Direct Ack] 2B.C6.5A-->ISY/PLM Group=0, Max Hops=3, Hops Left=3 Sun 09/18/2022 21:46:02 : [INST-TX-I1 ] 02 62 2C 12 29 0F 19 00 Sun 09/18/2022 21:46:02 : [INST-ACK ] 02 62 2C.12.29 0F 19 00 06 LTSREQ (LIGHT) Sun 09/18/2022 21:46:03 : [INST-SRX ] 02 50 2C.12.29 40.D2.CB 2B 14 FF LTOFF-F(FF) Sun 09/18/2022 21:46:03 : [Std-Direct Ack] 2C.12.29-->ISY/PLM Group=0, Max Hops=3, Hops Left=2 Sun 09/18/2022 21:46:03 : [INST-TX-I1 ] 02 62 3F F9 5C 0F 19 00 Sun 09/18/2022 21:46:03 : [INST-ACK ] 02 62 3F.F9.5C 0F 19 00 06 LTSREQ (LIGHT) Sun 09/18/2022 21:46:04 : [INST-SRX ] 02 50 3F.F9.5C 40.D2.CB 23 0A FF LNK-OFF(FF) Sun 09/18/2022 21:46:04 : [Std-Direct Ack] 3F.F9.5C-->ISY/PLM Group=0, Max Hops=3, Hops Left=0 Sun 09/18/2022 21:46:04 : [D2D EVENT ] Event [2A 68 E0 1] [ST] [255] uom=100 prec=0 Sun 09/18/2022 21:46:04 : [ 2A 68 E0 1] ST 255 (uom=100 prec=0) Sun 09/18/2022 21:46:04 : [D2D-CMP 001F] STS [2A 68 E0 1] ST Converted values Event=255 Condition=255 prec=0 Sun 09/18/2022 21:46:04 : [D2D-CMP 001F] STS [2A 68 E0 1] ST op=1 Event(val=255 uom=100 prec=0) is Condition(val=100 uom=51 prec=0) --> true Sun 09/18/2022 21:46:04 : [D2D-CMP 001E] STS [2A 68 E0 1] ST Converted values Event=255 Condition=0 prec=0 Sun 09/18/2022 21:46:04 : [D2D-CMP 001E] STS [2A 68 E0 1] ST op=1 Event(val=255 uom=100 prec=0) is Condition(val=0 uom=51 prec=0) --> false Sun 09/18/2022 21:46:04 : [D2D EVENT ] Event [2A 68 E0 1] [OL] [255] uom=100 prec=0 Sun 09/18/2022 21:46:04 : [ 2A 68 E0 1] OL 255 (uom=100 prec=0) Sun 09/18/2022 21:46:04 : [D2D EVENT ] Event [2A 68 E0 1] [RR] [31] uom=25 prec=0 Sun 09/18/2022 21:46:04 : [ 2A 68 E0 1] RR 31 (uom=25 prec=0) Sun 09/18/2022 21:46:04 : [D2D EVENT ] Event [2B C6 5A 1] [ST] [255] uom=100 prec=0 Sun 09/18/2022 21:46:04 : [ 2B C6 5A 1] ST 255 (uom=100 prec=0) Sun 09/18/2022 21:46:04 : [D2D EVENT ] Event [2B C6 5A 1] [OL] [255] uom=100 prec=0 Sun 09/18/2022 21:46:04 : [ 2B C6 5A 1] OL 255 (uom=100 prec=0) Sun 09/18/2022 21:46:04 : [D2D EVENT ] Event [2B C6 5A 1] [RR] [28] uom=25 prec=0 Sun 09/18/2022 21:46:04 : [ 2B C6 5A 1] RR 28 (uom=25 prec=0) Sun 09/18/2022 21:46:04 : [D2D EVENT ] Event [2C 12 29 1] [ST] [255] uom=100 prec=0 Sun 09/18/2022 21:46:04 : [ 2C 12 29 1] ST 255 (uom=100 prec=0) Sun 09/18/2022 21:46:04 : [D2D EVENT ] Event [2C 12 29 1] [OL] [255] uom=100 prec=0 Sun 09/18/2022 21:46:04 : [ 2C 12 29 1] OL 255 (uom=100 prec=0) Sun 09/18/2022 21:46:04 : [D2D EVENT ] Event [2C 12 29 1] [RR] [28] uom=25 prec=0 Sun 09/18/2022 21:46:04 : [ 2C 12 29 1] RR 28 (uom=25 prec=0) Sun 09/18/2022 21:46:04 : [D2D EVENT ] Event [3F F9 5C 1] [ST] [255] uom=100 prec=0 Sun 09/18/2022 21:46:04 : [ 3F F9 5C 1] ST 255 (uom=100 prec=0) Sun 09/18/2022 21:46:11 : [INST-TX-I1 ] 02 62 00 00 1A CF 13 00 Sun 09/18/2022 21:46:11 : [INST-ACK ] 02 62 00.00.1A CF 13 00 06 LTOFFRR(00) Any ideas? Thanks in advanced! Andy
-
larryllix - this solution worked perfectly! I was able to setup a 'program' icon on our MobiLinc to allow us to easily toggle the chime on/off. Plus, I'm able to set it off/on during dusk -> dawn (off automatically at sunset, back on at sunrise). Really simple, and elegant! WAF = 10/10
-
Thanks for all the input! For the record: I do NOT have a lighted-push-button