Everything posted by jerlands
-
Some Echo connected home voice commands suddenly not recognized...
I need an example Jon...
-
What conditionals slow program speed down?
I agree.. scenes cut down a lot of ISY business. Jon...
-
What conditionals slow program speed down?
The way I vaguely understand program execution.. occurs one program at a time and the program waits for the devices to ACK before it completes and goes on to the next program. Then/Else statements don't wait for ACK from devices but just issue the command. Jon...
-
What conditionals slow program speed down?
10-15 seconds is a long time. I'd open Event Viewer to Level 3, press the "Goodnight button" and view the results (copy paste into message) Jon...
-
Linking TriggerLinc
I don't have a triggerlinc but on all my battery operated devices the led lights with momentary press of set button. I would make sure you have good battery, that it's installed correctly and that the contacts are in good shape. As Stu noted. You should be able to take it out in a field, place it into linking mode and see the led blink. Jon...
-
4/18/16 Connection Issues
Nothing shows in the error log during this period. 2016/04/18 03:22:22 System -100 [DHCP] state=RENEW <<-- last event And the event log looks like normal activity.. 38 3 52 1 ST 0 2016/04/18 12:20:02 System 5 14 2C 31 2 ST 255 2016/04/18 12:22:49 System 5 2E 75 F9 1 ST 0 2016/04/18 12:40:59 System 5 2E 75 F9 1 ST 255 2016/04/18 12:41:10 System 5 Echo gave several responses "that command doesn't work" but the commands processed Jon...
-
4/18/16 Connection Issues
Unable to retrieve logs and Echo commands unreliable Jon... back up it seems... Jon...
-
Insteon 2477d wiring - assistance needed
Basically all you need to do is supply power, neutral and ground to each switch, the load wire from one switch to the lights and cap the other switches red load wire off. You may need a voltmeter to ensure you're not coming off some other switched supply. Jon...
-
04-11-2016 6:15 AM EST the Portal appears to be down
1. Was https://my.isy.iodown? <<-- No, initially ISY showed online then appeared offline after I attempted ISY Web Access 2. Was Echo down? <<-- yes, for some reason rediscovered devices but all commands "sorry, that command doesn't work on device..." 3. Do you use MobiLinc? If not, what app are you using? <<-- Yes Jon...
-
04-11-2016 6:15 AM EST the Portal appears to be down
back up now Jon...
- 4-16-2016
- 4-16-2016
- 4-16-2016
-
04-11-2016 6:15 AM EST the Portal appears to be down
same Jon...
- 4-16-2016
-
Add thermostat humidity level to program notification
I don't have an Insteon thermostat but you need to use the correct node number for humidity ${sys.node.1f 70 64 1.CLIHUM} look at the device and you'll see it. It won't be the same as for temperature. Jon...
-
Add thermostat humidity level to program notification
You should be able to do this by adding getting the node address for humidity and adding that to a substitution variable included in the notification. example from wiki: sys.node.<address>.<valueName>.CLIHUM sys.node.11 22 AA 1.CLIHUM Jon...
-
Issue with dimmer for LED light strips
If I understand correctly you need to add scene adjust for the cabinets and then following the adjust add a second or two wait and turn the scene on. If Control 'Kitchen Can Lts 1' is switched Fade Up Or Control 'Kitchen Can Lts 1' is switched On Then Set 'Kitchen Cab LED 1' 35% In Scene 'Kitchen Cab' set Set 'Kitchen Cab LED 1' 35% Set 'Kitchen Cab LED 2' 35% In Scene 'Kitchen Cab' set Set 'Kitchen Cab LED 2' 35% Wait 2 seconds Set Scene 'Kitchen Cab' On Jon...
-
"Roger" that
KOOL! Great find! Got it working with Echo and maybe later will play with other features. Jon...
-
Issue with dimmer for LED light strips
What's not working in the program and how do you want it to work? If Control 'Kitchen Can Lts 1' is switched Fade Up Or Control 'Kitchen Can Lts 1' is switched On Then Set 'Kitchen Cab LED 1' 35% <<-- this only sets the local control Set 'Kitchen Cab LED 2' 35% Else - No Actions - (To add one, press 'Action') Jon...
-
New Member question
Here's a link to the NEW Agave forum. Jon...
-
New Member question
Mobilinc is a relatively inexpensive tried and (somewhat true mobile interface that's plug and play. There are also upcoming apps (Agave) that might be competition to it. HAD can be hosted from ISY if you have 994i Pro version and either the network module or the ISY Portal. Jon...
-
New Member question
Mobilinc is the only app I'm aware of that will permit renaming of state. This might make a good Product Request however? Other than UDAjax, HAD is a customizable browser based interface and can be accessed via the ISY Portal if you have it installed. As far as I know though it doesn't offer renaming of states. Jon...
-
04-14-2016 2:05 AM EST the Portal appears to be down
Working for me @ 0309 Jon...
-
WeMo switches?
WeMo has a number of Channels but the problem with IFTTT is, being cloud based, the time it can take from command to actions. Using Network Resources Maker would be the Trigger Channel and one of the WeMo Channels as the Action Channel. Jon...