Jump to content
View in the app

A better way to browse. Learn more.

Universal Devices Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

bmercier

Employees
  • Joined

  • Last visited

Everything posted by bmercier

  1. Please try again, it should be working fine now. Benoit
  2. Looks like the address is wrong. Try: http://<your isy ip>/rest/nodes This will give you all of your nodes. From there, you can locate the kpl button node and try the url with the correct address, or just cut and paste the node from /rest/nodes Benoit
  3. In a browser, go to: http://<your isy ip>/rest/nodes/<your kpl button address>
  4. Please post the result of: /rest/nodes/<your kpl button address> Benoit
  5. bmercier replied to TomL's topic in ISY994
    You are definitely using 1.1.3. Sent from my iPhone using Tapatalk
  6. bmercier replied to TomL's topic in ISY994
    1. Search for the postback url in the log: 2020-01-20 03:41:12 info: NS: Starting Subscription with postback URL https://pgc-ns-ingress.isy.io/ns/ring-<uuid>-1/event 2. Try the url in a browser, but replace "event" by "test". You should get a message saying the test is successful. This simply tests the communication to the nodeserver. 3. Now try the url in a browser once again, but remove "event", let the url finish with the forward slash. You should get a message saying "Node server is healthy". If so, this confirms you are running 1.1.3. Benoit
  7. bmercier replied to TomL's topic in ISY994
    Looks like a PGC bug where the version number is not updated. But clearly, the nodeserver is indeed updated to 1.1.3. Benoit
  8. This feature will be added, but it's not scheduled yet. Benoit
  9. bmercier replied to TomL's topic in ISY994
    I'm not sure why. PGC should bring the new version when restarting. That's what James is saying. Benoit.
  10. To my knowledge, precision can't be passed. So I just send as many digits as required after the decimal point. Like this: /rest/nodes/<address>/cmd/CLISPH/23.5/4 This is how I set the value with the uom: const valueWithUom = (t.isInsteon ? newValue * 2 : newValue).toFixed(precision) + ((t.uom && t.uom.length && !t.isInsteon) ? '/' + t.uom : ''); Benoit
  11. What is the device in question? Does it come from a Nodeserver? ISY Portal identifies a device using the hint of the device (the device category). If it is incorrectly set by the Nodeserver, it may incorrectly be identified as a thermostat. Those hints are considered thermostats: 1.12.x.x (Ecobee and other Nodeserver thermostats) 4.8.x.x (ZWave thermostats) 5.x.x.x (Insteon thermostat) Benoit
  12. For the purpose of clarification, HAD is still available, both on ISY Portal, in the firmware, and as customization interface, and there is no plan to retire it. However, no efforts are planned to enhance it either. Benoit
  13. Whenever possible, put these on the ISY side. If you do this on the Alexa side, one drawback is that to turn off let's say 30 lights, there well be 30 requests sent and queued for execution, so your lights won't turn on simultaneously. The second drawback is that if for some reason you have to unlink and restart clean, you will lose your Alexa configuration. The only time I would do that on the Alexa side is if you have devices coming from different skills that you want to control together as a group.
  14. A contact sensor is not the same thing as a door lock. All a contact sensor allows you to do is trigger a routine. You can query the contact sensor state in the Alexa app, but you can’t query it vocally. Sent from my iPhone using Tapatalk
  15. Thanks for the suggestion, instructions updated. Benoit
  16. Looks like there is a low level problem. Insteon or ZWave communication problem or perhaps a problem with links. Sent from my iPhone using Tapatalk
  17. There is something else at play. First make sure that you can control devices using web access successfully. Benoit
  18. Communication pathway: 1. ISY opens a permanent connection with ISY Portal at boot time, and retries to connect when communication is interrupted. 2. ISY Portal sends commands to ISY through that connection, when required. A few security checks are done, such as the communication must have been previously approved in the admin console. Alexa command confirmation: The command is sent to the ISY in the same way as when using ISY Portal web access or the local UI. In other words, yes, there is a round trip to the ISY, and even to the actual device. Benoit
  19. Recommended troubleshooting sequence: 1. Use the admin console or web interface from ISY to turn on/off devices. 2. Use the ISY Portal web interface to turn on/off these same devices. 3. Then try these same devices through Alexa. If it's a PLM problem, it should fail at step one. Step 2 helps you determine if ISY is communicating with Portal correctly. If it fails at step 3 only, then you know it's an Alexa related problem. If so, this can help you: https://wiki.universal-devices.com/index.php?title=ISY_Portal_Amazon_Echo_Integration_V3
  20. I made a change to ISY Portal. Nodes with a hint of 0.0.x.x should now appear as a dimmable light. Can you please test it? Thanks, Benoit
  21. bmercier replied to Mecheng70's topic in UD Portal
    Good catch, this is now fixed.
  22. Try to delete the routine and create a new routine using the same ‘virtual’ motion sensor. Benoit Sent from my iPhone using Tapatalk
  23. Most likely, the node now has a new type that is no longer recognized. Please post the output of /rest/nodes Benoit Sent from my iPhone using Tapatalk
  24. In your ISY Portal account, just remove the ISY by pressing X. Please note that if you also sell the new owner an Echo or Google home, that will break the connection with the ISY. It will have to be reconfigured in the new owner's ISY Portal account. Benoit
  25. I believe the problem is the DNS that was not working. The ISY tries to connect to ISY Portal, but if DNS is not working or misconfigured, it won’t connect. Benoit Sent from my iPhone using Tapatalk

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.