docs: update test_transfer_odt_4
This commit is contained in:
parent
7d7bd5eae6
commit
e19a5704b9
|
|
@ -2,7 +2,7 @@
|
||||||
title: transfer proxmox - HTML to Markdown
|
title: transfer proxmox - HTML to Markdown
|
||||||
description:
|
description:
|
||||||
published: 1
|
published: 1
|
||||||
date: 2024-02-01T23:10:20.627Z
|
date: 2024-02-02T08:00:33.089Z
|
||||||
tags:
|
tags:
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2024-02-01T19:16:08.517Z
|
dateCreated: 2024-02-01T19:16:08.517Z
|
||||||
|
|
@ -285,7 +285,10 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mqtt.sh)"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
http://192.168.178.80:1883
|
~~http://192.168.178.80:1883~~
|
||||||
|
|
||||||
|
fixed IP, identical to previous HA installation:
|
||||||
|
http://192.168.178.52:1883
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -345,6 +348,34 @@ note4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Zigbee2MQTT
|
||||||
|
https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
|
||||||
|
https://www.zigbee2mqtt.io/guide/adapters/#recommended
|
||||||
|
https://smarthomecircle.com/install-zigbee2mqtt-with-home-assistant#setting-up-zigbee2mqtt-as-a-home-assistant-add-on
|
||||||
|
|
||||||
|
|
||||||
|
socat
|
||||||
|
enabled: false
|
||||||
|
master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
|
||||||
|
slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
|
||||||
|
options: "-d -d"
|
||||||
|
log: false
|
||||||
|
|
||||||
|
mqtt
|
||||||
|
server: mqtt://192.168.178.52:1883
|
||||||
|
user: note4
|
||||||
|
password: note4
|
||||||
|
|
||||||
|
serial
|
||||||
|
port: /dev/ttyUSB0
|
||||||
|
adapter: deconz
|
||||||
|
baudrate: 115200
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<br/><br/>
|
<br/><br/>
|
||||||
## Wiki.js LXC
|
## Wiki.js LXC
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue