Jump to content
AT&T to end email-to-text ×

BamBamF16

Members
  • Posts

    340
  • Joined

  • Last visited

Everything posted by BamBamF16

  1. Hmm. It was my understanding flutter compiles to a native code app.
  2. Hmm. Seems like a lot of extra and somewhat unnecessary effort. Flutter would produce android, ios, and web at the same time.
  3. BamBamF16

    Platforms

    Is this being coded in a cross platform language such as reactJS or flutter? I hope so.
  4. Are any of the other themes better?
  5. Power cycle/reset router and see if it changes.
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. Ok, so then I don't have something setup correctly. My underlying variable isn't updating.
  11. 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
  12. 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.
  13. BamBamF16

    List of Users

    Is there any way to generate a list of the currently assigned users (names)? Thanks, Jeff
  14. 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.
  15. The upgrade reset your disabled programs to enabled. Put back as they were and it should Fix it.
  16. 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.
  17. 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).
  18. 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.
  19. @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
  20. Chown not chmod Sent from my iPhone using Tapatalk
  21. Get rid of the -r. Though it might do recursive change owner. you'll have to do the same in all the subfolders. Jeff
  22. Also might not need the trailing backslash after Console Sent from my iPhone using Tapatalk
  23. 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
  24. From the folder your config.txt is in: SCP config.txt pi@xxx.xxx.xxx.xx:~\Console\
  25. 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
×
×
  • Create New...