Jump to content

pjjameso

Members
  • Posts

    329
  • 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

Advanced

Advanced (5/6)

23

Reputation

4

Community Answers

  1. 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
  2. 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
  3. Thanks, tried that and even recreated original program and couldn’t get it to work.
  4. 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
  5. 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!
  6. 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
  7. @Jimbo.Automates Would it be possible to add the PM 1.0 and 2.5 measurements to the nodeserver? 2025-02-14 12:25:25.689 Thread-32 (handler_poll) udi_interface WARNING Sensor:query: Unknown param pm1=2.0 2025-02-14 12:25:25.689 Thread-32 (handler_poll) udi_interface WARNING Sensor:query: Unknown param pm1=2.0 2025-02-14 12:25:25.689 Thread-32 (handler_poll) udi_interface WARNING Sensor:query: Unknown param pm25=2.0 2025-02-14 12:25:25.689 Thread-32 (handler_poll) udi_interface WARNING Sensor:query: Unknown param pm25=2.0
  8. Thank you much! Timer - [ID 003E][Parent 0030] If - No Conditions - (To add one, press 'Schedule' or 'Condition') Then Repeat Every 1 hour Run Program 'Airthings AQ Normal' (If) Else - No Actions - (To add one, press 'Action') Airthings AQ Normal - [ID 006D][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
  9. So migrated to Eisy after bricking my Polisy with the upgrade. All seems to be working except for one program which I cant figure out why. The program shows green which means the If statement is true but the ERV doesnt turn off after the 15 min wait period. Any thoughts? Airthings AQ Normal - [ID 006D][Parent 0001] If 'Airthings Controller / Main Level' CO₂ Level <= 775.0 PPM And 'Airthings Controller / Main Level' VOC <= 225.0 Then Repeat Every 1 hour Set 'ERV' On Wait 15 minutes Set 'ERV' Off Else Set 'ERV' On
  10. Quick question, does my zwave internal board mount internally in eisy or do I need the external enclosure?
  11. Wired…. 300$ upgrade to eisy for me unfortunately.
  12. Router shows online, and I can ping. Ioxfinder shows it but version is blank.
  13. Well count me in as to a possibly bricked Polisy. Watched the upgrade on mobile app complete to 100%. Unable to reboot via 5 button presses so pulled the plug but not no beeps only far left light is on. Any thoughts on what to try at this point? Probably the quickest fix is to buy an Eisy!
  14. The interesting point is the buttkicker has never changed to another device in the then statement. It’s just the device in the join action. Wonder how the set device is locked but the join is not, could it be due to the apostrophe? Maybe I should loan you a couple of Sonos units!
×
×
  • Create New...