Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

atmarosi

Members
  • Joined

  • Last visited

Everything posted by atmarosi

  1. Get a IO Linc - this will act as a controllable relay as an insteon node. You can then set it to be latching in the settings, connect the NO and COMM wires to the control behind the rocker switch on the awning and it should connect the two points activating the switch on your behalf.
  2. I usually throw breaker. Then un do all the wire nuts and separate the romex lines. Then turn power back on and see where the real hot is. Either a non-contact stick or multi meter is your friend to find the input of the hot. then you can wire it back up more that you know which is bring in the power. Continuity tester on the multi meter can help identify where the lines are going.
  3. Three ways via Insteon are really simpler than a traditional three way - have one Insteon switch actually control the load. Then just power up the other Insteon switch and link it to the other switch. If you want to you can also create a scene and use that instead of the linking process on the switch itself. If you want to use the KPL just power it up - I'm guessing the red wire was the traveler so you won't use that - and assuming you have a real hot and neutral where you have the KPL shown you can create the scene, put both switches in it and control the load on the paddle switch.
  4. Try telnetting to that DDNS and port to see if you are in fact getting to the rachio - but from the outside...
  5. Assuming it has a REST API you can make Network Resources on the ISY itself for each on/off. Call the ON URL for it to close the contact and apply power across that relay. Then after your desired time - call the OFF URL for it to open the contact - removing power. Another option I've seen that is fully featured and in the same vein: Ethernet Relay Boards: Ethernet Relay Board and modules from Denkovi A E LTD
  6. Just look at the label on the switch?
  7. atmarosi replied to ryarber's topic in Insteon
    Hard to say without looking at it. Sometimes they just make it a switch leg with just the hot coming to the switch…sometimes they bring it all to the switch.
  8. atmarosi replied to ryarber's topic in Insteon
    Micro module and FanLinc requires Neutral. you will need more wires to complete - but the rest would work….
  9. I would reset it and re-link/join to the PLM
  10. Via Postman you should be able to test the same way the PG3 is trying to connect to the Bond API locally…
  11. 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?
  12. 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).
  13. 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
  14. 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….
  15. 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.
  16. 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!
  17. Opening ticket with UDI.. Thanks ya'll!
  18. Using the switch i've been using for testing here's its links next to the PLM address; seems kosher.....
  19. 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....
  20. 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?
  21. 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...
  22. 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?
  23. Sigh.....i'm blind...tunnel vision strikes again! lol - next time i'll remember it for sure!

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.