Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie with Pi3
#45
Not sure if this will help any but here is how I have it wired up. If you are tired of fooling with this I COMPLETELY understand. I stated at the beginning this is all new to me, but interesting. I have tried running the test script have some issues I will post that info in a minute. Thanks

Okay here is what I have
Error:
============= RESTART: /home/pi/Desktop/buran4-4-test switch.py ============= Traceback (most recent call last): File "/home/pi/Desktop/buran4-4-test switch.py", line 19, in <module> MY_PATH = os.path.dirname(sys.argv[0]) NameError: name 'os' is not defined


Not sure if I messed up or not , but I added
import os
then I get sys line 20 not defined so I
imported sys


now it ran this is what I got
Output:
============= RESTART: /home/pi/Desktop/buran4-4-test switch.py ============= Start monitoring Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door STOP. Door closed. Time is 04 Apr 2018 04:07:46.470615 Day. Open door Start motor. Time is 04 Apr 2018 04:08:31.712056 STOP. Door open. Time is 04 Apr 2018 04:08:33.181920 Day. Open door Start motor. Time is 04 Apr 2018 04:08:33.233796 STOP. Door open. Time is 04 Apr 2018 04:08:34.488290 Day. Open door Start motor. Time is 04 Apr 2018 04:08:34.543608 STOP. Door open. Time is 04 Apr 2018 04:08:35.079982 Day. Open door Start motor. Time is 04 Apr 2018 04:08:35.137366 STOP. Door open. Time is 04 Apr 2018 04:08:35.937013 Day. Open door Start motor. Time is 04 Apr 2018 04:08:36.022351 STOP. Door open. Time is 04 Apr 2018 04:08:37.494573 Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door Night. Close door STOP. Door closed. Time is 04 Apr 2018 04:10:46.583543 Day. Open door Start motor. Time is 04 Apr 2018 04:12:24.263203 STOP. Door open. Time is 04 Apr 2018 04:12:30.724498
I'm going to attach GPIO log

My internet stinks I am uploading GPIO log Attachment but only at 6 %.

Attached Files

.docx   Schematics.docx (Size: 145.89 KB / Downloads: 157)
Reply


Messages In This Thread
Newbie with Pi3 - by Dualxeon - Mar-30-2018, 08:39 AM
RE: Newbie with Pi3 - by buran - Mar-30-2018, 09:32 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-30-2018, 10:26 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-30-2018, 10:19 PM
RE: Newbie with Pi3 - by snippsat - Mar-30-2018, 10:38 PM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 05:53 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-31-2018, 08:28 AM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 08:48 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-31-2018, 09:25 AM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 10:00 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-31-2018, 10:28 AM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 10:47 AM
RE: Newbie with Pi3 - by Dualxeon - Mar-31-2018, 12:09 PM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 12:23 PM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 07:29 PM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 07:47 PM
RE: Newbie with Pi3 - by Dualxeon - Mar-31-2018, 08:55 PM
RE: Newbie with Pi3 - by buran - Mar-31-2018, 09:13 PM
RE: Newbie with Pi3 - by Dualxeon - Apr-01-2018, 08:51 AM
RE: Newbie with Pi3 - by wavic - Apr-01-2018, 09:07 AM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 08:57 AM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 09:13 AM
RE: Newbie with Pi3 - by wavic - Apr-03-2018, 09:47 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-01-2018, 09:14 AM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 09:27 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-01-2018, 09:36 AM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 09:40 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-01-2018, 11:34 AM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 12:14 PM
RE: Newbie with Pi3 - by Dualxeon - Apr-01-2018, 06:32 PM
RE: Newbie with Pi3 - by buran - Apr-01-2018, 08:08 PM
RE: Newbie with Pi3 - by Dualxeon - Apr-02-2018, 10:19 AM
RE: Newbie with Pi3 - by buran - Apr-02-2018, 11:13 AM
RE: Newbie with Pi3 - by buran - Apr-02-2018, 11:20 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-03-2018, 07:33 AM
RE: Newbie with Pi3 - by buran - Apr-03-2018, 07:41 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-03-2018, 08:46 AM
RE: Newbie with Pi3 - by buran - Apr-03-2018, 08:56 AM
RE: Newbie with Pi3 - by buran - Apr-03-2018, 09:01 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-03-2018, 09:17 AM
RE: Newbie with Pi3 - by buran - Apr-03-2018, 10:14 AM
RE: Newbie with Pi3 - by buran - Apr-03-2018, 11:04 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-04-2018, 07:40 AM
RE: Newbie with Pi3 - by buran - Apr-04-2018, 08:02 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-04-2018, 08:30 AM
RE: Newbie with Pi3 - by buran - Apr-04-2018, 09:08 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-04-2018, 09:15 AM
RE: Newbie with Pi3 - by buran - Apr-04-2018, 09:22 AM
RE: Newbie with Pi3 - by Dualxeon - Apr-04-2018, 08:14 PM
RE: Newbie with Pi3 - by buran - Apr-04-2018, 08:21 PM
RE: Newbie with Pi3 - by Dualxeon - Apr-04-2018, 10:58 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020