EWhite Posted February 12 Posted February 12 upgraded wired polisy here..no problems.. alll working as advertised. it did go through all my plugins and re-install them all...so it took a while for all that to work again. Quote
macjeff Posted February 12 Posted February 12 9 minutes ago, SSS said: UD mobile only on Android correct no iOS? Its also iOS. On the App Store. Quote
wrj0 Posted February 12 Posted February 12 eisy upgrade from 5.8.4 to 5.9.1 went smoothly; took 20 minutes. After the upgrade PG3x initially showed ver 3.3.18 and Frontend 3.2.27. A power cycle of the eisy brought both to 3.3.18. Everything seems to working fine, including 14 Plugins. Well done UDI! Quote
mmb Posted February 13 Posted February 13 My Polisy update went fine. I'm trying to decode Michel's wifi notice. Polisy does not support Matter when connected using WiFi. So does wifi enabled Matter devices direct connect to Polisy, therefore the wifi can't be used to connect Polisy to the network. Have I got that right? How is the eisy different? Quote
Guy Lavoie Posted February 13 Posted February 13 (edited) 57 minutes ago, mmb said: My Polisy update went fine. I'm trying to decode Michel's wifi notice. Polisy does not support Matter when connected using WiFi. So does wifi enabled Matter devices direct connect to Polisy, therefore the wifi can't be used to connect Polisy to the network. Have I got that right? How is the eisy different? Sounds about right. If you read the other part of the notice, you'll also see that the wifi performance of the eisy had to be degraded to 802.11a/g to achieve Matter functionality. Since the main difference between the eisy and the Polisy is the hardware platform, it seems that getting Matter to work over wifi was difficult on the eisy and impossible on the Polisy. It seems that when you want Matter over wifi, avoid problems by connecting your controller with a wired connection. I don't know how then using your own wifi router for Matter connectivity might be difficult or not. Edited February 13 by Guy Lavoie 1 Quote
TUhl01 Posted February 13 Posted February 13 (edited) 21 hours ago, macjeff said: Its also iOS. On the App Store. I have not seen the new version in the Apple App Store. What is the version shown. I'm on Version 1.1.88. Edited February 13 by TUhl01 Quote
GHenry Posted February 13 Posted February 13 1 minute ago, TUhl01 said: I'm on Version 1.1.88. That's the latest on the App Store, and AFAICT it lacks the ability to add Matter devices. Quote
EricBarish Posted February 13 Posted February 13 Wired Polisy, installation took about 15 minutes to complete. All items for upgrade visible and system working same as before. Now waiting for Iphone UT mobile upgrade to check out matter. Quote
Xathros Posted February 13 Posted February 13 (edited) Upgrade completed with no problem. Only issue I encountered is the eisy got a different dhcp IP assignment after upgrade. Entire process took about 15 minutes. -Xathros Edited February 13 by Xathros Quote
xlurkr Posted February 13 Posted February 13 1 hour ago, Xathros said: Only issue I encountered is the eisy got a different dhcp IP assignment after upgrade. Did you have a reservation in your router prior to the upgrade? If so, that's unexpected, and something I'll want to look out for when I upgrade soon. -Tom Quote
dwengrovitz Posted February 13 Posted February 13 3 hours ago, GHenry said: That's the latest on the App Store, and AFAICT it lacks the ability to add Matter devices. There's a beta version of UD Mobile that was released today through TestFlight. That version (1.2.1 (224)) does appear to have some level of Matter enabled. I have no idea what the formal release plans or timing look like for general updates through the iOS App Store, but I'm sure the UD Team will push it out when it's ready. Quote
GJ Software Products Posted February 13 Posted February 13 Followed the instructions, all went well, it does take a bit to update & re-boot, I had to re-boot again. Clear Java cache so you get the updated admin console and that's about it. All seems well so far. -Grant Quote
TUhl01 Posted February 13 Posted February 13 39 minutes ago, dwengrovitz said: There's a beta version of UD Mobile that was released today through TestFlight. That version (1.2.1 (224)) does appear to have some level of Matter enabled. I have no idea what the formal release plans or timing look like for general updates through the iOS App Store, but I'm sure the UD Team will push it out when it's ready. I just downloaded the beta version in TestFlight that is ready to install. Will the current functionality be impacted? All is working great and don’t want to get into trouble. I just did a backup. Did you have any issues upon installing the beta version with the current functionality? Quote
dwengrovitz Posted February 14 Posted February 14 42 minutes ago, TUhl01 said: I just downloaded the beta version in TestFlight that is ready to install. Will the current functionality be impacted? All is working great and don’t want to get into trouble. I just did a backup. Did you have any issues upon installing the beta version with the current functionality? Unfortunately, I really can't say - other than installing the software (which seemed uneventful), I haven't tested the UD Mobile beta or the new Matter functionality at all yet. But I got the sense that some folks were waiting on an iOS update to do some testing, and they may not have been aware of this option to get started. Quote
Xathros Posted February 14 Posted February 14 12 hours ago, xlurkr said: Did you have a reservation in your router prior to the upgrade? If so, that's unexpected, and something I'll want to look out for when I upgrade soon. -Tom I did. Seems my Unifi controller sees it as a new device after the upgrade. Had to reset the reservation. No big deal, just unexpected. -Xath Quote
pjjameso Posted February 14 Posted February 14 (edited) 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 Edited February 14 by pjjameso Quote
Techman Posted February 14 Posted February 14 If any of the values in your IF statement change within the 15 minute period then the program will restart. . Quote
apostolakisl Posted February 14 Posted February 14 15 minutes ago, pjjameso said: 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 That program should never work. Every time the co2 level or voc level update, the program will terminate and start over. Quote
mmb Posted February 14 Posted February 14 33 minutes ago, pjjameso said: 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] I would use two Programs, one that sets up the Repeat every hour and calls another Program that tests and sets the ERV on or off. I use a similar approach for my house humidity control. My humidity test is rather complex as it uses forecast temperatures and internal humidity levels to dry out the house if needed for extreme cold temperatures to avoid window fogging/freezing. Welcome to Canada! Quote
wmcneil Posted February 14 Posted February 14 I have updated my Eisy to 5.9.1 . Email notifications are no longer working, other features seem to be working ok. In the AC, if I go to Configuration > Emails/Notifications > Settings/Groups and click on Test, several seconds go by and then a window pops up with "Mail server failure" and "[[SMTP_ERRORS--1]]". I am using SMTP server smtp.gmail.com, and my Google App password. I have verified the Google App password is working to send emails with other applications. I have opened a ticket. Quote
mmb Posted February 14 Posted February 14 5 minutes ago, wmcneil said: I have updated my Eisy to 5.9.1 . Email notifications are no longer working, other features seem to be working ok. In the AC, if I go to Configuration > Emails/Notifications > Settings/Groups and click on Test, several seconds go by and then a window pops up with "Mail server failure" and "[[SMTP_ERRORS--1]]". I am using SMTP server smtp.gmail.com, and my Google App password. I have verified the Google App password is working to send emails with other applications. I have opened a ticket. I'd check and perhaps extend your timeout to 2000, worked for me. Quote
jec6613 Posted February 14 Posted February 14 18 hours ago, xlurkr said: Did you have a reservation in your router prior to the upgrade? If so, that's unexpected, and something I'll want to look out for when I upgrade soon. -Tom I had the same issue - see my post earlier about DHCP changes with the OS update. Quote
apostolakisl Posted February 14 Posted February 14 (edited) 1 hour ago, pjjameso said: Airthings AQ Normal - [ID 006D][Parent 0001] DISABLED 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 1 hour ago, pjjameso said: Program 2 Run at Startup If blank Then Repeat Every 1 hour Run if Program Airthings AQ Normal Else And you will need to manually run the second program "run then" to get it started. Unless you reboot ISY, then it will run automatically. A "run at startup" program with a blank "if" will execute "then" at startup. Edited February 14 by apostolakisl Quote
wmcneil Posted February 14 Posted February 14 45 minutes ago, mmb said: I'd check and perhaps extend your timeout to 2000, worked for me. Thanks. I had to increase the timeout to 20,000 (I tried a curl at Michael's suggestion, and that was taking 12 seconds, so I increased to 20 to be on the safe side.). 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.