Everything posted by dbuss
-
Unable To Communicate With Most Z-Wave Devices
My Z-Wave network seems to be working well again. I relocated some repeaters and updated neighbors on the problematic devices which seemed to help. I turned off Amazon Sidewalk and that seemed to really stabilize my Z-Wave network. After a couple of days, just for my own information, I turned on Amazon Sidewalk and the Z-Wave problems started again. I turned Amazon Sidewalk off and the problems went away.
-
Unable To Communicate With Most Z-Wave Devices
Over the past few days my ISY has had problems communicating with my Z-Wave devices. My Firmware and UI are 5.3.3. Here's the error message I'm seeing. Thank you!
-
zwave module not responding
If you have the 300 series board and want to use Z-Wave, you would need to downgrade your firmware.
-
zwave module not responding
If you have the Z-Wave series 300 board, it will not work with 5.3 Per the first line in the 5.3 release.
-
Polisy has become musical when rebooting. Is this normal?
The update was successful. Thank you!
-
Program to turn multiple lights on / off with a wait between
You don't need an "If" statement in the program. You can have a program with just a "Then" in it. A program with just a "then" in it can be executed with Alexa or another program.
-
Devices Responding, But Light not going on
Do you have them both set as controllers in the scene?
-
updating UI and Firmware
Use the ISY Launcher and it will make sure you are using the correct UI. Here's the link to it.
-
Z-Wave Dongle Not Responding
It would be worth a try.
-
2342-242 unsupported device when adding
try 54.F3.D9
-
upgrading ISY994i firmware
Firmware updates with instructions can be found here. Current Release, Betas, and Bug Reports - Universal Devices Forum (universal-devices.com)
-
Moving, take it or leave it?
I left the ISY home automation system in the home we sold. The new owners thought it was neat. I spent a few hours with them after they moved in to introduce them to the system. Apparently they are not using it. They called a week ago and locked themselves out of the house.
-
Nanomote
@asbrilShould you decide to get another nanoMote, below is how the NanoMote can be used in programs with ISY. When you program a "Control" as an IF, these are the 2 statements that you can use to access Tap or Held. If NanoMote = (Control) Scene Button 1 - 4 == On This is single tap If NanoMote = (Control) Scene Button 1 - 4 == Fade Stop This is held (2 seconds, then release)
-
Storing climate data in variables
Yes, you can. What type of alert do you want send?
-
State Variable Information In Favorites
Thank you very much, @Javi! Works great!
-
Checking ISY variable via Alexa now has gibberish before the value - Worked fine before
"what's the current outdoor temperature set at" "Current Outdoor Temperature AAAAAAAAAABaK7aQB5iAhHFsjakNwJlDKAAAAAAAAAC65J8WxFKqLutL2tYZ+B+nkwGCnJiJLheHpxqjgnQK7VpbbVm4OFuQ is 33 Percent" Sent from my Surface Duo using Tapatalk
-
State Variable Information In Favorites
I have added some State Variables to my "Favorites" screen. When I open the "Favorites" screen, I need to press on the variable to have it expose the variable information in the "Favorites" screen. If possible, it would be more convenient to have the variable information populated when the "Favorites" screen is opened.
-
Checking ISY variable via Alexa now has gibberish before the value - Worked fine before
I just tried something similar and got the same gibberish before the asked for information.
-
How does one control the order programs run in ISY?
I used your high/low programs and discovered that the UD Mobile app does show the time that the variable was changed. I added the high and low and the times changed changed to my favorites in the UD Mobile app.
-
ISY Slow processing during changes
The remotes, as all with battery-only powered devices, need to be put in linking mode for them to receive the updates. To put the remote in linking mode, press the button on the bottom of the remote until the light starts blinking. Once the remote is in linking mode, right click on the device and select "write updates to device".
-
finally implementing Polisy server and running ito roadblock
Did you restart the admin console after adding the node servers?
-
How to Include Z-Wave+ Wall Plug into ISY994i ZW+ IR PRO?
I'm not aware of any solutions.
-
How to Include Z-Wave+ Wall Plug into ISY994i ZW+ IR PRO?
It appears to me, per the manual, that the device is operating on European Z-Wave frequencies.
-
How to Include Z-Wave+ Wall Plug into ISY994i ZW+ IR PRO?
Try excluding the device and then try including the device again. Sometimes excluding the device is necessary before the device can be included. How far is the device from your ISY? You may need to move the device closer to the ISY to include it.
-
Programming for a Zwave door lock (and using Alexa?)
I have a program that locks my doors 10 minutes after they have been closed. I use a door sensor to make sure the lock doesn't lock when the door is open. I also have program that runs in the evening that checks to make sure the doors are locked and if they aren't locked they are locked. Alexa announces that the house is secure after the evening lock check is completed. I don't have a program for when we have guests. It could easily be done by having a program that disables the locking program. This program could be enabled through Alexa if you wanted to do that. I use Alexa only to check the status of my locks and to lock the lock. I don't use Alexa to unlock the door locks.