Everything posted by lilyoyo1
-
OTA Firmware Upgrade for AeoTec Multisensor 6 (and3)
I don't upgrade firmware once added to the Isy so I can't say for certain what would happen with devices in secure mode (I suspect the encryption will cause issues). Generally however, your other controller should be made a secondary controller in the Isy, and control moved over to that. Update, then moved back to Isy. @Michel Kohanimshould be able to confirm if this is still the case.
-
OTA Firmware Upgrade for AeoTec Multisensor 6 (and3)
Zwave assigns numbers as devices are added. Unfortunately there's nothing the isy can do about it. You can synchronize your nodes, which will open that slot for the future. However, zwave will still start with the next number available. If it's that important, you'll have to factory reset the board and start clean
-
OTA Firmware Upgrade for AeoTec Multisensor 6 (and3)
Non secure is faster since encryption isn't involved
-
In a pickle - need ver 4 for locks, but ver 5 for controller
I'm surprised you were able to download to 4.9 with 500 series as it's not supported in that version. Other people who has made that mistake lost all zwave connection. That may be why you're having issues with 4.9 and the 500 series board
-
Schlage BE469ZP Options missing
You can't have 2 controllers. You'll have to choose 1. Documentation for your lock can be found on schlage's website.
-
Everspring ST814-2 temp sensor - no nodes created in 5.3.3
Are you sure it's not the device? Its did come from ebay
-
OTA Firmware Upgrade for AeoTec Multisensor 6 (and3)
OTA is not available at this time
-
if then wait
Guaranteed to fully complete or not at all. In essence, if your if statement changes during the wait, it will not complete. If things remain the same, it will. Using my living room lights for example, depending on how bright or dark the room is, they'll turn on/off automatically during the day if occupied. The program is written: if LR lights are off and it's too dark then wait 10 minutes and turn lights on (paraphrasing). The opposite will turn the lights off. What happens is if it stays dark long enough the lights will turn on. A passing cloud may make it dark temporarily but due to the wait (unless it hangs around), the lights do not turn on. The same with the off. If the lights are on and it becomes bright (assume a stormy day) due to a short break in the storm, the lights will stay on. That's an example of atomic. It'll either complete or it wont
-
Z-wave association groups
No, that's not possible. It is low and not odds. There's pros and cons to both protocols. This is one of zwave's cons and one of the many reasons why I wouldn't use zwave for lighting
-
Z-wave association groups
Depends on the device mfg. Some only allow 4. Also know that devices activated via association will not update their status in the Isy
-
Moving Node Servers from Pi to Polisy
As @MrBillpointed out, the upgrade wont work so disregard what I said. Since you wont be able to upgrade, you will probably have to start over. I would recommend copying your programs to ensure you can put them back again the way they are supposed to be. The good thing is, the changed programs will show up in yellow which will make finding them again much easier.
-
Motion Sensor Programming help
IF motion is switched off and not switched on, THEN wait 1 minute, turn light off. When motion sends off command, the isy will wait 1 minute before telling the light to turn off. If you move in that minute, the program will stop and lights stay on
-
Moving Node Servers from Pi to Polisy
Backup your Rpi, connect your polisy, choose your backup and restore it
-
Motion Sensor Programming help
I separate my on and off actions. That way I can have different things happen for different scenarios without worrying about conflicts or other things. Outside of that, you would program the light the way you just wrote it out.
-
Using Adjust Scene puts motion sensors in perpetual state of needing to write updates?
There's a bug right now where this doesn't work. Not sure if it's been fixed in 5.3.3
-
Insteon Motion Sensor 2
Does your UI match your firmware? Post your program
-
Update Portal firmware...now login problems
You're using the wrong link. You already went to 5.3 so you would use the link for 5.3
-
z-wave configuration
There's no Isy database. If the online manual didn't have the information, you'll have to change the settings to see what they do. Unfortunately zwave has a lot of options that manufacturers do not always take advantage of.
-
Lamplinc Blinks On & Off
Try a different bulb. Phillips warm glow bulbs work really well with insteon
-
Update Portal firmware...now login problems
Make sure you choose the launcher link from the 5.3 post that is in the current release and betas subforum.
-
Update Portal firmware...now login problems
If you properly cleared your Java cache and used the link from the 5.3 post, everything should match.
-
Z-Wave siren compatible with ISY994iZW
Make sure your firmware and UI match. Bring the siren within 3 feet of Isy to add
-
Update Portal firmware...now login problems
There's no portal firmware. What did you update from? Did you try admin/admin? Did you follow the directions in the upgrade post?
-
Schlage BE469ZP Options missing
5.3.3 options tab must be invisible on some screens. Sorta like the invisible type UDI uses with their instructions ?
-
Switches / Keypads lights dont all light up when scene is triggered
Then it could work that way.