Jump to content

hart2hart

Members
  • Posts

    1710
  • Joined

  • Last visited

Everything posted by hart2hart

  1. I located the excellent wiki and read those steps. The item that was not clear was how would the ISY service on Eisy know the new IP address of the PG3x nodeservers. UD always does excellent planning and execution but I want to understand process so I can recover or take right steps if any issues occur.
  2. I’m planning to move from isy994 to eisy later this week and feel good about all instructions to get it done. @bpwwer I plan to move from PG3 on a Polisy to PG3x on the same eisy above. How do you make this migration including pointing to nodeservers at their new location?
  3. Thanks. I have a 500 series board. While researching other forum posts and install instructions for ISY FW yesterday, my draft plan is to upgrade to 500 as a step in the process of moving to 5.3.4.
  4. I'm taking steps to migrate from my trusty ISY (5.0.16C) and POLISY (PG3 current version) to eisy. As first step, I want to get blank eisy set up properly. I had UD Mobile installed when I plugged it in (ethernet cable first and then power) but UD mobile did not take me through the setup. IoX already installed so I connected to eisy via it and set time zone then did upgrade packages -- now at 5.6.0. Kind of glimpsing that UD Mobile may only guide one through setup if eisy is connected via Wi-Fi -- correct? Between update TPM and upgrade bios, do I need to perform either. I recall setting up TPM when I installed the POLISY. Do I need to do that for eisy? Do not remember reading anything on an updated bios but want to confirm. I'll be upgrading from ISY with 5.0.16C and 300 series z-wave board (two Schlage 300 deadbolts are only significant z-wave devices -- rest are just to get enough of a mesh to support them and mesh is nearly 100% effective). Moving from PG3 on POLISY (9 nodeservers) to PG3x on eisy. I'm also running isylink. Therefore, I've been looking at some of the step-by-step guides. Please let me know if you've used one of them and how it went or how you would update it. Thanks and looking forward to the holy grail of eisy in coming week or two! Paul
  5. As stated by others, we need more but… Program A can have an If for the time and be disabled. B could run the If of A.
  6. I feel like I’m missing something subtle but.. Have program B execute program A
  7. Very welcome and thank you for incredible support.
  8. I just upgraded to 1.0.11 and as usual checked log after upgrade. The following was in the in log and as you see said report this: 2023-04-11 12:09:06 error: NS: uncaughtException REPORT THIS!: ReferenceError: use_mosquittio is not defined at MqttClient.<anonymous> (/var/polyglot/pg3/ns/0021b900f1fd_8/node_modules/polyinterface-v3/lib/Interface.js:261:7) at MqttClient.emit (node:events:525:35) at TLSSocket.f (/var/polyglot/pg3/ns/0021b900f1fd_8/node_modules/once/once.js:25:25) at TLSSocket.onerror (/var/polyglot/pg3/ns/0021b900f1fd_8/node_modules/end-of-stream/index.js:44:12) at TLSSocket.emit (node:events:525:35) at emitErrorNT (node:internal/streams/destroy:151:8) at emitErrorCloseNT (node:internal/streams/destroy:116:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
  9. Hi Bob. The letter to button map follows: A - Open B - Favorite C - Close D - Up E - Down Thanks for your help. I've got everything working well!
  10. As always, you're correct. When I selected Control the 5 devices were available with switched On as the option. Shade Remote-A appeared to have been to close them. I could see it triggered in the program summary and the True time was registered in the program summary. Like you thought it did not know which or all shades were controlled. Just that Close had been pressed last. I don't anticipate using this feature, but time will tell -- glad it is an option. I talked with Lutron Tech Support about the App representation of the Shaded Remote and it is in the cloud. I changed which shades were controlled by the 1,2,3,4 buttons and it changed both in the app and when the physical remote button was pressed. He said he thought this would have been more "hard-wired" if I hadn't added the remote to the App. In fact, my physical programming of the remote to shade connection had been "lost" at some point since the Saturday install and all physical remote buttons were controlling all shades, so I fixed it without pulling ladder out to do button presses on the shades in second story windows!
  11. Thanks Bob, understood. I selected the remote in the Luron app and the virtual Open and Close buttons on the screen raised and lowered the shades. It appears that the app does emulate the button presses on the physical remote. I pressed the close button on the physical remote and following was in Caseta NS log when set at debug level. Created a program to trigger on any of the NS Remote -A to -F nodes but they were not available as a trigger item. 2023-04-03 12:25:30,527 Thread-2 udi_interface DEBUG remote:btn_on_callback: Button on was Press 2023-04-03 12:25:30,528 Thread-2 udi_interface.interface DEBUG interface:send: PUBLISHING {'command': [{'address': 'device2_3', 'cmd': 'DON'}]} 2023-04-03 12:25:30,547 Thread-2 udi_interface DEBUG remote:btn_on_callback: Button on was Release 2023-04-03 12:25:30,691 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message command 2023-04-03 12:25:30,693 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING command 2023-04-03 12:25:30,701 Thread-2 udi_interface.node DEBUG node:setDriver: device4:Great Room:Left Shade Reporting set ST to 100 to Polyglot 2023-04-03 12:25:30,703 Thread-2 udi_interface.node DEBUG node:reportDriver: Updating value to 100 2023-04-03 12:25:30,703 Thread-2 udi_interface.interface DEBUG interface:send: PUBLISHING {'set': [{'address': 'device4', 'driver': 'ST', 'value': '100', 'uom': 79}]} 2023-04-03 12:25:30,705 Thread-2 udi_interface.node DEBUG node:setDriver: device4:Great Room:Left Shade Reporting set OL to 0 to Polyglot 2023-04-03 12:25:30,706 Thread-2 udi_interface.node DEBUG node:reportDriver: Updating value to 0 2023-04-03 12:25:30,707 Thread-2 udi_interface.interface DEBUG interface:send: PUBLISHING {'set': [{'address': 'device4', 'driver': 'OL', 'value': '0', 'uom': 51}]} 2023-04-03 12:25:30,728 Thread-2 udi_interface.node DEBUG node:setDriver: device5:Great Room:Right Shade Reporting set ST to 100 to Polyglot 2023-04-03 12:25:30,730 Thread-2 udi_interface.node DEBUG node:reportDriver: Updating value to 100 2023-04-03 12:25:30,730 Thread-2 udi_interface.interface DEBUG interface:send: PUBLISHING {'set': [{'address': 'device5', 'driver': 'ST', 'value': '100', 'uom': 79}]} 2023-04-03 12:25:30,732 Thread-2 udi_interface.node DEBUG node:setDriver: device5:Great Room:Right Shade Reporting set OL to 0 to Polyglot 2023-04-03 12:25:30,733 Thread-2 udi_interface.node DEBUG node:reportDriver: Updating value to 0 2023-04-03 12:25:30,734 Thread-2 udi_interface.interface DEBUG interface:send: PUBLISHING {'set': [{'address': 'device5', 'driver': 'OL', 'value': '0', 'uom': 51}]} 2023-04-03 12:25:30,753 Thread-2 udi_interface.node DEBUG node:setDriver: device6:Great Room:Middle Shade Reporting set ST to 100 to Polyglot 2023-04-03 12:25:30,755 Thread-2 udi_interface.node DEBUG node:reportDriver: Updating value to 100 2023-04-03 12:25:30,755 Thread-2 udi_interface.interface DEBUG interface:send: PUBLISHING {'set': [{'address': 'device6', 'driver': 'ST', 'value': '100', 'uom': 79}]} 2023-04-03 12:25:30,757 Thread-2 udi_interface.node DEBUG node:setDriver: device6:Great Room:Middle Shade Reporting set OL to 0 to Polyglot 2023-04-03 12:25:30,758 Thread-2 udi_interface.node DEBUG node:reportDriver: Updating value to 0 2023-04-03 12:25:30,759 Thread-2 udi_interface.interface DEBUG interface:send: PUBLISHING {'set': [{'address': 'device6', 'driver': 'OL', 'value': '0', 'uom': 51}]} 2023-04-03 12:25:30,942 MQTT udi_interface.interface INFO interface:_message: Successfully set device4 :: ST to 100 UOM 79 2023-04-03 12:25:31,262 MQTT udi_interface.interface INFO interface:_message: Successfully set device5 :: ST to 100 UOM 79 2023-04-03 12:25:31,301 MQTT udi_interface.interface INFO interface:_message: Successfully set device4 :: OL to 0 UOM 51 2023-04-03 12:25:31,400 MQTT udi_interface.interface INFO interface:_message: Successfully set device5 :: OL to 0 UOM 51 2023-04-03 12:25:31,651 MQTT udi_interface.interface INFO interface:_message: Successfully set device6 :: OL to 0 UOM 51 2023-04-03 12:25:31,694 MQTT udi_interface.interface INFO interface:_message: Successfully set device6 :: ST to 100 UOM 79 2023-04-03 12:25:39,574 MQTT udi_interface.interface DEBUG interface:_message: QUEUING incoming message shortPoll 2023-04-03 12:25:39,576 Command udi_interface.interface DEBUG interface:_parseInput: DEQUEING shortPoll
  12. Thanks. Remote is https://assets.lutron.com/a/documents/085314.pdf Where would I look in logs to find information on remote you referenced? I just looked at remote again and I’d guess the 5 nodes might be groups 1,2,3,4, & All but without the additional action control buttons.
  13. Not sure why I asked as I just bought it... I knew I wanted it and that you would guide me through whatever I couldn't figure out. On to that LOL... I've got a 4 shade remote (has 10 buttons) and it shows up from nodeserver with 5 nodes named "Shade Remote - A" through "Shade Remote - F". Do you know how this might logically map to the physical remote. I was kind of expecting each of the 10 buttons on the remote show as a node for a total of 10 nodes. For example, my working plan was to press the "All Button" and then press the "Close or Open Button" via activating the represented node to open all or close all shades which I like because it mapped to the same logic as my old shades. I could go into more detail on why that's my desire but just know it would take advantage of logic already in place to open and close from my IR remote. Next step... As expected, my 3 shades each show as a node. Using the command mode in a scene supports open and close for each shade and can do the same from a program. As a workaround to above... To Open and Close all 3 shades at the same time, I'm guessing that an All Shades Open scene and an All Shades Closed scene (with all 3 shades included with right command state set) are equivalent to a program(s) that runs the open or close method on each shade in sequential order. Is that correct? What are good values for short and long poll?
  14. @bpwwer I installed 3 honeycomb shades today and as you described I have great control using Lutron’s 4 shade remote and the Lutron app with the Caseta Bridge. If I install the trial nodeserver, is it simple process moving to purchased app when I confirm desire to add ISY/Eisy control?
  15. @Goose66I realized that PLM was not registering the insteon device update so I did a restore PLM and all is working now -- sorry to have bothered you with it. Of course the PLM may need a replacement soon. I'll watch it. I prophylactically replaced the capacitators a couple years ago.
  16. @Goose66 I have the node server nodes in scenes with Insteon switches. I tap the switch and turn on light or fan.
  17. @Goose66I've been using the nodeserver since PG2 and moved to PG3 year or more ago on Polisy asnd its worked flawlessly. Updated to latest version of nodeserver in last week or 10 days. Today it will not control ceiling fan lights and fans. I've Restarted Bond puck restatrted the nodeserver Restarted ISY Following error occurs during nodeserver restart: 2023-03-17 07:41:06,627 MainThread udi_interface INFO bondns:run: Starting Bond node server... 2023-03-17 07:41:06,629 Interface udi_interface.interface INFO interface:_startMqtt: Connecting to MQTT... localhost:1888 2023-03-17 07:41:06,631 MainThread udi_interface.interface ERROR interface:_get_server_data: get_server_data: failed to read file server.json: [Errno 2] No such file or directory: 'server.json' Traceback (most recent call last): File "/var/polyglot/.local/lib/python3.9/site-packages/udi_interface/interface.py", line 480, in _get_server_data with open(Interface.SERVER_JSON_FILE_NAME) as data: FileNotFoundError: [Errno 2] No such file or directory: 'server.json' 2023-03-17 07:41:06,642 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'config': {'version': '3.1.13'}} 2023-03-17 07:41:06,680 MQTT udi_interface.interface INFO interface:_connect: MQTT Connected with result code 0 (Success)
  18. Thanks. Love what you’re doing with app. Look forward to seeing it sometime in the future.
  19. Javi, have you considered implementing presence using Bluetooth beacons? I implemented them with MobiLinc before moving to UD Mobile. Once power and interval settings were fine tuned they let me pick room I was located in for control.
  20. Same for me in zwave version with my sy and 300 series zwave board. Are you using zwave plus version? As I move to eisy, trying to decide if the original zwave version of locks work well with the zmatter board.
  21. Thanks. I’ll look at the wired power Serena line with Caseta control so I can leverage all that’s been done here. Before Insteon came back from the dead, I was looking at radio ra3 as long term replacement but that’s back burner for now.
  22. I want to explore Lutron honeycomb shades with good local control and ability to control via eisy/ISY. @bpwwer as you are node server royalty and appear to use these products, do you have suggestions? Are Serena Architectural Honeycomb Shades good product? I want good shades and good interface to control it. Does Radio ra2 factor in here for control as it was looking like next great thing from Lutron?
  23. I saw a posting by someone that Chris at UDI had located issue with the Schlage locks and it would be fixed in next release.
×
×
  • Create New...