
hart2hart
Members-
Posts
1690 -
Joined
-
Last visited
Everything posted by hart2hart
-
Where did pdf file go ?
-
I agree. You can do so much in Favorites to make it look for natural.
-
Thanks for posting your variable method! Based on it, I updated to use variables thus avoiding any issues with enabled and disabled programs. The real lighting change programs are only executed when the State variable Outside_Lux_Level is changed. ----------------------------------------------------------------------------------- Lux Light Control:Level 1 - [iD 00EC][Parent 00E0] If 'WeatherFlow / Sky' Illumination < '$Outside_Lux_Step_A_I Lux' Then $Outside_Lux_Level = $Outside_Lux_Level_Dark_I Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- Lux Light Control:Level 2 - [iD 00EB][Parent 00E0] If 'WeatherFlow / Sky' Illumination >= '$Outside_Lux_Step_A_I Lux' And 'WeatherFlow / Sky' Illumination <= '$Outside_Lux_Step_B_I Lux' Then $Outside_Lux_Level = $Outside_Lux_Level_Dead_Band_1_I Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- Lux Light Control:Level 3 - [iD 00E8][Parent 00E0] If 'WeatherFlow / Sky' Illumination > '$Outside_Lux_Step_B_I Lux' Then $Outside_Lux_Level = $Outside_Lux_Level_Light_1_I Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- Lux Light Control:Lights Off - [iD 00E5][Parent 00E0] If $Outside_Lux_Level is $Outside_Lux_Level_Light_1_I Then Run Program 'Outside Lighting:Front Yard and Driveway' (Else Path) Else - No Actions - (To add one, press 'Action') ----------------------------------------------------------------------------------- Lux Light Control:Lights On - [iD 00E6][Parent 00E0] If $Outside_Lux_Level is $Outside_Lux_Level_Dark_I Then Run Program 'Outside Lighting:Front Yard and Driveway' (Then Path) Else - No Actions - (To add one, press 'Action') Lux Step Variables initially set to below: Outside_Lux_Step_A_I = 100 Outside_Lux_Step_B_I = 200
-
During the winter we get some long cold dark dreary and stormy days, but I have historically only turned outside lights on with sunset times. Decided to at least for academic exercise turn same lights on and off with Lux values coming from the WeatherFlow/Tempest plugin. The major issue that came to mind was when the illumination value changes (possible every 15 seconds as I've got WF set to Power Save mode for mind but by observation appears Lux update once a minute) to prevent repeatedly turning lights on or off. What do you think of the following couple programs as a starting point? My logic is they disable themselves and enable other to support on and off cycle. Also, feels like I need a startup program to get in them sync but would that naturally happen with first Lux value update from WF. On second thought probably need to enable both at startup in case of long power failure and wrong program is disabled -- thoughts? Lux Light Control:Lights On If 'WeatherFlow / Sky' Illumination <= '$Outside_Lighting_LUX_On_I Lux' Then Disable Program 'LUX Light Control:Lights On' Run Program 'Outside Lighting:Front Yard and Driveway' (Then Path) Enable Program 'LUX Light Control:Lights Off' Else - No Actions - (To add one, press 'Action') Lux Light Control:Lights Off [Not Enabled] as it was first run in full daylight If 'WeatherFlow / Sky' Illumination >= '$Outside_Lighting_LUX_Off_i Lux' Then Disable Program 'LUX Light Control:Lights Off' Run Program 'Outside Lighting:Front Yard and Driveway' (Else Path) Enable Program 'LUX Light Control:Lights On' Else - No Actions - (To add one, press 'Action') Variables initially set to: Outside_Lighting_LUX_Off_i = 100 Outside_Lighting_LUX_Off_i = 200
-
I suggest you enter a support ticket.
-
Thank you.
-
I use the Backup plugin. To confirm, can I reinstall plugins individually but not Backup until it’s updated?
-
I think you need to execute this: chmod +x setup_nvme_boot.sh Confirm I’m recalling that rightbefore doing it.
-
Does one of the setup commands describe itself as making the script file an executable file?
-
Try it as setup_nvme_boot.
-
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.
-
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.
-
Thank you. Saved me from pulling it apart two times or ordering both and returning wrong one.
-
@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?
-
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!
-
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
-
@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.
-
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.
-
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].
-
It does. I adopted use of it when I migrated to eISY with node servers and away from nodelink.
-
Are there reasons not to use the timedata node server? I use day of month from it as trigger in a few programs.
-
If I understand, The timedata node server has day of month.
-
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')