Jump to content

Jimbo.Automates

Members
  • Posts

    4650
  • Joined

  • Last visited

Everything posted by Jimbo.Automates

  1. Did you restart the nodeserver after adding the groups? Then once it fully completes the restart the open the admin console (if you already have it open, then close and reopen) Sent from my Pixel 6 Pro using Tapatalk
  2. You can just copy/paste the subject and body of your network resource into a Customization, then edit your program and change from running the NR to sending a notification using that Custom Content. Would be nice if I created a how-to guide for that...
  3. You are testing Control, not Status in your program? Status always changes, but control is handl with send on/off for. Sent from my Pixel 6 Pro using Tapatalk
  4. Yes, there is an option on each zone "Send On For” Sent from my Pixel 6 Pro using Tapatalk
  5. Your program looks correct, control action should come first. You can't add the elk log to a notification but you can add any of the driver values. Sent from my Pixel Tablet using Tapatalk
  6. There should not be much delay. I assume you use a program? Do you trigger off the control event? I do something similar with some doors which I put the zone in a scene instead of using a program. But when I tested it a long time ago there really wasn't much difference between a program or a scene. Sent from my Pixel 6 Pro using Tapatalk
  7. Thanks @MrBill, yes this is available @Morris Hansen
  8. They're all working now from the Home app. I had an old Polisy which was offline still in the account so I deleted it and put my main eisy as the default then relinked again. Wasn't working at first but now seems to be okay. Sent from my Pixel 6 Pro using Tapatalk
  9. I relinked again and devices still show as offline in the home app. Voice commands are working now but have been very inconsistent. Ticket submitted #21944. Sent from my Pixel Tablet using Tapatalk
  10. Great! I'll try to look into allowing user name as well since that would be nice. Sent from my Pixel 6 Pro using Tapatalk
  11. Thanks, I'll try to take a look when I return home from traveling. Sent from my Pixel 6 Pro using Tapatalk
  12. Issue created https://github.com/UniversalDevicesInc-PG3/udi-poly-Airthings-Consumer/issues/18 I'll look into it when I have time. Sent from my Pixel 6 Pro using Tapatalk
  13. As mentioned in the first paragraph of the OP, there are issues with Pushover notifications which require a new release of PG3/PG3x to resolve, which is not out yet. Specifically Sounds, Devices, Hopefully soon. Are you on PG3 or PG3x? Michel has mentioned the fix may only be released with PG3x so you would need to do the conversion. But, if you don't get a notification for Pushover, that likely means the Priority is set to "Low" or "Lowest" that's a feature of Pushover, where notifications are not given for those. At least that's how it works on Android. The issue is many of the drivers are not being passed thru PG3/PG3x, so you lose the Priority, Format, ... settings which means it takes the defaults from the "Service Pushover ..." node. Click on that node and make sure the Priority is "Normal". Change it in the dropdown, then save it by hitting the "Priority" button.
  14. It's mentioned in the release announcement. Due to the issue mentioned in the first paragraph, you will get this message in the PG3 UI. This version of PG3 3.1.31 will not work properly with Pushover or UDPortal nodes, Please upgrade modules and restart PG3. tisyVersion=5.6.2 isPG3x=True pg3Version=3.1.31 This is because the new version of PG3/PG3x is not out yet, hopefully soon. Sent from my Pixel 6 Pro using Tapatalk
  15. Yes, that's usually the ST driver ${sys.node.#.ST} https://wiki.universal-devices.com/index.php?title=ISY-994i_Series:EMail_and_Networking_Substitution_Variables
  16. For that node server, the humidity is likely in the CLIHUM driver. So you can add ${sys.node.node_address.CLIHUM} where node_address is n002_ followed by the "Address" shown in the the PG3 UI screenshot you posted.
  17. This is fixed in 3.6.9 Sent from my Pixel 6 Pro using Tapatalk
  18. If you want to see the value, you would have to add the specific node address Transmitter Low Battery: ${sys.node.n009_zone_20.GV12} Where zone_20 is the zone you want. But then you have to create a separate customization for each node.
  19. Yes, if you run the program it will always show that way. It has to be triggered by IoX when the status of the node changes.
  20. I am at this moment in the process of converting almost all of my notifications from Pushover & NR's using Notification NS into UD Mobile with System Customizations. I have feature requests for @Javi and @bmercier that would make my conversion perfect Allow High priority messages which ring thru on DND and are highlighted in the notification Allow sending with fixed width fonts, makes it easier to line up text Allow sending formatted messages in HTML or Markdown or ? (This would eliminate the need for #2) Allow Android Auto/Car Play to show messages. (This is the only reason I use telegram)
  21. That's perfect! Didn't realize the Polisy would need a reboot. Good to know. When the actual node triggers the program the # will be replaced with the actual node. But now I realize we should probably change the subject to include the node name that triggered it. ${sys.program.#.name} ${sys.node.#.name}
  22. Sorry, that is odd. Please set log to debug mode in PG3 Notification Node Server config page, do those steps over again, then download log package and PM or email it to me.
  23. That's odd, it shouldn't happen with the UD Mobile, when did you first install the notification node server? The only way I can think of that would cause this would be if the node server was installed when it had the UD Mobile feature added but before your IoX version was 5.6.2. To fix it. In the admin console, delete the UD Mobile node. In the PG3 UI restart the notification node server, wait for the UD Mobile node to show back up, then in the admin console "Update" that line in the program, and save it.
  24. Is this to the UDMobile node? Is notification node server the latest version 3.6.7? Sent from my Pixel 6 Pro using Tapatalk
  25. You are welcome, yes, you would have to add them all. There is no way I'm aware of to pull the message sent tot he keypad or log. Someday I could possibly automate creating programs like this but I don't think ELK gives us the info on which zones are wireless... To save some typing, here is the subject: ${sys.program.#.name} and the body: Box Tamper: ${sys.node.#.GV11} Transmitter Low Battery: ${sys.node.#.GV12} Security Alert: ${sys.node.#.GV13} Lost Transmitter: ${sys.node.#.GV14} Fire: ${sys.node.#.GV15}
×
×
  • Create New...