-
Posts
14889 -
Joined
-
Last visited
Everything posted by larryllix
-
Strange I do not have a 2441TH and only two 2441ZTH units talking to ISY. When I changed my units from F to C the scale of the transmission of data does not change. The 2441ZTH only transmits C with two counts for every degree. When you change your ISY994i over to C from F no adjustments are made on the 2441ZTH thermostats to accommodate the scale change. It would appear that F scales are all done at the readout ends.
-
That is the time (new) they need them. The factory fresh devices do weird thing that you or I could never make them do if we tried to.
-
After not heeding this advice from other many times I always do this now. Always factory reset every Insteon device before using in your HA system.
-
In the first scenario the links connecting the two switches did not get installed. - Are you sure you used the correct switch as the controller and the other with the load as the responder? - The Insteon commands from the switches can cause ISY to "think" the devices are on without actually operating them. Do a device query after operating to update to real statuses from the actual devices.
-
Yes the same CU30x controller. My well is 155 feet deep (lift probably only about 50-60 feet)and using the 1/2 hp as the biggest I could get for 120vac. The pressure is limited to 60PSI and at 70 PSI it takes a long time to shut off. If my well water level drops significantly it may never shut off and consume massive quantities of energy before noticing. I only have one floor and basement. A second story would made the story different.
-
Yeah! what he said! I was getting around to that in about another five-six hours but I had to warm him up first! Edit: replaced minutes with hours
-
Another possibility (and second thought)would be to define a variable called $Winter that would be evaluated set every day. The time could be tweaked with experience. Program Set_Season If ..at sunrise every day Then ..run Program Set_Season.2 Else -- Program Set_Season.2 (disabled so times don't trigger) If ..From 12:00:01 AM ..To 7:00 AM (adjust by experience) Then ..set $Winter to $cFalse Else ..set $Winter to $cTrue Now the rest should be fairly straightforward. Program Event If ..From 6:30 AM M-F ..To 7:30 AM Then ..run program Event.season Else ..set scene winter Off ..set scene summer Off Program Event.season (disabled but $Winter is not a state var. and won't auto-trigger anyway) If ..$Winter is $cTrue Then ..set scene winter On ..(Wait 1 hour ..set scene winter Off = alternative to time range usage above) Else ..set scene summer On Note that time frames filters are usually best in separate DISABLED programs because the end time triggers the else section if you are using code there.
-
"Between" or from-to exactly? From-to time conditions initiate Then - Else at only those two exact times. There will be time where a partial run may happen or they neither will run. If you want one program to always run depending on season I would use a variable called say.. $Nightime. Program Night.detection If ..From sunset+10 minutes ..To sunrise-10 minutes Then ..set $Nightime to $cTrue (I define variable names as constants =1) Else ..set $Nightime to $cFalse Program Event.trigger If ..From 6:30 AM ..To 7:30 AM Then ..Run program Event.season Else ..Run program Events.stopAll (common off program/scene) Program Event.season (disabled to stop self triggering) If ..$Nightime is $cTrue Then ..Run program winter scene Else ..Run program summer scene The sunrise times will not have your offset in them so some inaccuracies may be incurred but if the most important time is 6:30 and one always must be run this may do your job or be another route to contemplate.
-
Do the programs have to exactly at 6:30 and stop at 7:30? If so the determination of season using sunrise will cause problems in the same program. It appears to only ever start the "Then" sections based on your sunrise times. At 6:30 and 7:30 the "If" logic in both programs can never be true and the "Else" sections will always run. The time range will not work that way.
-
Since the syntax will be critical on this perhaps you can paste your programs here for the exact wording. Right click on the program's icon (in ISY's Admin Console) and select "copy to clipboard". Then paste it here. One point of possible misunderstanding is the time conditions using sunrise do not have a before or after. They will trigger at an exact time specified only. Any event listed in your "If" section will cause the whole logic to be evaluated and run then or else depending on the outcome. At 7:30 on weekdays both "elses" will run.
-
I have been running an SQE variable speed Grundfos pump for the last seven-eight years in my home. Since about Sept 2013 I have installed Insteon units and currently have about 40-50 units now. I have never experienced a problem between the two that I have ever noted. The Grundfos signals are superimposed on the lines to the pump and by the looks of the coils in the control box the incoming supply is well isolated from interference and interfering with external gadgets. My pump control is 120vac 1/2 hp and runs off my PV inverter. I chose 120vac due to only having a single phase 120vac inverter at that time. Plugged in, within ten feet, and probably not more than 15 feet of wire, is my PLM and ISY running off my grid panel. I do have Insteon plug-in units running off the inverter backed-up circuits with no problems. My X10 units have communication problems on those circuits with over 70-80 feet of 14/2 cables but not Insteon. AFCI breakers did give my Insteon units some problems before adding more dual band units in those zones but I seldom see inverter interference in bedrooms because the inverters aren't running during non-sunny times when I would be in the bedrooms with lights on. I have no Access Points, no Insteon repeaters or phase bridges, and no noise filters but I live in the rural with only three customers on one underground grid transformer. I do have an old X10 phase bridge on the same 5 foot long circuit that my ISY/PLM is plugged into. This Grundfos signal concern was raised with me years back on another group when I first purchased it with concerns for working with an inverter. Has never been a problem for pump, inverter or Insteon.
-
One other thing while you are at it is to factory reset each and every MS when they are new before installing them. I found some of mine doing things that didn't even seem possible until I factory reset them.
-
I use a setting of about 50-75 for mine. A few report dark in shaded rooms quite early and the count of them is useful on very un-sunny days to activate programs based on number that reported darkness as an analogue value.
-
For the four-way switching circuit, only the switch/dimmer wired to the flood lights will electrically control the lights and the other two units will not have loads on them, only sending Insteon commands to the one with the light load on it. The wiring will have to be sorted out and some capped off. All switches/dimmers will require a neutral connection and act as if they were in parallel controlling the light after the logic is set up. Take several pictures inside each box from different angles showing the entrance of each cable (under the clamp), wire colours and what connections each one goes to BEFORE starting disconnections. Label them definitively on your computer.
-
Some basics with these MS units. - Battery operated devices do not generally respond to queries from ISY unless the placed in "Linking" mode by usage of the button inside. - a query will update the battery low input. Only the LowBatt will respond to a query when not in "linking mode". Right click on the Low Battery node and select "query". - it is popular practice to disable the MS from sending the Off command and let ISY do the Off timing - darkness/lightness responses takes about 5 minutes to test after changing the light density - Night only mode means do not send out motion detected during light times. This will disable sensing motion during the day and not allow other programming ideas to recognise occupancy of the house. - Switch 5 on means the hardware controls are now inactive and settings are all in the ISY software options (after linking mode is established by the button long pressed). Not entering "linking mode" first will give you a multitude of errors. - In your ISY program (if using it for time control) you should have a time off timer in the "Then" section and a 'Control" in your "If" section. The "Control" usage insures that every time the MS sends an "On" the then section will start again retriggering the "Then" Wait timer to start over. - If you created a scene, the MS must be in linking mode to receive the update. More complex programming will then be needed to intervene with the direct link you have established between the MS and the light switch to control brightness and time of day response. Some of my LEDs are just left to come on during the day as the energy used is so insignificant. There is a way but more complex than if you didn't create a scene (and a direct link = ISY independent) between your MS and light control and just let ISY handle the "On" decisions. - If the "As motion is sensed" is not checked the MS will go to sleep for several minutes each time motion is sensed an will confuse your setup process thinking. Make sure it is checked, especially if you want a 30 second time off otherwise motion will not retrigger the Wait timer and the light will be off most of time while you are moving in front of it. I recommend a longer Off time off so motion is detected more easily within your time selection. The blinking on and off becomes annoying quickly. 1-2 minutes works well for me in all rooms.
-
Nice! It would seem I will need to get a serious RPi unit to be a slave to my ISY to get these values accessible to programs at lest until v5 arrives in 2018.
-
My DDNS service was totally free also, (with the purchase of their router.)
-
The variable needed (thus this request) is not available and is not likely to become available from the flavour here. http://forum.universal-devices.com/topic/13900-use-of-sysextip-variable-in-notifications/page-2
-
Odd Days - [ID 00A3][Parent 0001] If Time is 12:01:00AM on 2015/06/01 Or Time is 12:01:00AM on 2015/08/01 Or Time is 12:01:00AM on 2015/09/01 Or Time is 12:01:00AM on 2015/11/01 Then - reset the date timer code to 1 Else - No Actions - (To add one, press 'Action') Something like this could get you to next year using a daily incremented counter. The months after the ones with 31 days can be identified using the above filters.
- 4 replies
-
- irrigation
- schedule
-
(and 1 more)
Tagged with:
-
Yes my initialisation sends out an SMS and an email telling me a reboot has occurred and the last valid time known so I know how long the power was off. That can determine different courses of action. I also get a report of water leeks, temperature in three different places in two buildings, wind speed and gusts and how many motions were detected since midnight as well as yesterday's total. But **sigh** the mobile apps do not allow viewing the hidden address info with email or SMS. If the external IP address displayed in ISY could be used as a parameter this would be easy. Perhaps the answer is an Android app that displays header detailed info.
-
Are you talking "Hotmail" app or "Hotmail" mail service provider? I can see complete header information on PC apps but not on two mobile apps I use for mail. Addendum: In Thunderbird and MS mail apps you can "View Source" which will show all header info containing IP addresses etc. but on my two Android email apps I could not find a method to view this information. I spent a few hours on it figuring their is usually some hidden menu to no avail.
-
I used the "free" DDNS service provided by Netgear with my router through No-IP.com right up until I went away this winter. Suddenly they began sending me update renewal notices like spam every week, that I ignored. Next thing I know my DDNS stopped working. I emailed my ISP explaining this and they sent me my latest IP address, which they stated didn't change in the latest power failure we had at home. hmmmm... was on the system backup so router shouldn't have rebooted and re-DCHPed. That must have worked again but I didn't have my original external IP address because all my apps were set up to use a DDNS service that failed me when I needed it.. Meanwhile back at home I investigate the DDNS service and my URL had now been changed from my_nickname.mynetgear.com to my_last_name.mynetgear.com. WTF was that? Currently, in the last month, they have cut off my service and I doubt I want to continue the continuous spamming and recertification every month that they have recently added to the requirements of their supplied free service with the purchase of a Netgear router. WiFi access was very expensive and time limited in my location at the time. Sure would be nice if ISY could send you your external IP address on command and eliminate all this nonsense. Seems the gmail and the Samsung mail app will not disclose full header information to access this info for an Android phone, either, so that technique didn't help me there, unfortunately.
-
Ditto. I am running 4.2.18 and have never seen it before until yesterday. Interesting.
-
I have found many Insteon devices do really crazy things from the factory unless you factory reset them, especially the MS units. Good advice.