From e19a5704b9c6622d2e374d4d038eb220c92281e6 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 2 Feb 2024 09:00:39 +0100 Subject: [PATCH] docs: update test_transfer_odt_4 --- test_transfer_odt_4.md | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/test_transfer_odt_4.md b/test_transfer_odt_4.md index c7c5ee0..0e2f215 100644 --- a/test_transfer_odt_4.md +++ b/test_transfer_odt_4.md @@ -2,7 +2,7 @@ title: transfer proxmox - HTML to Markdown description: published: 1 -date: 2024-02-01T23:10:20.627Z +date: 2024-02-02T08:00:33.089Z tags: editor: markdown 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 @@ -342,7 +345,35 @@ note4 **attention**: when migrating HAOS, the user/pswd of mqtt must be identical for correct operation of Tasmota, Shelly and Mycropython devices - + + + +### 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 + + + +