Everything posted by BamBamF16
- Platforms
- Platforms
- Platforms
-
Admin interface folder expansion colors
Are any of the other themes better?
-
ISY not found in ISY Launcher
Power cycle/reset router and see if it changes.
-
ISY not found in ISY Launcher
If the setti g are greed out you have success. I don't think they blank the old settings. And it would take a power cycle to get a new IP from the router.
-
True status of KPL button for garage door
Can be done with 1/2 scene if IOlinc and sensor are correctly setup. I sold my house so don't have setup in front of me to show. But from memory IOlinc to toggle A I think. Wire to NC with appropriate mag sensor. Make a button (controller) and IOlinc relay (responder) in a scene. Then put sensor (controller) and and button (responder) in second scene. But that is from a 2+ year old memory.
-
House for sale
I did the same. Wrote a white paper on the basics with links to more info. Also wrote what each button program did currently. Then reset password. Had to go isy portal to remove old ISY UUID from my portal account. Added new one at the new house.
-
Displaying individual variables "as devices" (sort of like virtual devices)
I knew the error was in my setup. In my tired state (nice excuse) while setting up I created the test variable as an integer variable, not a state. So the issue was all me. thanks Teken.
-
Displaying individual variables "as devices" (sort of like virtual devices)
Ok, so then I don't have something setup correctly. My underlying variable isn't updating.
-
Displaying individual variables "as devices" (sort of like virtual devices)
Is this NS supposed to update the underlying variables value? It isn't for my test switch I added but I might have done it correctly. Thanks all. Jeff
-
List of Users
Thanks for the words all. I was referring to the user list in the admin console. I though that was activated in v5. My bad if wrong. It is annoying you can't see what is set as the admin name even. Mine is blank when I view it.
-
List of Users
Is there any way to generate a list of the currently assigned users (names)? Thanks, Jeff
-
How to control INSTEON KeyPadLinc scenes from different buttons
Add the show end button to the show start scene as a responder. Set it to 0%. So when you press the show start it should turn off the show end button. the only issue with this method in my mind is one button will always be lit. There are more complicated methods involving programs to solve that issue. Also set the buttons to non-toggle on. Jeff Edit - you might also be able to use button grouping but I've not done that.
-
Support Thread: 5.0.16C (ISY994)
The upgrade reset your disabled programs to enabled. Put back as they were and it should Fix it.
-
ISY Admin Console from Mac
Make sure in security settings you allow it to open. I believe there are 3 levels. Make sure it is not on the highest level. Then if it won't open go back to the security panel and select open anyways. The next time you attempt it should open.
-
email ISY's IP address
Why would you not know what the ip address is? I would recommend static(known) or DHCP(also known). Or do.you mean what ip address is assigned to your LAN by your isp? If that is the case the I recommend getting a domain name and using some type of DUC app. Much easier. Albeit with a year cost ( can be free if you don't mind weird domain names).
-
Keypad switches with Alexa
The primary keys (A on 8 button and On/Off on 6 button) are just like any other switch. The others on the keypad must be controlled by scene yes.
-
Soft Keypadlinc-like Console from Raspberry Pi
@garybixler, One quick thing. You can put the KeyColor=royalblue up top in the general area and you won't have to add it to each key. Jeff
-
Soft Keypadlinc-like Console from Raspberry Pi
Chown not chmod Sent from my iPhone using Tapatalk
-
Soft Keypadlinc-like Console from Raspberry Pi
Get rid of the -r. Though it might do recursive change owner. you'll have to do the same in all the subfolders. Jeff
-
Soft Keypadlinc-like Console from Raspberry Pi
Also might not need the trailing backslash after Console Sent from my iPhone using Tapatalk
-
Soft Keypadlinc-like Console from Raspberry Pi
SSH into the rpi. cd Console ls -la There will be 2 columns of data after all the drx- data either pi pi or root root. If it's root root the sudo chown -r pi pi *.* That will change ownership to the pi user. Sent from my iPhone using Tapatalk
-
Soft Keypadlinc-like Console from Raspberry Pi
From the folder your config.txt is in: SCP config.txt pi@xxx.xxx.xxx.xx:~\Console\
-
Soft Keypadlinc-like Console from Raspberry Pi
I created several syncing scripts in OSX the pull my current Console directory to my mac. I work on it there in text editor. Then another script to rsync back to the rPI. Then restart the console and I can see my changes. Jeff