
brians
Members-
Posts
1000 -
Joined
-
Last visited
Everything posted by brians
-
@Javi Seems to be an issue after updates as per this thread... my other node servers are ok.
-
I did the update and one of my node servers Opensprinkler is disconnected, all others work.
-
OK it is working now... seems just had to leave it sit for a while. I tested using Send Sys Short With Params using the parameters. I did not find that the Sound setting works for different sounds, but I had same issue with Pushover - maybe because I am using an Apple Watch? Every Custom Emails/Notifications Customizations worked just like with Pushover. These contain the Data in the Subject... here is example of one I used named Alarm Disamed Brian as above: Alarm Disarmed ${sys.date} ${sys.time12} Alarm Auto Disarmed Door Entry: Brian Here is screenshot showing exactly where it goes. It uses the Subject and nothing required in the Body. Note that you can also use the same Customization for email and even put more details in the Body which the notifications server simply ignores.
-
Yes I did. I even removed the node and added again.
-
@JimboAutomates I installed it and setup the api key, changed port. However, in AC, the Service Node under Notification Controller does not refresh the right pane when clicking on it... and uses the information from last one clicked... here is an example... where I clicked on Ecobee and then the Service ISYPortal UD I think this is also related that in programs I cannot see the service node like my pushover one. I would expect it to be called Notification Controller / Service UD ISYPortal
-
@JimboAutomates Ok I will give it a try later this afternoon.
-
Ok, I will hold off testing until there is a resolution for the payment. Brian
-
@JimboAutomates The version in non-production store is asking for me to purchase it again. Please confirm if this will actually charge me again.
-
In western hemisphere in North America longitudes are negative so polisy probably just drops the sign or figures some other way.
-
Google search comes up with this. https://www.support.getzooz.com/kb/article/538-zen72-dimmer-switch-700-advanced-settings/ make programs that adjust appropriate parameters. Take a look at parameters 18 and go from there.
-
Just a wild guess but maybe the networking module did not update correctly in the transition to IoP. This would require a ticket with UD to fix. What does help, about show in AC?
-
@Javi it works now... what I did is delete the body, saved, then entered a new body and saved and now it works. I checked it several times and nothing was wrong with it.
-
I just tried setting up a network resource and get error. Net Module Rule: 2:400
-
Took me a bit to figure out what you all were talking about. I didn't realize recent update for iOS did this. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Notifications_Tab I currently use Pushover with Notification Node server which works good, but to have something native UD would be preferable. I just posted in the notification PG3 forum asking if they can add support.
-
Now that UD Mobile supports Notifications, would this be possible to add into this Node server? https://wiki.universal-devices.com/index.php?title=UD_Mobile#Notifications_Tab
-
Using Mobilinc with ISY to send custom Alexa voice announcements
brians replied to leecast's topic in Amazon Echo
You don't require MobiLinc to get Alexa to talk. What it MobiLinc does is auto-creates spokens using the field in ISY AC. In order for Alexa to use routines, it has to be a Motion or Contact Sensor (not sure if any others work). You can also add like an ISY state variable from the portal, pick motion or contact sensor, and put in some random spoken (which isn't really used because we want Alexa to talk to us), and then Alexa app will see that new device and then you can place into a routine. Using variables you can then trigger Alexa to talk whenever you want. However, does MobiLinc X work with UDI Portal or do you have to get rid of that and use MobiLinc exclusively? I have not paid attention to it since they came out with MobiLinc X... I had purchased their regular and HD versions along with plugins in the past, but their high subscription turned me off... I think they have a direct connection version now but still not really interested. -
@epete Here is how I do it... In this case I have Chandelier which is the actual Dimmer with light/chandelier connected to its load. I have following program that detects the status change and then sets the other slave dimmer to the same level. Only need one variable to hold the Dim Level. Chandelier - [ID 004D][Parent 0033] If 'Entrance / Chandelier' Status >= 1% Then $Dim_Level_Temp = 'Entrance / Chandelier' Status Set 'Entrance / Chandelier Slave' On '$Dim_Level_Temp %' Else Set 'Entrance / Chandelier Slave' Off This program sets the SwitchLinc dimmer to proper dim level. Requires a temp variable to hold the status and set it. If you want to adjust keypad LED, I first make a scene only containing that that particular Keypad key as responder, in this case KLA: The reason for this is because you can only turn on/off Keypadlinc LEDs via scenes. Then a program.. Kitchen Table - [ID 0034][Parent 0033] If 'Kitchen / Kitchen Table' Status >= 1% Then Set 'KPL Sync LED scenes / KI Kitchen Table KLA' On Else Set 'KPL Sync LED scenes / KI Kitchen Table KLA' Off
-
Nope. Need a usb zwave stick and pc. Polisy is planned to do OTA support with a hardware upgrade.
-
Hi, thanks to Linus Tech Tips, Jasco is now releasing firmware for some of their Z-Wave products. https://github.com/jascoproducts/firmware Here is the original video... typical with Linus et al jumping into something "winging it" without planning and knowing exactly what they are doing, but that's his style LOL. Turns out his issue was something else and did not need the firmware, but as a result he got Jasco to change their policy, which is good in case any future firmware is needed.
-
I hope there is a way to transfer the node servers to a new Polisy in case of hardware failure/replacement, or if a new version of Polisy comes out in future and replaced existing one.
-
I found that disabling query devices on startup resolved this for me while troubleshooting. Can re-enable later after your restore is done.
-
Hmm, I have 2.6.3 and upgraded this morning but not sure if that was a package that was updated, but did not experience any issues... I just checked updates again now and seen this... is this safe? Edit... I went ahead and still works fine!
-
@johnnyt It is in the same Administrative Console in IoP. You are comparing Polyglot web page to the Java ISY/IoP administrative console. Is what you are asking is a way to backup the PG2/PG3 portion of the Polisy other than the IoP portion? Here it is... but you already say you found that so not sure what you are asking. Here is in my IoP, exact same as ISY994i
-
I just did updates using ssh this morning and there was no IoP or PG3 updates... only a few bsd packages which I can't remember. I rebooted entire Polisy and I can still login PG3 and AC. I would suggest opening a ticket.
-
I am not sure if development has stopped on the PG2 version but you are more likely to get better support with PG3 version. You can run PG3 along with PG2 so I recommend you install Notification for PG3. I had some issues at first but I have it figured out now and there is discussion in the pushover forum under PG3... there are recent enhancements from the developer that make it even easier to send messages all through IoP with customizations subject field, even supporting variables - with no need to enter them on the PG3 web interface.