
pjjameso
Members-
Posts
338 -
Joined
-
Last visited
Profile Information
-
Location
Great Falls, VA
-
Occupation
Retired
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
pjjameso's Achievements
-
From Grok it appears the appletv is very aggressive with cec. Just received the blocker and it works perfectly. Now I have consistent automation using the harmony elite remote.
-
Genius! Thanks so much just ordered a blocker. Will revert if it solves the issue.
-
Already off in appletv, lg overrides and turns on and off. Truly a pita…
-
You can but the LG turns it back on. Seems to be a known issue if you use eArc.
-
Thanks! Missed to right click to bring up the notes!
-
pjjameso started following ERV Air Testing Routine - Improvement Suggestions , AppleTV w LG Simplink Override , Not Able to Discover New Spoken Words and 1 other
-
The lg has simplink (CEC) which turns off/on the appleTV box. This makes it a pain in the *** when creating activities in the harmony elite. I currently have a work around by waiting 7 seconds after tv shutdown to turn it back on. Was wondering if a better solution would be to install the harmony NS and write a program that tests for the power state of the appletv and if off turn on. Will I be able to accomplish this with the NS? BTW you cannot disable simplink and have it stick if you are using earc.
-
Added the spoken word to new scenes in the portal. The NS sees all the original devices/scenes but none of new devices with their spoken words. Yes, restarted the admin console several times.
-
@Jimbo.Automates Decided to add a couple of commands to Harmony Elite remote however I cannot get the new spoken words in the portal to be seen by the NS. Been awhile since I have configured what am I missing in the process? Have deleted and reinstalled to no avail. Harmony shows the VUE and there aren't any errors in the log.
-
Noticed a few topics on the forum relating to font size not sticking on multiple logins. Has anyone found a work around so I dont have to keep selecting a larger font and then restarting the console?
-
ERV Air Testing Routine - Improvement Suggestions
pjjameso replied to pjjameso's topic in IoX Program Support
Think it may be working now for god only knows why. Just using two programs, a timer and a test. Copied below for info. Thanks for the help Airthings Timer - [ID 003E][Parent 0030][Run At Startup] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat Every 1 hour Run Program 'Airthings AQ Test' (If) Else - No Actions - (To add one, press 'Action') Airthings AQ Test - [ID 003F][Parent 0030] If 'Airthings Controller / Main Level' CO₂ Level <= 775.0 PPM And 'Airthings Controller / Main Level' VOC <= 225.0 Then Set 'ERV' On Wait 15 minutes Set 'ERV' Off Else Set 'ERV' On -
ERV Air Testing Routine - Improvement Suggestions
pjjameso replied to pjjameso's topic in IoX Program Support
I cant get these programs to work at all. It seems like the timer program will not execute the aq test if statement as the variable show last updated friday night. Weird as i have changed the timer to every 2 minutes for the test. Thinking there might be a bug in the 4.91 where commands following a repeat are not executed. Of course it could be Im just missing something obvious. Thanks for the help -
ERV Air Testing Routine - Improvement Suggestions
pjjameso replied to pjjameso's topic in IoX Program Support
Thanks, tried that and even recreated original program and couldn’t get it to work. -
I just moved from Polisy to Eisy and one of my programs stopped working. Had to break it into 3 programs to get it back up and running which seems very inefficient. Looking for some help on improving the routine. Basic idea is when air quality is good just run the ERV for 15 min each hour. If the quality if above the thresholds run the ERV continuously until they return to normal and then resume the 15 min routine each hour. Here is what I currently am using. Airthings Timer - [ID 003E][Parent 0030][Run At Startup] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat Every 1 hour Run Program 'Airthings AQ Test' (If) Else - No Actions - (To add one, press 'Action') Airthings AQ Test - [ID 003F][Parent 0030] If 'Airthings Controller / Main Level' CO₂ Level <= 775.0 PPM And 'Airthings Controller / Main Level' VOC <= 225.0 Then $sAirThings = 1 Else $sAirThings = 0 Airthings AQ Normal - [ID 006D][Parent 0030] If $sAirThings is 1 Then Set 'ERV' On Wait 15 minutes Set 'ERV' Off Else Set 'ERV' On
-
Any suggestions on how to improve process would be appreciated. Not an expert at programing by any means, more like try, fail, try again, rinse and repeat!
-
Okay, no idea why it worked on Polisy perfectly as one program, but to get it working on Eisy had to break into 3 programs. Issue solved so far... Airthings Timer - [ID 003E][Parent 0030][Run At Startup] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat Every 1 hour Run Program 'Airthings AQ Test' (If) Else - No Actions - (To add one, press 'Action') Airthings AQ Test - [ID 003F][Parent 0030] If 'Airthings Controller / Main Level' CO₂ Level <= 775.0 PPM And 'Airthings Controller / Main Level' VOC <= 225.0 Then $sAirThings = 1 Else $sAirThings = 0 Airthings AQ Normal - [ID 006D][Parent 0030] If $sAirThings is 1 Then Set 'ERV' On Wait 15 minutes Set 'ERV' Off Else Set 'ERV' On