Clarification on Room Assistant GPIO #399
Unanswered
Menethoran
asked this question in
Q&A
Replies: 2 comments 2 replies
-
If I remember correctly it should be |
Beta Was this translation helpful? Give feedback.
1 reply
-
Outside of the scope of the post ...
Did Raspbian Buster change the way these things operate? I set a motion
sensor up like this for a DAKboard a year or so ago and didn't have any
trouble .. I'm fighting this thing left and right trying to figure out what
it wants (I alsmot feel like I have bad sensors or something)...
Because, correct me if I'm wrong, I want to use 'PIN' because I want the
input from the PIR sensor... Right? Like, I do not want "Switch" because
that would be for sending a return command to say... Turn on an LED or
something?
(Sorry, ripping my hair out over this .. and I'm already bald ;) )
…On Thu, Dec 10, 2020, 5:54 PM Heiko Rothe ***@***.***> wrote:
Oh and for outputs: those are always switches, so configuring a pin under
binarySensors makes it an input while configuring it under switches makes
it an output.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#399 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7VRSOFKCXPFYIRUHJ2Z63SUFGSJANCNFSM4UVPQUBA>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys... so... in an attempt to figure out whats wrong with my build, i realized theres some not friendly wording on the way to set up PIR sensors in regards to Room Assistant... so...
When told to write the configuration and when getting to the "PIN" category, are we looking to put in the physical PIN number for the attached PIR output... or are we looking to put the GPIO number there (For example, a raspberry Pi Pin #16 is GPIO23)... So, do we use "16" or 23" in that position?
Second, how do we setup a pi to configure that pin as an output (or is that built into RA/NodeJ?)
Sorry, the literature for physical sensors and RA isnt great.... and makes this a bit difficult (then theres the logs... which are sparse... makes it difficult to track down where the errors are happening)
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions