-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Rewriting of installation guide for Raspberry Pi #901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
||
### {% linkable_title Raspberry Pi Hardware Specific Components %} | ||
|
||
Some components that are specific for the Raspberry Pi can require some further configuration outside of Home Assistant. All commands below are assumbed to be executed with the `pi` account. For full documentation of these components refer to the [components](/components) page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assumbed assumed
Do we really need to specify the pi
account? They all seem like sudo
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this case yes.
Since this installation creates a separate account for HA that does not have sudo privileges. Tested it on a friend and he got stuck there since he just continued on from the previous part where you where logged in with the ``homeassistant` account.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 You are right, needs to be in sudoers
Should be ready to go.
|
- Launch Home Assistant and serve the web interface on [http://localhost:8123](http://localhost:8123) | ||
### {% linkable_title Raspberry Pi GPIO %} | ||
Each of the following devices are connected to the GPIO pins on the Raspberry Pi. | ||
For more details about the GPIO layout, visit the Wikipedia [article](https://en.wikipedia.org/wiki/Raspberry_Pi#GPIO_connector) about the Raspberry Pi. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link seems to be working: https://en.wikipedia.org/wiki/Raspberry_Pi#General_purpose_input-output_.28GPIO.29_connector
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake. Just stole the link from homeassitant.io. I'll fix the original link on the other pages in a separate pull request.
I'm considering if this wouldn't be a better reference https://www.raspberrypi.org/documentation/usage/gpio/ ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That link is to the official Raspberry Pi Foundation, so should be better
Two minor comments, but it's looking good! |
…iated components.
@kellerza Done :) |
🐬 Thanks, will be a very helpful guide! |
Associated with #891