Giter VIP home page Giter VIP logo

koenvervloesem / raspberry-pi-home-automation Goto Github PK

View Code? Open in Web Editor NEW
51.0 8.0 13.0 113 KB

Code examples, errata and additional tips and references to interesting projects for the book "Control Your Home with Raspberry Pi: Secure, Modular, Open-Source and Self-Sufficient"

Home Page: https://koen.vervloesem.eu/books/control-your-home-with-raspberry-pi/

License: MIT License

Python 78.97% JavaScript 21.03%
home-automation raspberry-pi zigbee-gateway zwave-controller bluetooth-low-energy home-assistant rhasspy mqtt node-red voice-assistant

raspberry-pi-home-automation's Introduction

raspberry-pi-home-automation's People

Contributors

koenvervloesem avatar outsmartit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

raspberry-pi-home-automation's Issues

install pyton foobar

on page 44 of your BookControl your Home with Raspberry Pi "sudo pip3 install foobar" i get the error 'could not find a version that satifies the required foobar. No matching distribution found for foobar. I am wotking on a raspberry pi 3B.

installing docker-compose

I noticed that installing docker-compose with the command sudo pip3 install docker-compose (as mentioned on page 48) does not work (results in errors), the image used is: 2020-08-20-raspios-buster-armhf-lite.
Installing docker-compose via apt-get is possible but the version is 3.3 and not 3.7.
I can send you a log of the installation via pip3 (you know how to contact me)

typo on page 165

In the text below the orange box, the second sentence ends with "You can find see this with:"
I guess this is a typo

For some RTL-SDR sticks the idProduct number is 2832 in stead of 2838

I noticed for the RTL-SDR stick I am using the line mentioned on page 162
SUBSYSTEM=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2838", OWNER="pi", MODE="0660"
should be replaced by:
SUBSYSTEM=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2832", OWNER="pi", MODE="0660"

Using the original line mentioned in the book resulted in the following error message when running "docker logs -f rtl433tomqtt":
Please fix the device permissions, e.g. by installing the udev rules file rtl-sdr.rules

Apparently some sticks use 2838, while others 2832

typo on page 161

On page 161 the docker-compose.yml file contains the line:
service:
I think that should be:
services:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.