Jump to content

hart2hart

Members
  • Posts

    1699
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hart2hart's Achievements

Advanced

Advanced (5/6)

260

Reputation

14

Community Answers

  1. Thanks. I’ll try to pay a bit of attention to it and report to them if they are mixing it up.
  2. Thanks @bpwwer . So that I'm clear, are you describing when I restarted the eISY that the plugin requested data to populate fields and that WeatherFlow responded with the NC rainfall? EDIT: My plugin config is for local but it reported the NC amount. Does that mean on restart that it got remote data to populate fields (NC)but that data should have been updated with local data?
  3. Thank you @Goose66 for updates to Schlage and EnvisLink-DSC plug-ins. Now unlocking the door can use a code to disarm security. Great when you have your hands full coming into the house! Using Entry Delay worked great to trigger Force Update instead of lowering short poll which would potentially cause issues.
  4. What node are you calling NC? I only see/have Daily Rain in eISY. Do you have NC rain enabled in the WeatherFlow Tempest app? I do not have NC enabled. We have lots of highly scattered storms here in middle Tennessee, so NC is often off since it averages around you -- manual rain gauge verified that at Tempest haptic station readings are much closer most of the time. I get a daily message (right after midnight) with rainfall from previous day that I use to decide whether to run sprinklers the next day. Yesterday's rainfall message looked lower than recalled from glance during a hard pop-up rain event. Looked back and sure enough it was the NC amount and not the local at the station amount. Is this what you are describing? That said, maybe WeatherFlow have decided to always substitute it, or they have done it accidently. EDIT: I restarted the eISY a couple times yesterday working on a ZWave issue and it was well after the rainfall. Is this suggesting plugin may have picked up the NC amount after the restart even though we don't have NC enabled?
  5. @Goose66 , this is fantastic! It worked as wanted and expected! Following are two test programs that uses Schlage Encode opening to disarm DSC Security system via your very own EnvisaLink-DSC. Garage:Entry Delay Disarm With Schlage Code - Catches Entry Delay so it can Force Update If 'Security System / Security System:Partition' Partition State is Entry Delay And 'Security System / Zone:Interior Garage Door' Zone State is Open Then Set 'Garage / Garage Door' Force Update Garage:Internal Deadbolt Unlocked By User 1 - Catches user that opened Schlage deadbolt so we can use their code to disarm alarm panel* If 'Garage / Garage Door' Last Access Code Used is '$Security_Code_User_1_I User Number' Then Set 'Security System / Security System:Partition' Disarm USER CODE* *Now that part about disarming with user code of person that opened Schlage Encode deadbolt takes us back a couple years to a request for EnvisalLink-DSC. https://forum.universal-devices.com/topic/41353-disarm-with-multiple-codes/ So as not to break for anyone, could we set if USER CODE is not supplied it continues to use the one in the params? Again, thank you!
  6. Great! I'll try it out when it shows up to install.
  7. hart2hart

    3.3.15

    I’ve upgrade a couple times and its still say I need to upgrade to 3.3.15. No big deal... just wanted to let you know.
  8. @Goose66 , I contacted the pyschlage library creator David Knowles via email about needing Python 3.11 support. He asked me to enter an issue in GitHub. I did and a couple hours later he marked it as closed and I can see activity on it. It’s issue 259 here https://github.com/dknowles2/pyschlage/issues/259. Once this is officially a release, can we explore options we discussed in this thread?
  9. Just updated to 5.9.1. It took 10-15 minutes and then rebooted. I waited several more minutes and then connected with AC. No issues after connect so far. Thanks UD
  10. Still going. It appears that water hammer feature only works for a Rachio Schedule and not individual zones like I posted above. I’ll work with node server author to see if we can expand it to send a schedule or to execute a schedule stored in Rachio. I can watch for irrigation on to potentially grab the water usage via Flume.
  11. I located Rachio Minimize Water Hammer setting that open next valve about 10 seconds before closing. I’ll do some adjustments and testing to confirm the feature has impact when using API vs their schedule feature.
  12. I tested and confirmed that Rachio irrigation controller will only let one zone be On at a time. Therefore, I removed the zone Off commands as it turns off last zone when turning on the next zone.
  13. Thanks @IndyMike and @dbwarner5. Paul
  14. Thanks for your insights and feedback. 1. I'm using that to show process, and I plan to have multiple variables that are calculated and adjusted by a program before this program runs. 2. It is municipal water.
  15. @IndyMike Thanks for helping me understand it does not have to look so odd. Does the following look right? I've updated it down to the point of the Zone called Front Left and for readability here I've added color coding and line breaks to clarify what is required for each zone: On Set minute counter Repeat loop for timing Off Irrigation:Entire Yard If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then $Water_Today_Start_I = 'Flume Water / FlumeWater / Flume Sensor' Today US gallons Set 'Yard / Yard:Front Mulch Beds' Start '$Irrigation_Run_Minutes_I Minutes' $Minute_Counter_I = $Irrigation_Run_Minutes_I Repeat While $Minute_Counter_I > 0 Wait 1 minute $Minute_Counter_I -= 1 Repeat 1 times Set 'Yard / Yard:Front Mulch Beds' Start 0.0 minutes Set 'Yard / Yard:Front Right' Start '$Irrigation_Run_Minutes_I Minutes' $Minute_Counter_I = $Irrigation_Run_Minutes_I Repeat While $Minute_Counter_I > 0 Wait 1 minute $Minute_Counter_I -= 1 Repeat 1 times Set 'Yard / Yard:Front Right' Start 0.0 minutes Set 'Yard / Yard:Front Left' Start '$Irrigation_Run_Minutes_I Minutes' $Minute_Counter_I = $Irrigation_Run_Minutes_I Repeat While $Minute_Counter_I > 0 Wait 1 minute $Minute_Counter_I -= 1 Repeat 1 times Set 'Yard / Yard:Front Left' Start 0.0 minutes Wait 1 minute Set 'Yard / 2Yard:Back Fountain Driveway' On Wait 25 minutes Repeat 1 times Set 'Yard / 2Yard:Back Fountain Driveway' Off Wait 1 minute Set 'Yard / 2Yard:Back Front Left' On Wait 25 minutes Set 'Yard / 2Yard:Back Front Left' Off Wait 1 minute Set 'Yard / 2Yard:Back Front Right Center' On Wait 25 minutes Set 'Yard / 2Yard:Back Front Right Center' Off Wait 1 minute Set 'Yard / 2Yard:Back Center Left' On Wait 25 minutes Set 'Yard / 2Yard:Back Center Left' Off Wait 1 minute Set 'Yard / 2Yard:Back Center Right' On Wait 25 minutes Set 'Yard / 2Yard:Back Center Right' Off Wait 1 minute Set 'Yard / 2Yard:Back Rear Left' On Wait 25 minutes Set 'Yard / 2Yard:Back Rear Left' Off Wait 1 minute Set 'Yard / 2Yard:Back Rear Right' On Wait 25 minutes Set 'Yard / 2Yard:Back Rear Right' Off Wait 1 minute Set 'Yard / 2Yard:Front Mulch Beds' Off Set 'Yard / 2Yard:Front Right' Off Set 'Yard / 2Yard:Front Left' Off Set 'Yard / 2Yard:Back Fountain Driveway' Off Set 'Yard / 2Yard:Back Front Right Center' Off Set 'Yard / 2Yard:Back Front Left' Off Set 'Yard / 2Yard:Back Center Right' Off Set 'Yard / 2Yard:Back Center Left' Off Set 'Yard / 2Yard:Back Rear Right' Off Set 'Yard / 2Yard:Back Rear Left' Off Wait 5 minutes $Water_Today_End_I = 'Flume Water / FlumeWater / Flume Sensor' Today US gallons $Water_Today_Difference_I = 0 $Water_Today_Difference_I += $Water_Today_End_I $Water_Today_Difference_I -= $Water_Today_Start_I Send Notification to 'JPaulText' content 'Irrigation Log Data' Else - No Actions - (To add one, press 'Action')
×
×
  • Create New...