
-
Our Gray House changed their profile photo
-
Zigbee - Confirmed Working Thread
@ShawnW, My bad for not coming back on this forum and updating you. I did open a ticket on this and one of the log files they requested from me led the developers to find the bug and include a fix in the 5.7.0 release. I've got the color nodes for all my Sengled bulbs now and am using them! Appreciate the follow-up! -Mark-
-
Zigbee - Confirmed Working Thread
Hi @ShawnW, Did you ever get the color node to appear? I'm having the same issue where I only get the On-Off Switch. Same bulbs as you. Running IoX 5.6.3 on EISY.
-
ZOOZ ZEN31 RGBW Controller
pyrorobert, make sure that the color values are not 0,0,0 when you turn it on. I have two of these controlling LEDs in the eaves of our house. They always fall back to 0,0,0 on the color when I turn them on. I set all my programs to turn them on then set the color.
-
Won't Update to 2.0
Thanks for the updates. I think I'll just keep the version I have for now since it works and I have a lot of programs that use that node server. Hopefully it will resolve itself at some point.
-
Won't Update to 2.0
Logs sent. Followed your steps, to install from the node server store then click re-install. Messages show it re-installing but the node server still shows ver 1.0.4 after it starts.
-
Won't Update to 2.0
eisy, PG3x 3.1.25, IoX 5.59 PG3x tells me there's an update for Holidays Google. When I click the update button, it shows that it's updating and restarts but the version doesn't change from 1.0.4 and eventually the message comes back that there's an update available.
-
Ecolink Zwave Tilt sensor
That's the same one I have. I had to keep it awake by taking the cover off and do the Synchronize / Update with Interview a few times to get all the nodes. I also brought it in close proximity to the eisy to do that.
-
Ecolink Zwave Tilt sensor
I have one that's a few years old that I got to work on the eisy. As with all my battery devices, I had to exclude it then include it to get it to work. These are the nodes that showed up in the AC: Here's the program I use to detect if the door is open. The "Access Control Alarm" only shows "Window/Door is open" or "Idle". I could only detect the former in a program so I used this program to send a Pushover message. I had to use the state variable to allow Alexa to detect if my garage door is open as I have Alexa make an announcement when the door is open. Maybe someone else has a better idea on how to accomplish this. I had similar results with Zooz Open/Close sensors on my gates. If 'Garage / Garage Door Sensor / ZY 157 Access Control Alarm' Access Control is Window/door is open Then Resource 'Pushover_Garage_Open' $Garage_Sensor_State = 1 Else Resource 'Pushover_Garage_Closed' $Garage_Sensor_State = 0