Skip to content
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

added deCONZ to stack and deCONZ node to Node-RED #149

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open

added deCONZ to stack and deCONZ node to Node-RED #149

wants to merge 52 commits into from

Conversation

DIYtechie
Copy link
Contributor

Add deCONZ docker image from https://github.com/marthoc/docker-deconz

Tested with raspberry pi 3B+ with Conbee II, Node-RED (including node-red-contrib-deconz) and Home Assistant.

Hardware (Conbee I/II or Rasbee) must be plugged in when stack is being composed.

Fixes #145

kauffman-repo and others added 17 commits January 9, 2020 20:04
fix for username not equal pi
Gitea is a lightweight implementation of a Git server. Makers who are
already running a local IOTstack server may prefer to commit their work
to a local repository running on their Raspberry Pi, rather than
GitHub/GitLab/etc. Implementing Gitea under the IOTStack umbrella
inherits the existing IOTstack backup mechanisms for free.

Candidate page for the wiki at
https://www.dropbox.com/s/onqndgyamo2h74i/Gitea.md.zip?dl=1
Route filter.acl to add the option in mosquitto/mosquitto.conf of filtering wich topics can be read or writen by defined users.
Added the file where the user creates filters.
The example filters don´t affect usage in any way.
Version "2" of the docker-compose.yml cannot use "Healthcheck" instructions.  Only 2.1+ can do this.  I propose we upgrade the version to at least 3 so we can incorporate HealthCheck commands and any other new features as appropriate.  We're running the latest version of docker - the latest version of the docker-compose.yml is 3.7 - unless there's a really, really good reason to use an older format of the docker-compose.yml, can we please update it to at least 3.0, preferably 3.7?
s/restart you device/restart your device/
The url for the supervised HASSIO is changed, because the old one is resulting with error 404 and you cannot finish the installation
@Slyke
Copy link
Collaborator

Slyke commented Apr 19, 2020

I have submitted this PR on your behalf over at the fork: SensorsIot#9, If you would like to have your name to the commits, please submit the PR there and let me know so I can remove the PR I created on your behalf.

@DIYtechie
Copy link
Contributor Author

I have submitted this PR on your behalf over at the fork: SensorsIot#9, If you would like to have your name to the commits, please submit the PR there and let me know so I can remove the PR I created on your behalf.

Thank you very much @Slyke - great! I have submitted the same pull request as SensorsIot#24 now.

Slyke and others added 22 commits April 19, 2020 23:05
Changed each menu item to be on a separate line to make merges easier.
Adds a Gitea container to IOTstack
Updated readme with quick install instructions so people don't have to dig for it in the documentation.
Mosquitto changes update to security
Removed references to the Wiki (this IS the Wiki).

Fixed typo in EspruinoHub (was EspurinoHub).

Changed "sudo apt-get install git" to "sudo apt install git". My
understanding is that "apt" is considered best practice.

Changed the URL to download the repository from
"https://github.com/gcgarner/IOTstack.git" to
"https://github.com/SensorsIot/IOTstack.git".

Removed the last sentence under "Running under a virtual machine".
Graham closed and unpinned issue 29 so this seems redundant.

Changed several URLs to refer to the new documentation structure.

Added a "Networking" section below "Persistent data" to cover-off the
"first timer" problem of not realising why 127.0.0.1 won't work. It's
such a common problem that I thought it would be better to put it up
front (and thereby explain it twice) rather than expect newbies to
read the Networking page and immediately "grok" its significance.

Other tweaks such as clarifying the need to install Docker on the
first menu run, and consistent layout for the commands to start and
stop the stack. Also harmonised "IOTstack" as the spelling and added
some missing full stops.
Fixes some inconsistencies and makes other tweaks to index page
get current user in directoryfix.sh
update menu.sh for hassio
Transmission container plus volume management
@DIYtechie
Copy link
Contributor Author

Anything I can do to help get this PR merged? 🤓😊

@Slyke
Copy link
Collaborator

Slyke commented May 3, 2020

@DIYtechie There's a PR over at SensorsIot#24, it cannot be merged because it has a merge conflict (and I can't fix because I don't have access to your fork). Can you fix it and push?

@DIYtechie
Copy link
Contributor Author

@Slyke Sure. It should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: add deConz to stack