https://github.com/e154/smart-home-node
software package for automation
https://github.com/e154/smart-home-node
diy go golang home-automation raspberry-pi smart smart-home smarthome
Last synced: 5 months ago
JSON representation
software package for automation
- Host: GitHub
- URL: https://github.com/e154/smart-home-node
- Owner: e154
- License: gpl-3.0
- Created: 2017-01-23T16:40:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-24T05:41:55.000Z (over 2 years ago)
- Last Synced: 2024-11-15T03:14:56.443Z (over 1 year ago)
- Topics: diy, go, golang, home-automation, raspberry-pi, smart, smart-home, smarthome
- Language: Go
- Homepage: http://e154.github.io/smart-home/
- Size: 242 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Smart home node
---------------
[Project site](https://e154.github.io/smart-home/) |
[Server](https://github.com/e154/smart-home/)

[](https://www.gnu.org/licenses/gpl-3.0)
|Branch |Status |
|------------|---------|
|master |  |
|dev |  |
Attention! The project is under active development.
---------
### Installation for development
access to serial port
sudo gpasswd --add ${USER} dialout
or
sudo usermod -a -G dialout ${USER}
You then need to log out and log back in again for it to be effective.
```bash
git clone https://github.com/e154/smart-home-node $GOPATH/src/github.com/e154/smart-home-node
cd $GOPATH/src/github.com/e154/smart-home-node
go mod vendor
go build
```
### LICENSE
[GPLv3 Public License](https://github.com/e154/smart-home-node/blob/master/LICENSE)