
pjjameso
Members-
Posts
329 -
Joined
-
Last visited
Everything posted by pjjameso
-
Still no go, Now returns: node[141766_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?
-
How to send only one notification if condition is met
pjjameso replied to pjjameso's topic in IoX Support
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') -
@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]
-
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')
-
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
-
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.
-
Realize Bob is busy working on VUE2 Node server which I am anxiously awaiting to purchase. Though I would throw another one out there for consideration. https://www.sensorpush.com/gateway-cloud-api
-
- 1
-
-
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?
-
Notification Sound iOS mute via Network Resources and Service Pushover
pjjameso replied to pjjameso's topic in Notification
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! -
Notification Sound iOS mute via Network Resources and Service Pushover
pjjameso replied to pjjameso's topic in Notification
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.... -
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?
-
Jimbo, This error popped up this morning. ERROR: 08/20/2022 00:00:03 See log for: ELK Controller: Unknown message AR: 009999160201000100
-
Was on 3.4.8... restart of ns fixed errors, thank you.
-
Rebooted this morning, error(s) still there. 2022-08-19 07:08:33,160 ELK-2049 udi_interface.node ERROR node:setDriver: controller:ELK Controller Invalid driver: GV25 2022-08-19 07:09:44,144 Command udi_interface.node ERROR node:setDriver: controller:ELK Controller Invalid driver: GV25
-
Hi Jimbo, Any idea what this error is in the log, thanks. 2022-08-18 15:03:02,006 ELK-23587 udi_interface.node ERROR node:setDriver: controller:ELK Controller Invalid driver: GV25
-
Airthings API now available for their consumer products
pjjameso replied to johnnyt's topic in Airthings-C
Bought the view plus and the Node server works perfectly. Thanks Jimbo! -
Airthings API now available for their consumer products
pjjameso replied to johnnyt's topic in Airthings-C
Just saw this on Node server store and am interested in giving it a try. Before I buy the Airthings View Plus, does this support these attributes? The most advanced indoor air quality monitor measuring particulate matter (PM2.5), carbon dioxide (CO2), radon, VOC (airborne chemicals), humidity, temperature, air pressure and pollen levels. -
Deleted and installed UD Node and is working again.... Sorry for the alarm...
-
Very strange has been working perfectly on UD Mobile. However couple of hours ago UD Mobile is blank with the following error. ISY is showing the correct value and updating but the Node server is showing a bunch of errors. Any thoughts? Kaiterra_8-2-2022_33336_PM.zip