-
Posts
4116 -
Joined
-
Last visited
Everything posted by asbril
-
Zwave Failing to Add - Inovelli Switch
asbril replied to asperber's topic in Z-Wave - Series 300/500
Thanks Simplextech for all your help over the past few years. I just ordered the Silabs stick -
Zwave Failing to Add - Inovelli Switch
asbril replied to asperber's topic in Z-Wave - Series 300/500
Would this one work ? -
Zwave Failing to Add - Inovelli Switch
asbril replied to asperber's topic in Z-Wave - Series 300/500
I know that, but is there a way to manually upgrade the firmware ? I have several Inovelli switches but will no longer new Inovelli switches until they perform better -
Zwave Failing to Add - Inovelli Switch
asbril replied to asperber's topic in Z-Wave - Series 300/500
I am not sufficiently knowledgeable to know whether this is an Inovelli or ISY issue, but it is defnitely a complication that Inovelli inclusion/exclusion method is very different from the major brands. -
Thanks Whitehambone I will check
-
5012 UPNP SUBSCRIBER NOREPLY TO EVENT 1 subscriber didn't reply to the event:couldn't write header Thanks, but unfortunately it does not tell me which device or program is the cause.
-
Sun 2020/05/17 04:16:42 PM System -5012 50 What is the meaning of this error message ?
-
I don't think there is any control of Zwave sensors in ISY, other than disable/enable. I believe that one can change the parameters, such as duration of sensor's ON but I have not played with that yet.
-
You are right..... I use Zwave sensors and I can not turn OFF these sensors from the AC. I thought indeed of adding a time factor, but have to think about this more.
-
Thanks Larryllix, at first look maybe a bit too complex for me but I will look at it.
-
Thanks, I have resolved my issue with 3 programs : (1) IF Motion Sensor is ON THEN Light X goes ON Wait 2 minutes Light X goes OFF (2) IF Light X is switched ON THEN Stop Program (1) Disable Program (1) (3) IF Light X is switched OFF THEN Enable Program (1)
-
Indeed, in fact I created programs so that my Administrative Console shows 33-67-100, even when I set a different percentage or voice command. This is not really necessary but better reflects status.
-
My 4 fans (from Home Depot) work with these switches, and work fine with both Alexa and GH, using "Fan" in Portal-Connectivity-Alexa / Google Home. The default speeds are Low= 33 %; Medium=67%; High and Max = 100%
-
https://smile.amazon.com/GE-Enbrighten-Required-SmartThings-14287/dp/B06XTKQTTV/ref=sr_1_2?crid=KO3750X4W487&dchild=1&keywords=zwave+fan+control&qid=1589585051&sprefix=zwave+fa%2Caps%2C182&sr=8-2
-
I guess that on question what fan we use, the Zwave fan includes a regular fan with a. Zwave fan switch.....
-
That depends on how many Zwave devices you have between your bathroom and your ISY. Zwave is a mesh network and the more (non-battery) devices you have the better the communications. Teken suggested that you get repeaters, but I always suggest to get a few plug-in devices, as these are both repeaters AND you can connect a lamp (or any device) so that you actually have a use of the repeating device. Depending on the distance between the bathroom and ISY, 1,2 or 3 repeating devices should be sufficient. Also remember to perform a Zwave "heal" after you add Zwave devices to your network, as this helps optimization of your mesh network.
-
Zwave Failing to Add - Inovelli Switch
asbril replied to asperber's topic in Z-Wave - Series 300/500
Eric's lack of support says it all.... I now only use Homeseer and GE/Jasco switches -
IF light X is switched on THEN stop program 1 Disable program 1 Or else Enable program 1
-
I had the Enable in Else of Program 2 I also believe that keeping Status of Ceiling is ON on top of Switch is an issue. Now I have the following : Program 1 IF Motion Sensor is ON THEN Light X is ON wait 2 minutes Light X OFF Program 2 IF Light X is switched ON THEN Stop Program 1 Disable Program 1 Program 3 If Light X is switched OFF or Status Light X is OFF THEN Enable Program 1 I believe that if I keep in Program 1. IF Light X is switched ON or Status Light X is ON then in Program 1 Light X will not go off after 2 minutes, because Program 2 stopped and disabled Program 1 This works in simulation in Administrative Console, but I still have to check when Motion sensor is activated. Let me know if my logic makes sense.
-
My experience is that the enable in ELSE did not work, so I created another program : IF Laundry Ceiling Light is Switched OFF or Status Laundry Ceiling Light is OFF THEN Enable program This seems to work when I simulate from my Administrative Console, but still have to try with the motion sensor in action, but it should work. Thanks for your guidance.
-
Many thanks lilyoyo1, The only part I don't understand is And (Light is not switched off or status ceiling light is off)
-
This looks similar to my alternative, which I will try now.