You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -104,13 +104,17 @@ Check https://github.com/ct-Open-Source/ct-Smart-Home/ for updates.
104
104
105
105
This happens when there are containers running that haven't been defined in the `docker-compose.yml`. The cause for this might be a failed deployment or that a container was added to or removed from the c't-Smart-Home setup. You can fix this by running `docker-compose down --remove-orphans`, followed by `./start.sh start`.
106
106
107
-
### After the latest update mosquitto won't accept connections. What is happening?
107
+
### After the latest update Mosquitto won't accept connections. What is happening?
108
108
109
-
With version 2.x Mosquitto explicitly requires a option to enable anonymous logins. While it is highly recommended to require authentication for Mosquitto, it's okay for a beginner setup and for testing to have no authentication. To reactivate anonymous logins open the file `./data/mqtt/conf/mosquitto.conf` and add the line `allow_anonymous true`. Then run `docker-compose restart mqtt`.
109
+
From version 2.x onward Mosquitto explicitly requires a option to enable anonymous logins. While it is highly recommended to require authentication for Mosquitto, it's okay for a beginner setup and for testing to have no authentication. To reactivate anonymous logins open the file `./data/mqtt/conf/mosquitto.conf` and add the line `allow_anonymous true`. Then run `docker-compose restart mqtt`.
110
+
111
+
### I can't see any devices in the Zigbee2Mqtt nodes provided by node-red-contrib-zigbee2mqtt.
112
+
113
+
If you upgrade from an existing installation, you must add `homeassistant: true` to `./data/zigbee/configuration.yaml`.
110
114
111
115
### The Zigbee2Mqtt web-frontend doesn't work for me, but the service is running just fine. Did I miss something?
112
116
113
-
You probably did an update from an earlier version of c't-Smart-Home to a recent one. You must add a few lines to `./data/zigbee/configuration.yaml`. Have a look at their [documentation of the frontend](https://www.zigbee2mqtt.io/information/frontend.htm).
117
+
You probably did an update from an earlier version of c't-Smart-Home to a recent one. You must add a few lines to `./data/zigbee/configuration.yaml`. Have a look at their [documentation of the frontend](https://www.zigbee2mqtt.io/information/frontend.htm). Make sure to set the option `port` to `1881`.
114
118
115
119
### Why doesn't c't-Smart-Home provide a complete setup with HTTPS support for the services. What's the issue?
116
120
@@ -126,6 +130,10 @@ Sadly most NAS vendors use modified versions of Docker that miss some features.
126
130
127
131
You could try, but we don't support it on a Mac.
128
132
133
+
### I'm missing some nodes after an update. What happended?
134
+
135
+
We probably removed some unnecessary or outdated nodes. Check which are missing and look in the palette for them. Most likely you can reinstall them from there.
136
+
129
137
## Container images and Versions
130
138
131
139
The Node-RED container image is a variation on [the official one](https://hub.docker.com/r/nodered/node-red) provided by the Node-RED project. We provide versions based on Node.js versions 10 (Maintenance LTS), 12 (Maintenance LTS) and 14 (Active LTS). See Node.js [releases page](https://nodejs.org/en/about/releases/) for support cycles. The container image based on Active LTS will always be the default. You can freely modify your copy of the compose file to use a different container image or even create your own image.
@@ -150,7 +158,7 @@ The `:latest` image is rebuild upon new releases and updated weekly to include u
150
158
151
159
We also use the `:latest` versions of [Eclipse Mosquitto](https://hub.docker.com/_/eclipse-mosquitto) and [Zigbee2mqtt](https://github.com/Koenkk/zigbee2mqtt.io).
152
160
153
-
The Docker images are hosted on the [Docker Hub](https://hub.docker.com/repository/docker/ctmagazin/ctnodered) and on [GitHubs Package Registry ghcr.io](https://github.com/orgs/ct-Open-Source/packages/container/package/ctnodered). The default is to use GitHubs Package Registry, since the rate limits and retention policies of the Docker Hub are possible causes for future issues.
161
+
The Docker images are hosted on the [Docker Hub](https://hub.docker.com/repository/docker/ctmagazin/ctnodered) and on [GitHubs Container Registry ghcr.io](https://github.com/orgs/ct-Open-Source/packages/container/package/ctnodered). The default is to use GitHubs Container Registry, since the rate limits and retention policies of the Docker Hub are possible causes for future issues.
0 commit comments