-
Posts
2002 -
Joined
-
Last visited
Everything posted by Javi
-
Trouble adding First Alert smoke & CO detector
Javi replied to Rex's topic in Z-Wave - Series 300/500
Hi @Rex, Some zwave devices need to be within a couple of feet of the ISY, literally right next to each other, during initial linking. This appears to be the case with many devices which support zwave secure inclusion. Once the devices are next to each other, exclude then include. -
Beta 0.143 This is a trial release for program edits with limited adjustments. Add/Edit Conditions/Actions include Schedules, Parenthesis, Program-Comments, Device Commands. Move items within sections by long click and drag. Edit items within sections by clicking the item. More Conditions/Actions coming soon. Add: Programs can be created by clicking the "+" icon at the top of the screen from any program folder. Delete: Programs can be deleted by clicking the edit icon at the top of any program folder then click the program and select delete. Edit: Click the program in the programs list, then click the program icon at the top of the screen. Add If/Then/Else Condition/Action by clicking the Add button at the top of the If/Then/Else section. Saving: Programs are automatically saved when moving an item or after Condition/Action adding/editing.
-
zwave+ Schlage deadbolts - No longer reporting user number
Javi replied to mango's topic in Z-Wave - Series 300/500
I'm not sure if it's documented, but has been this way for almost 2 years. It may be related to a zwave improvement. The number should be the same assuming the "User Number" status value is used (not the "Access Control" status value). I don't quite follow your programs, but here is one of mine to send a message when users 1, 2, or 3 unlock the door. Disarm from keypad front door - [ID 009C][Parent 009D] If 'ZW 014 Schlage Door Lock - ki / ZW 014 Access Control Alarm' Access Control is Keypad unlock And ( 'ZW 014 Schlage Door Lock - ki / ZW 014 Access Control Alarm' User Number is 1 Or 'ZW 014 Schlage Door Lock - ki / ZW 014 Access Control Alarm' User Number is 2 Or 'ZW 014 Schlage Door Lock - ki / ZW 014 Access Control Alarm' User Number is 3 ) Then Do Something EDIT: Keep in mind user 0 is automated control or pressing the schlage button to lock the door. -
zwave+ Schlage deadbolts - No longer reporting user number
Javi replied to mango's topic in Z-Wave - Series 300/500
I believe the User number is now populated in a child node name "Access Control", but no longer appears in the main node. -
OpenSocket Failed SSDPClient
Javi replied to FBoucher's topic in New user? Having trouble? Start here
If you didn't change any settings on Polisy, then it's likely your router cannot find Polisy or Polisy still has the previous IP Address. Unplug the router, then power cycle all Ethernet switches, WiFi access points, and Polisy, finally apply power to router so addresses are reset. -
Thank you. Anything which helps replicate a crash is appreciated, much easier than trying to isolate issues from Apple's crash reports.
-
Thanks, this may be a bug. If the backup was from the same mobile platform (iOS, Android), and backup was created with app version equal to or less the version importing the backup, then it should not crash. If you have a copy of the backup which crashes please send to me as a PM and I'll try to replicate. Backup does not contain passwords, or oAuth-tokens, so we will not be able to connect to your system. Backups do contain URLs, UUIDs, Wifi-SSIDs, and node data (names/address/ect.). If there are concerns about the data available in the backup please ask in a PM and I will walk through clearing specific values.
-
Yes. Each device can have different favorite configurations, there is no synchronization of favorites between devices.
-
Hi @kenrok1, Currently this is the only way to add favorites, adding from the home tab is on our list. After you set up favorites on one device you can backup and import onto another device, as long as it is the same platform. All iOS devices are compatible with iOS backup. All Android/Amazon devices are compatible with Android/Amazon backup.
-
Hi @Kentinada, The ISY will work without a PLM, but you may need to manually update to the Z-Wave only firmware or it will remain in safe mode. This is a simple process of downloading the firmware file, then point the ISY to the location of the downloaded zip file from the Admin Console -> Help -> Manually Upgrade ISY.
-
Hi @borg3814, Please open a ticket as we may need the unique UUID of the device to assist you.
-
Thanks for checking. There is an additional self check you can perform below but at this point I would suggest opening a ticket. Go To https://www.universal-devices.com/my-account/ and login There is a button for tickets at this site. Optionally click the My Products tab, then click the Modules button on the left side of your ISY. Verify the ISY Portal Module is active. If not active activate the module (Add to Cart). Finally click Manage Modules again and reboot.
-
Hi @borg3814, I'll try to clear up the instructions for adding an ISY to Portal from UD Mobile soon. The setup flow was intended for new users who have not connected the app to an ISY. So, it is possible something is being triggered incorrectly if ISY was added to Portal then removed from Portal or there is a bug in setup for Polisy. Based on your description it appears the ISY is being added to portal, but the module is not being installed. Until we have a chance to retest the onboarding process please try the following. Add your ISY to Portal, it should now say awaiting approval. Then click manage modules from Admin-Console or UD-Mobile -> Admin Tab. Now reboot ISY from Admin-Console or UD-Mobile, reboot is required for the portal module to be installed. After reboot you must allow Portal connection from Admin-Console or UD-Mobile, this is a security measure which prevents unauthorized access to your ISY. Allow portal connections can be done from Admin-Console -> Configurations-Tab -> Portals or UD-Mobile -> Admin-Tab -> Configuration-Portals. Please note that Manage Modules, reboot, and Configuration Portals will only work from UD Mobile if you have already established a local connection. To anyone else reading this: If the setup flow from the web based Portal or UD Mobile is not automatically installing the Portal Module please open a ticket so we can locate the issue.
-
The error is that the App is not getting the /rest/config file, which is odd because it request /rest/time before /rest/config and /rest/time appears to have worked. We have noticed that the /rest/time call will accept things like //rest/time and a few other variations. All 3 errors are related. SQL cannot insert as there is no data, is the same reason the features array is empty, and the same reason the current firmware is shown as "NULL". If you can determine the exact character(s) causing the issue we will add an additional check to the app. Adding a network to the app only instructs the app to use the Local Connection settings when it is on that network. This was added as the app can read a WiFi network instantaneously by requesting the current network from the Mobile OS. This check eliminates checking both URLs which could add many seconds at startup. Anyway, just as a test you can select only use local connection, then try synchronization. If it works then uncheck only use local connection and add your WiFi SSID, sync should work again. If sync does not work in the first scenario there is a URL or port issue.
-
Hi @raymondjiii, The error is likely due to an invalid Local IP Address, maybe an extra space or character at the end of the address/Port. Can you please use the search icon next to the IP Address for automatic population. The app will need the WiFi association. After that check the connection with the button at the bottom of Local network Connection Settings. Do you get an error? Does synchronization succeed?
-
I see them in the screenshot you posted, but agree they are hard to see. Maybe change the AC colors.
-
Try clicking the chevron icon to the left of the folder to expand.
-
Controlling an Epson projector with Network Resources and need help
Javi replied to dbencivengo's topic in IoX Support
I think you are close, the packets look similar. As @kzboray mentions If this is your first time using WireShark, you are doing fantastic! The telnet packet shows an \r following the command "ASPECT 30 \r", so this must be replicated in ISY. As @mwester mentioned the packets from the ISY are reaching the device but the ISY can not read the response, which is not necessarily an issue unless the command is not functioning. Finally as Michel mentionions when using binary you will need to encode "\r". Have you tried another mode with "ASPECT 30\r" , "ASPECT 30\n" , ""ASPECT 30 \r\n", ect. I did a quick search of the forum for telnet and this came up this which may help. -
Controlling an Epson projector with Network Resources and need help
Javi replied to dbencivengo's topic in IoX Support
Hi @dbencivengo, Unless you are routing the ISY connection through the computer running Wireshark will not pick up direct connections between 2 other devices, i.e. you computer is not part of the conversation between the other 2 devices. There are some exceptions to the previous statement, but this is generally how packets are routed. I only mentioned Wireshark to capture the raw data being sent from the program on your computer to give insight to what is actually being sent by terminal. The possibly using the capture to to replicate a raw or binary resource. -
Controlling an Epson projector with Network Resources and need help
Javi replied to dbencivengo's topic in IoX Support
It is likely that one of the commands is not terminated or being encoded properly. This can be operating system dependant, so something that works in terminal may be different on a different OS The easiest way to find the raw string would be to sniff using Wireshark. Filter to the IP address of the device then send the command from terminal on the same computer. Click the packet, usually the first if filtered, others may be response or acknowledgements. On the bottom window scroll to the bottom line. The last line usually contains the raw request. -
Beta 0.7.7 Fixed Insteon liking when started/stopped by another client/instance when app has multiple ISYs. Zwave progress dialog will now show when started/stopped by another client.
-
Controlling an Epson projector with Network Resources and need help
Javi replied to dbencivengo's topic in IoX Support
try \r or \r\n or \n -
How to make Insteon 6-Button Ctrl status match Fan speed set with Alexa?
Javi replied to kzboray's topic in IoX Support
I added setup instructions to the Wiki. https://wiki.universal-devices.com/index.php?title=ISY994i:INSTEON_Device:FanLinc-KPL_FanLinc_KeypadLinc_Configuration#Firmware_5.x -
How to make Insteon 6-Button Ctrl status match Fan speed set with Alexa?
Javi replied to kzboray's topic in IoX Support
This already works well, the issue is manual control of the FanLink from Alexa/UD-Mobile and keeping the KPL in sync. -
How to make Insteon 6-Button Ctrl status match Fan speed set with Alexa?
Javi replied to kzboray's topic in IoX Support
This allows users to select the fan motor as the device for alexa, so it has native fan controls. Also syncs UD Mobile if controlling the fan motor.