Jump to content

hart2hart

Members
  • Posts

    1710
  • Joined

  • Last visited

Everything posted by hart2hart

  1. I think you need to execute this: chmod +x setup_nvme_boot.sh Confirm I’m recalling that rightbefore doing it.
  2. Does one of the setup commands describe itself as making the script file an executable file?
  3. Try it as setup_nvme_boot.
  4. Thanks. I had a Zwave vent for a few years that worked great but the vent zwave board failed and I then found the company stopped producing and supporting vents. Kept thinking someone would enter space with a product. I’ve been considering inline damper or dumb vent but waiting to see if something else would develop. Guess not so they’re up to bat.
  5. Are there Insteon devices, Zwave or a mixture in the scene? Insteon scenes are stored in the devices so its make no sense a migration would cause the issue with them.
  6. Thank you. Saved me from pulling it apart two times or ordering both and returning wrong one.
  7. @Michel Kohanim and others in the know. I want the best performance to cover my 18 node servers or should I say plugins. Just saw your article about replacing internal eISY drive with high performance NVME SSD. I'm all in and am going to opt for the WD Black linked in article. Will we benefit getting version with attached heatsink and if so, will it fit in case?
  8. Thanks @gzahar. I deleted and re-added NS which changed layout in eISY which I'm sure is better in the long run and I hadn't created any programs at this point. However, the problem was installer or maybe I disabled (or it was default setting) the motion sensor during install. I looked at Menu on wall button, but it didn't list motion sensor as an option. Quick google search located following video that described turning motion sensor on via the Light option. Motion sensor now turned on and motion auto turns on GDO light with motion (I'd prefer to be able to control that action with a program so I'll look further but okay either way). Ratgdo is now recording motion for both status and events! Thanks again for the update @Goose66!
  9. For motion testing with 3.2.5, I created following programs to catch based on motion event and motion status. I walked past the motion sensors on keypads and they appear to react to me by display and backlight changes. However, neither program become True. I didn't delete and re-add the nodes or openers after the NS upgrade, should I? Test GDO Motion Event If 'Garage / Garage:Paul Garage Door' is switched Motion Then - No Actions - (To add one, press 'Action') Else - No Actions - (To add one, press 'Action') Test GDO Motion Status If 'Garage / Garage:Paul Garage Door' Motion is Detected Then - No Actions - (To add one, press 'Action') Else - No Actions - (To add one, press 'Action') I will PM the log package
  10. @macjeff, it appears you may be the only user of this node server. Are there any other users and or the node server developer @automationgeek Is the node server working well? Do you need a puck as an interface/bridge if you would only be controlling the vents from the eISY? From Flair site it appears so but want to confirm its usage with node server. Saw one mention of setting puck in gateway mode. I don't want it sending its own signals just relaying what I would send from eISY. For a first use case I have a media closet that gets warm so I want to open for air conditioning in warmer months but close the vent in winter as equipment has enough heat of its own. I do this now with a calendar reminder to open and close vent in spring and fall. Was thinking this use case could be a test to determine if I'd expand it.
  11. Thanks again and MyQ! is gone. Did you decide not to charge for ratgdo plugin? I'd gladly purchase and or make a contribution for all your work on it.
  12. Thank you, @Goose66 I just install 3.25 and see motion. I’ll text it in the next few days for both state and event. Thank you! PS I’ve removed all usage of the myQ nodes so do I just delete the node server to let it RIP[emoji23].
  13. It does. I adopted use of it when I migrated to eISY with node servers and away from nodelink.
  14. Are there reasons not to use the timedata node server? I use day of month from it as trigger in a few programs.
  15. If I understand, The timedata node server has day of month.
  16. In case anyone is interested, this is what is running now: HVAC:Monitor All Heat and Cool_Run At Startup - [Run At Startup] If Time is Last Run Time for 'HVAC:Monitor All Heat and Cool_Run At Startup' + 1 hour Then Run Program 'HVAC:Monitor Game Room Cool On' (If) Run Program 'HVAC:Monitor Game Room Heat On' (If) Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- HVAC:Monitor Game Room Cool On If 'Game / Game Thermostat' Heat/Cool State is Cooling Then $HVAC_GameRoom_Start_Tempature_I = 'Game / Game Thermostat' Temperature °F $HVAC_GameRoom_Start_Tempature_I += 1 Enable Program 'HVAC:Monitor Game Room Cool_NE' Else Disable Program 'HVAC:Monitor Game Room Cool_NE' ----------------------------------------------------------------------------------- HVAC:Monitor Game Room Cool_NE -[Not Enabled] If 'Game / Game Thermostat' Temperature > '$HVAC_GameRoom_Start_Tempature_I Fahrenheit' Then Send Notification to 'JPaulText' content 'Cool On But Temperature Is Rising' $HVAC_Issue_GameRoom_Cool = 1 Wait 10 seconds $HVAC_Issue_GameRoom_Cool = 0 Else - No Actions - (To add one, press 'Action') Set and clear variables is so that Alexa can announce ----------------------------------------------------------------------------------- HVAC:Monitor Game Room Heat On If 'Game / Game Thermostat' Heat/Cool State is Heating Then $HVAC_GameRoom_Start_Tempature_I = 'Game / Game Thermostat' Temperature °F $HVAC_GameRoom_Start_Tempature_I -= 1 Enable Program 'HVAC:Monitor Game Room Heat_NE' Else Disable Program 'HVAC:Monitor Game Room Heat_NE' ----------------------------------------------------------------------------------- HVAC:Monitor Game Room Heat_NE - [Not Enabled] If 'Game / Game Thermostat' Temperature < '$HVAC_GameRoom_Start_Tempature_I Fahrenheit' Then Send Notification to 'JPaulText' content 'Heat On But Temperature Is Falling' $HVAC_Issue_GameRoom_Heat = 1 Wait 10 seconds $HVAC_Issue_GameRoom_Heat = 0 Else - No Actions - (To add one, press 'Action')
  17. I have this HW setup. I have the Envisalink company monitor via IP and also have their sidekick device that backs that up with cellular.
  18. I have a 2 zone HVAC system controlled by a Honeywell HZ322 zone panel including a DAT sensor (DATS). If the DATS (or potentially the HZ322) goes bad, the system may indicate heating (or cooling) but the temperature will continue to fall (or rise with cooling). This just happened to me in the very cold weather as my DATS failed after we went to bed, and it just got colder until the shivering woke me up I knew a little bit about how to troubleshoot the HVAC system and was able to disable the DATS through the HZ322 panel. The system has been running for almost a week and a half just fine. The major issue was the internal temperatures dropped several degrees quickly as the outside temp was around -10 F. It took the HVAC system many hours to catch up and replace the heat in the air, floors, walls, and materials. It would have been so much better to have caught it sooner. I wrote the following programs that would work in conjunction with the VenstarCT node server to catch situations of Heating but inside temperature is falling and Cooling but inside temperature is rising. It feels like it was too easy so can great forum members provide insights of what I've missed. Heat programs. First one should trigger when heat comes on and grab current temperature (may also INIT variable too for possible mid cycle restarts) and enable the Heat Monitor program to see if temperature falls any way (realize I may have to give one degree leeway to prevent false alerts but will start here). When the state is no longer heating it disables the monitor program. I will add a run at startup program for reboots to ensure the monitor program is in proper enabled state. Great Room:Heat On If 'Great / Great Thermostat' Heat/Cool State is Heating Then $HVAC_GreatRoom_Start_Tempature_I = 'Great / Great Thermostat' Temperature °F Enable Program 'Great Room:Heat Monitor_NE' Else Disable Program 'Great Room:Heat Monitor_NE' Great Room:Heat Monitor_NE - [Not Enabled] If 'Great / Great Thermostat' Temperature <= '$HVAC_GreatRoom_Start_Tempature_I Fahrenheit' Then Send Notification to 'JPaulText' content 'Heat On But Temperature Is Falling' Else - No Actions - (To add one, press 'Action') Cool Programs. Same construct but obviously opposite direction. Great Room:Cool On If 'Great / Great Thermostat' Heat/Cool State is Cooling Then $HVAC_GreatRoom_Start_Tempature_I = 'Great / Great Thermostat' Temperature °F Enable Program 'Great Room:Cool Monitor_NE' Else Disable Program 'Great Room:Cool Monitor_NE' Great Room:Cool Monitor_NE - [Not Enabled] If 'Great / Great Thermostat' Temperature >= '$HVAC_GreatRoom_Start_Tempature_I Fahrenheit' Then Send Notification to 'JPaulText' content 'Cool On But Temperature Is Rising' Else - No Actions - (To add one, press 'Action')
  19. @Goose66 It was my garage based access point rebooting.
  20. I opened and closed both doors. Doors listed as Closed and Lights On then Off. Less than 20 minutes later, all status are Unknown.
  21. Thanks. Do you think they’re going offline as in WiFi dropped or power lost? Suggestion on how can I monitor?
  22. @Goose66 After some amount time the Garage Door Opener Door State and Lockout Status are becoming Unknown. The Light Module Status is doing the same.
  23. I just installed and discovered two ratgdos on Chamberlin Security 2.0+ doors. I can control both doors and lights. However, I was very surprised that I didn't have to learn the ratgdo as a controller in the rolling code scheme -- they just worked first try. How did this happen? The value of Obstruction is "Clear" for one door and "Unknown" for other door after multiple open/close cycles. Does this mean I've not got good contact on the black sensor wire?
  24. Upgraded to 13.2p9. Thanks Michel and UDI team!
  25. When I disarmed the security system this morning, I could see something was not right. I have an 8 button insteon keypad by the alarm panel and the Hot Water recirculating pump button did not light up. I turn the pump off when security is armed away and security stay. Disarming the alarm should have turned it on. On rare occasions the Insteon message would get lost, but I had created the program with automatic resends to the keypad about 15 seconds apart. Also created a program that looks at status every 30 minutes as a fail-safe. Walked to counter and picked up my phone to see texts that devices can't communicate to cloud (Flume, Ring, and Envisalink among them). Turns out the cable modem lost connection last night. I rebooted it and saw texts for things being back online and confirmed it was good. With that fixed, I looked at the Hot Water Pump issue. First thing I looked at was the Envisalink node server which was showing online for about 17 minutes which is about the time since I left the equipment rack from restarting cable modem. Could it be that even though the Envisalink device is local control that if the sidekick cellular backup is invoked that the Envisalink will stop communicating locally via wired IP? I'll likely enter an issue with them but wanted to seek any knowledge and advice from other users using same tech as me.
×
×
  • Create New...