Everything posted by oberkc
-
ISY and Phillips Hue Integration Step-By-Step (For dummies...like me)
The big point is that they are different (though an ON command may also include other parameters that would exceed the 1 byte difference). Unfortunately, in post 86, dreamerI90 claimed "everything is the same expect I have JUST this in the Body field...". Clearly everything is NOT the same.
-
ISY and Phillips Hue Integration Step-By-Step (For dummies...like me)
Don't forget to check your "content-length". As I stated earlier, mine is different for ON and OFF resources. For me, everything else is NOT necessarily the same.
-
ISY and Phillips Hue Integration Step-By-Step (For dummies...like me)
This is what I have in my body field, and it works: {"on": false} The only thing I see different is a space between the ":" and the "f". However, I also notice that there are also some differences in the headers. Specifically, I notice that the "content-length" is different for OFF than for ON
-
I need suggestions on Flood light control and motion sensors
I use the light switch that controls the flood lights as a trigger. If turned on manually, I disable the motion timer program. If control light switch is turned on and control light switch is not turned off then nothing else nothing That program is true if I manually turned on the switch, and false if I manually turn it off. Now I can simply use the true/false status as a condition of the motion timer program. If time is from dark to light and control motion sensor is on and status first program is false then turn on light wait a while turn off light else nothing Assuming that the switch is not manually turned on, the first program will be false and the timer program will operate normally. If the switch is manually turned on, the second program will evaluate false and nothing will happen (and will interrupt the timer if ongoing...a good thing). I would likely find it necessary to add a third program to handle the program timer being interrupted during the transition to "light" if time is light then turn off light Yes, you could use variables. You could also do similar logic with program folder, or by using a program to halt and disable the motion program. Whatever makes sense in your mind. Hopefully, this will give you some ideas.
-
help troubleshooting keypadlinc
Ah. I should have been more specific. Good.
-
help troubleshooting keypadlinc
Temporarily power your PLM from a long extension cord from another circuit. Does this help? Regardless, I would filter all that computer stuff. I don't care how long it has worked before. Things get old and things stop working. Your PLM is too important to risk interference from that other stuff.
-
help troubleshooting keypadlinc
This sounds like "marginal" communications, potentially. Your PLM...is it on a circuit with lots of other computer stuff?
-
switches respond from console but not programs
I see nothing wrong with the program. It should work, in my estimation, without the scene. Normally, I understand direct commands are more robust than a scene. You could certainly temporarily add some wait states between each to see if lilyoyo1's theory checks out. I suppose it might be a link record issue, but this seems unlikely since they individually work from the admin panel. There seems to be a lot of talk about PLM failures. Perhaps that is a possibility here, but I have no idea how to determine that. Otherwise, I am running out of explanations.
-
Problem with lights flashing and wont stop
I have had a dimmer cycle between off and on repeatedly. Is that what you are seeing? In my case, it was a device failure. Definitely check the program logs, however. Maybe Gary Funk is correct and you have a program that has found itself in some sort of loop.
-
Status Change from Switches
Then I would look at communication issues. In the outlet and circuit that powers the PLM, are there lots of other electronic devices, such as computers, modems, printers, UPS, power supplies? Have you confirmed communication between the legs of your electrical system?
-
Status Change from Switches
Clearly the admin panel should be showing accurate status. If not, programs won’t work. Whether you have link record issues or communication interference, this needs to be identified and corrected. If the steps in the linked wiki article does not solve the problem, you should begin troubleshooting potential sources of interference.
-
All Off How to?
I use a scene. I do not believe that there is an ALLOFF command available.
-
Texting
I wonder if you could use one of the notifications. Depending on your cellular network, one can send an EMail message and receive it as text. (or, at least, one could in the past.) For example, sending an EMail to xxxxxxxxxx@vtext.com (xxxxxxxxxx = your phone number) would send a text message to your Verizon phone. Other carriers have similar capability. Perhaps that would work for you.
-
Having problems - all programs not running
I wonder, given the modem restoration having solved your problem, if this is a sign of impending PLM failure.
-
are a series of statments within a "THEN" clause still "atomic"?
I took the program listing as conceptual, not using strict syntax. For the purpose of someguy's question, that was sufficient in my mind.
-
are a series of statments within a "THEN" clause still "atomic"?
I understood that a program such as this would continue to the end, unless it had wait, or repeats, in the statement. A change in the condition would NOT halt it, I thought. Perhaps this aspect has changed. Certainly, I would try stusviews recommendations.
-
How to use I/O Linc to turn on lights
Mr Bill. Perhaps I am confused. Your two examples: from sunrise to sunset (same day) from sunset to sunrise (next day) are clearly opposite time periods. I would not expect both to behave the same. Compare that to the original (post 1) program from sunset to sunrise (same day) Moving back to the cooper0705 program...I agree, let us keep it simple. I continue to think that there are no more problems beyond the "same day"/"next day" condition and remain unclear regarding your earlier post (#6) It is this condition that I find flawed, since sunrise (same day) occurs BEFORE sunset.
-
How to use I/O Linc to turn on lights
MrBill. I am not so sure this is accurate (or is at least misleading). While the sunset and sunrise conditions trigger only twice each day, they would be true at all points in between. I use the from-to condition in several programs. Works like a champ.
- Hue and ISY in same room
-
How to use I/O Linc to turn on lights
Yes, it is that simple, or even simpler, depending on what you are trying to accomplish. If you want a light to come on with the door, staying on until it closes, you could create a scene with the IOLinc relay as controller and light as responder. If you want a bit more control over when the light turns on and off, a program may be needed. Yes, it should be that simple. In your program, you might want to change your sunrise condition to "next day".
-
Hue and ISY in same room
Yes, it is. But the title of your post suggest some concern about using the hue and ISY in the same room, and I still don't see a question. Perhaps none is intended, and you are only trying to point something out for others to be aware. If this is the case, thanks. But...if your intention is to seek input from others, it might be helpful to state your questions.
-
Hue and ISY in same room
Benefit of hue versus ISY? The hue hub has very little automation, but apparently integrates with a bunch of other things such as the harmony and echo. I have been assuming that the ISY communicates to the hue system via the hub (network resource) so I view the hue system as a supplement to insteon and the ISY. My interest has been the color options, wall wash lights, and strip lights...those have worked out very well.
-
Hue and ISY in same room
Is there a questions somewhere? I would think that the physical location of the hue and ISY would be irrelevant. They communicate via the local network, and both are wired, correct? Mine sit right next to each other.
-
What would cause this issue all of a sudden
My experience is much based on single-band devices, so it may not be as important as it once was, but I filter all UPS and surge suppressors as a mater of course.
-
What would cause this issue all of a sudden
Is the UPS filtered? Is it on the same circuit as the PLM? In my experience, those things cause problems for insteon signals. If you temporarily remove the UPS, does the problem go away?