mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update zigbee2mqtt
This commit is contained in:
@@ -46,6 +46,8 @@ $ curl 127.0.0.1:8080
|
|||||||
|
|
||||||
## Example Config
|
## Example Config
|
||||||
|
|
||||||
|
File: configuration.yaml
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
permit_join: false
|
permit_join: false
|
||||||
homeassistant: false
|
homeassistant: false
|
||||||
@@ -59,10 +61,20 @@ mqtt:
|
|||||||
serial:
|
serial:
|
||||||
port: /dev/ttyACM0
|
port: /dev/ttyACM0
|
||||||
advanced:
|
advanced:
|
||||||
|
pan_id: GENERATE
|
||||||
|
ext_pan_id: GENERATE
|
||||||
|
network_key: GENERATE
|
||||||
last_seen: epoch
|
last_seen: epoch
|
||||||
availability: true
|
availability: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
File: secret.yaml
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
user: kevin
|
||||||
|
password: kevin
|
||||||
|
```
|
||||||
|
|
||||||
## MQTT Testing
|
## MQTT Testing
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user