Jump to content

pjjameso

Members
  • Posts

    338
  • Joined

  • Last visited

Everything posted by pjjameso

  1. Thanks Mr Bill, will break into two programs as suggested
  2. Have the following program to set a scene on if the time is after 5PM to sunrise. For some reason scene is always active no matter the time of day. So what am i doing incorrectly? Alarm Entrance Delay - [ID 0023][Parent 0001] If From 5:00:00PM To Sunrise (next day) And 'ELK / Jameson' Alarm Status is Entrance Delay is Active Then Set 'Welcome Home' On Else - No Actions - (To add one, press 'Action')
  3. Success! Thank to everyone and Merry Christmas.
  4. Im in!.... Directions to follow?
  5. Havent done it with ISY/Polisy but have used Putty previously. I have both the ip and port for the Polisy. When i open Putty and start session with 192.168.4.6 and 8080 i just have a green mark without any other characters....followed by 'remote side unexpectedly closed network connection' Next step?
  6. Thank you….of course I’m a neophyte and don’t know how to execute sudo or where to find the update package…
  7. I have initiated the upgrade packages, AC shuts down, Polisy left light remains on, Isy still controlling everything. Pulled power after about 15 min, Polisy boots up, one beep, left light on and all devices controllable yet still on 5.4.5. Thoughts on how to upgrade?
  8. Okay, issue solved but will leave write up below in case it helps someone. The issue for me was I was trying to set and query the parameter on the main page... one would think this would work but it does not. I was able to set and query the parameters by right clicking on the first node, selecting zwave, set configuration parameters. The set and query function worked perfectly from there.... So would assume this is a bug?? BTW the 5-60 in parameter 3 is in minutes. ------------------------------------------------------------------------------------------ Have installed a ZWave switch for my well pump. All is working correctly and Polisy added the device with no issues. I just have a few questions as to how in Polisy to set the parameters.... or at least they dont seem to stick. If I query a parameter 1-3 shouldnt Polisy return the value? I doesnt seem to do anything. Next assuming, dangerous, that when i select a parameter eg 1 and set the value to 0, I press Set Configuration, and then Write Changes, correct? If i then query parameter 1 it does not show the value that I set.... Also Polisy showing for each Parameter it is 1 Byte (Unsigned). I was under the impression you need 4 Bytes for an integer? A bit out of my depth of understanding at this point. Any help would as always be appreciated. The manual says it supports the following Association Command Class (3 Groups) Group 1 supports Lifeline, Basic Report Group 2 supports Basic Set and is controlled with the load load Group 3 support Basic Set and is controlled by pressing the Programming button Each Association Group supports 5 total nodes. Parameter 1: Product State after Power Reset Product State after Power Reset The following option values may be configured -: Value Description 0 Return to last state 1 Return to off 2 Return to on The manufacturer defined default value is 0 (Return to last state). This parameter has the configuration ID config_1_1 and is of type INTEGER. Parameter 2: Energy Report Mode Energy Report Mode The following option values may be configured -: Value Description 0 Once monthly 1 Reports based on Parameter 3 setting 2 Once daily The manufacturer defined default value is 0 (Once monthly). This parameter has the configuration ID config_2_1 and is of type INTEGER. Parameter 3: Energy Report Frequency Energy Report Frequency Values in the range 5 to 60 may be set. The manufacturer defined default value is 5. This parameter has the configuration ID config_3_1 and is of type INTEGER 14285-1_spec.pdf
  9. That fixed it!! Thanks again!
  10. Still no go, Now returns: node[141766_11]
  11. I posted a specific question in the Vue forum but have just a general question on node values. Im able to write condition statements that test the value in of a node in a program and then act upon that value. For the life of me Im unable to figure out how to use that value in a pushover message or to have it update a variable. My specific case is that I can see the value in polyglot and have tried the following but it just returns a blank value. ${sys.node.n001.141766_11.CPW} Pushover response is: node[n001] Thoughts?
  12. I went with the three program solution... Thank you both very much for the suggetions. MBR Aux Heat Sense - [ID 0065][Parent 0064] If 'Emporia / Vue 2 L / L11 MBR Furnace' Killowatts > 5.0000 kW Then $sMBR.Aux.On = 1 Else $sMBR.Aux.On = 0 MBR Aux Heat On - [ID 0061][Parent 0064] If $sMBR.Aux.On is 1 Then Set 'Notification Controller / Service Pushover polyglot' Send Sys Short With Params To all Priority=Normal Format=Monospace Sound=Pushover (default) Retry=30 Expire=60 Else - No Actions - (To add one, press 'Action') MBR Aux Heat Off - [ID 0062][Parent 0064] If $sMBR.Aux.On is 0 Then Set 'Notification Controller / Service Pushover polyglot' Send Sys Short With Params To all Priority=Normal Format=Monospace Sound=Pushover (default) Retry=30 Expire=60 Else - No Actions - (To add one, press 'Action')
  13. @bpwwer I would like to use a value from a Vue node to populate a state variable which would be included in a Pushover notification. How would one go about this? The channel is n001_141766_11 Or perhaps going about the wrong way and the value should come through on custom notification with something like this? ${sys.node.n001.141766_11.CPW} When using the latter the response from pushover is node[n001]
  14. Have the following program set to send me a pushover notification if the power usage is greater than to 5.0KW. Issue is the each change in value > 5 kw programs sends a notification. Obviously only want one notification for each instance where threshold is breached. Thoughts? MBR Aux Heat On - [ID 0061][Parent 0001][Not Enabled] If 'Emporia / Vue 2 L / L11 MBR Furnace' Killowatts > 5.0000 kW Then Set 'Notification Controller / Service Pushover polyglot' Send Sys Short With Params To all Priority=Normal Format=Monospace Sound=Pushover (default) Retry=30 Expire=60 Else - No Actions - (To add one, press 'Action')
  15. You are awesome, thank you very much! Will incorporate tomorrow.
  16. Thank you MrBill, here we go... The generator is dumb in that you set the exercise time by pushing a toggle switch that starts the clock for the next run 7 days later at the same time (actually number of hours). So when we fall back or spring forward the time it runs changes by an hour. So perhaps instead of using the day of week and expected time to run we should just know the interval between runs is 7*24 hours. The generator runs for 20 minutes exercising each week. Exercise program works correctly and message is sent by checking state variable as follows: Exercise.SendMessage - [ID 0026][Parent 0025] If $sExercise.State is 1 Then Set 'Notification Controller / Service Pushover polyglot' Send Sys Short With Params To iphone Priority=Normal Format=Monospace Sound=Pushover (default) Retry=30 Expire=60 Else - No Actions - (To add one, press 'Action') There are a total of 18 programs that determine the generator/utility state(s). I have attached a screenshot of them. Here are the state variables
  17. I have a generator that exercises every Sunday at 1pm. Currently have voltage sensors that will trigger a program and send a message that generator is exercising (utility and generator voltage present), powering house (utility voltage zero generator 240), and utility power status (voltage present or not). All this is working perfectly. However in my old age I sometimes don’t remember to check if the generator exercised eg, did I get the message. What I would like is for a program to execute and send me a text IF the generator didn’t exercise as expected. Those dings on the phone do get my attention. Not sure how to go about testing if a state variable did not change at by certain point in time each week. Any thoughts? Thanks in advance.
  18. Display Message in Keypad Line 1, how do I use this? I have the navigator touch screen and can send a message via Area Node. I would have thought the Elk Controller would have changed from False to True if a message was sent/active. Thinking I dont understand the function(s). Thoughts?
  19. I don’t think so as I can go to the pushover web and do a test push w sound and it works while from isy it does not. Will keep playing and see if I can consistently have it fail so we can troubleshoot. As mentioned working now so maybe I should leave well enough alone!
  20. So restarted AC and tried service pushover again and it worked. Edited a network recourse saved and tested both methods and did not work. Restarted AC tried service pushover with screenshot setting and it did work again.... very strange. So currently not touching anything and it appears to be working....
  21. I have tried to send a sound via both the network resources and the service pushover node. No sound from either although all messages come through perfectly. Tested from pushover home page and the sounds work when message is initiated from there. Any thoughts?
  22. Okay, not the sharpest tool in the shed so looking for some guidance. I have created a pushover account and have the userid and api key. I have entered them in the pushover service node section in polyglot and ISY indicates Node server connected and Rest Status is Not Running. I am at a loss at this point... what data goes in: Messages section - ID, Title, Message (1, Pushover, blank?) ISYPortalService Node - Portal API Key (havent found that info) Have setup Network Resources (of course it fails) Name - Pushover POST, ISY IP, 8199, path /send?opt1=val1 (no clue here why) Body - Just put in 'this is a test' What am I missing at this point?
  23. Jimbo, This error popped up this morning. ERROR: 08/20/2022 00:00:03 See log for: ELK Controller: Unknown message AR: 009999160201000100
  24. Was on 3.4.8... restart of ns fixed errors, thank you.
×
×
  • Create New...