Jump to content

Javi

Employees
  • Posts

    2061
  • Joined

  • Last visited

Everything posted by Javi

  1. Ok thanks. Also please be sure the system is on the latest firmware. Press the power button once and wait 30 minutes, during this time the system may be partially accessible but this does not indicate firmware update is complete. After 30 minutes if system cannot be found by App/IoX Finder press the power button 5 times to reboot. We hope to automate this from within the app in a future update.
  2. Hi @ISY4Me, Possibly 2 issues. The first is the local connection settings currently only allow one IP Address. The app will automatically populate the Local IP address the first time the system is setup, in your case ethernet. However because this is a manual override setting the app will not overwrite the local IP Address on a subsequent setup. So when the connection is changed to WiFi the IP Address is incorrect and will need to be updated manually by pressing the search icon next to the local IP Address. This should find the new IP Automatically if the app knows the UUID, if the app does not know the UUID you will have to select the system from the selection dialog. The second issue is the WiFi setup screen not finishing/closing? I assume the WiFi setup was successful based on your other comments, is this assumption correct?. Is this iOS or Android? Did you start WiFi setup by adding a new System or from Settings > WiFi configuration?
  3. All please try now
  4. Locked related topic https://forum.universal-devices.com/topic/39794-error-404/ Looking into this
  5. Javi

    Error 404

    Thanks. Locking this topic and using topic created in Portal as it appears local connections are not affected.
  6. Javi

    Error 404

    Do these issues persist this morning?
  7. Thanks. I'm not seeing issues with my system. Does anyone still have the issue, if so what is your firmware version?
  8. Great. Maybe migration related?
  9. Hi @sjenkins, Per Bob please try: You'll need to do a re-install (note, not delete and install) for it to pick up the change. https://forum.universal-devices.com/topic/39706-cant-connect-on-eisy/?do=findComment&comment=356126
  10. @garybixler, please try now. Not tested on eisy for reasons previously stated, but made fixed suggested by Bob.
  11. @sjenkins, It should be live now.
  12. Thanks, both of the node servers I published need to be updated to support pg3, hopefully by the end of the day today.
  13. That is the default as folders display status inherit node toggle values. This is the same as setting a scene as the folder display node. Variables do not have a toggle value. Maybe we can add a non-toggle folder in the future, but it may be some time before I get to this.
  14. Thanks @bpwwer. @garybixler I'll try to get it fixed by end of of day on Monday.
  15. https://wiki.universal-devices.com/index.php?title=UD_Mobile#Variable_Substitution
  16. Ok, thanks. Let's see if @bpwwer has any suggestions as the it appears to be an internal communication issue. 2023-01-04 16:59:50,269 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'set': [{'address': 'itachir', 'driver': 'ST', 'value': '1', 'uom': 2}]} 2023-01-04 16:59:50,269 MainThread udi_interface.interface WARNING interface:send: MQTT Send waiting on connection :: {'set': [{'address': 'itachir', 'driver': 'ST', 'value': '1', 'uom': 2}]} 2023-01-04 16:59:50,312 Interface udi_interface.interface ERROR interface:_startMqtt: MQTT Connection SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1134), Will retry in a few seconds. Traceback (most recent call last): File "/var/polyglot/pg3/ns/0021b9026038_9/.local/lib/python3.9/site-packages/udi_interface/interface.py", line 426, in _startMqtt self._mqttc.loop_forever() File "/var/polyglot/pg3/ns/0021b9026038_9/.local/lib/python3.9/site-packages/paho/mqtt/client.py", line 1742, in loop_forever self.reconnect() File "/var/polyglot/pg3/ns/0021b9026038_9/.local/lib/python3.9/site-packages/paho/mqtt/client.py", line 1073, in reconnect sock.do_handshake() File "/usr/local/lib/python3.9/ssl.py", line 1310, in do_handshake self._sslobj.do_handshake()
  17. iTach does not use SSL and the errors look like PG3 MQTT connection issue. Is IoX updated to the latest firmware? I am also seeing PG3 connection issues on 5.5.0, but need to keep eisy on this version to test package upgrades in UD Mobile. Maybe @bpwwer can check the log file.
  18. You can also use the same email notifications in the Notification Node Server with UD Mobile. There are still some outstanding issues to be worked out in firmware when sending Notification data to a Node Server. Firmware limitations - If there is a subject in the notification then only the subject is used - If there is no subject then the body is used - Maximum of 80 characters are returned
  19. No, the support tickets would take much of my time. I am intentionally vague when discussing this topic as someone could read, try, fail, then ask for support. Network security can be at risk when going this route. If a user has a deep understanding of Certificates then they likely understand the risks involved and know how to configure their device/proxy/client. If you do not want to use ISY portal I recommend setting up VPN. VPN is available on most mid/high end routers and is much easier to configure/manage and usually free. The router MFG usually provides instructions and a certificate which is installed into the VPN configuration on your device. Why use ISY Portal: We manage and support the connection along with additional services such as Google Assistant and Alexa. Our portal subscription cost is less than $1 per month, while the cost of an SSL cert can be anywhere from ~$35 to ~$100 annually. ISY portal configuration can be setup in app in a couple of minutes, even with the best abilities cert management will likely be 10x. With portal your subscription is tied to the device not the account so you can share your devices with users on other portal accounts at no additional charge. Shared account access can be managed locally so you can revoke access to other users without needing to change credentials or VPN cert. Finally, if we look at one of the other Home Automation platforms, the same managed access is $65 or more a year.
  20. Notification shown outside of the app as in app notifications are not affected. The term may be specific to Android Auto notifications, but the same basic concept. Update is now available in the Google Play Store
  21. Nothing changed, UD Mobile has had this requirement from day one for reasons listed in the previous link. We did recently update our Android target so it is possible the platform now requires higher security although this is not likely the cause. It is available for 994, I don't see updated docs so am not sure about IoX. While this is possible with 994 it is not recommended. With regards to UD Mobile we do not provide tech-support for direct remote connections as it causes too many support tickets. Not to mention security issues which could arise from opening a port and cert cost is likely higher than ISY Portal. With that said, UD Mobile can use https basic-auth instead of oAuth remote connection to any proxy or ISY including Portal when the Use Portal switch off. This requires the proxy/ISY have a cert which is trusted by the client. Many clients allow users to add their own trusted certificates, but again out of our tech-support for the same reasons.
  22. That is the default behavior. It requires programs are enabled at startup in settings to get program status. If only needing to trigger If/then/else/stop/ect command then a Widget of type Command can be used also.
  23. Hi All, It was just brought to our attention that newer Android devices are missing heads up notifications. We updated our targeted API for Android and newer devices now require explicit permission. We will try to get version 1.0.12 pushed by the end of the day. Users may have to click the notification tab to accept the new permission.
  24. Invalid Certificate https://wiki.universal-devices.com/index.php?title=UD_Mobile#Remote_Connections
  25. Added Toggle Widget to iOS 1.0.7 and Android 1.0.11. Behavior is the same as the default except Node Dashboard is now triggered from menu (3 dot) icons and no divider between top and bottom of tile.
×
×
  • Create New...