zigbee install
Posted: Monday 26 September 2022 2:47
Hello,
I've been attempting to install zigbee following the instructions from https://www.zigbee2mqtt.io/guide/gettin ... requisites
I'm using a legacy verison of raspian on a new install of domoticz version
Version: 2022.1
Build Hash: c9526851b
Compile Date: 2022-01-31 01:34:32
dzVents Version: 3.1.8
Python Version: 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0]
I've installed MQTT Broker from the instructions at https://randomnerdtutorials.com/how-to- ... pberry-pi/
and tested the operation using the dummy sensor as noted in the instructions.
Cloned the Domoticz Zigbee2MQTT Python plugin into domoticz plugin directory
opened the Domoticz hardware tab and added 2 devices
Zigbee2MQTT Plugin (v. 3.2.0-beta)
Address: localhost
Port:1883
MQTT CLIENT GATEWAY WITH LAN
Address: localhost
Port:1883
followed the instructions from:https://www.zigbee2mqtt.io/guide/gettin ... stallation
Installed Docker and tested the installation
installed docker-compose:
sudo apt-get install docker-compose-plugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
docker-compose-plugin is already the newest version (2.10.2~raspbian-buster).
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.
pi@raspberrypi:~ $ docker compose version
Docker Compose version v2.10.2
Located my adaper: ACM0
created a new directory which I called compose_files
using nano I created the compose.yml as noted in step #2 but changed the adapter to ttyACM0 and the timezone
The next step was confusing to me but following the instructions I created a sub directory within compose_files called zigbee2mqtt-data
within zigbee2mqtt-data I used Nano to create the configuration.yaml
From within the directory compose_files I issued the find command and the result was:
/docker-compose.yml
./zigbee2mqtt-data
./zigbee2mqtt-data/configuration.yaml
./nano.save
When I issue the docker-compose up -d command I get :
-bash: docker-compose: command not found
When I issue the command :
docker-compose logs -f I get the response -bash: docker-compose: command not found
At this point it appears that docker compose is not installed even though from above checks it appears as though version 2.10.2 is installed
I apologize if I'm being somewhat dense here but it's obvious that I'm missing something and any help would be greatly appreciated.
Thanks
Greg T
I've been attempting to install zigbee following the instructions from https://www.zigbee2mqtt.io/guide/gettin ... requisites
I'm using a legacy verison of raspian on a new install of domoticz version
Version: 2022.1
Build Hash: c9526851b
Compile Date: 2022-01-31 01:34:32
dzVents Version: 3.1.8
Python Version: 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0]
I've installed MQTT Broker from the instructions at https://randomnerdtutorials.com/how-to- ... pberry-pi/
and tested the operation using the dummy sensor as noted in the instructions.
Cloned the Domoticz Zigbee2MQTT Python plugin into domoticz plugin directory
opened the Domoticz hardware tab and added 2 devices
Zigbee2MQTT Plugin (v. 3.2.0-beta)
Address: localhost
Port:1883
MQTT CLIENT GATEWAY WITH LAN
Address: localhost
Port:1883
followed the instructions from:https://www.zigbee2mqtt.io/guide/gettin ... stallation
Installed Docker and tested the installation
installed docker-compose:
sudo apt-get install docker-compose-plugin
Reading package lists... Done
Building dependency tree
Reading state information... Done
docker-compose-plugin is already the newest version (2.10.2~raspbian-buster).
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.
pi@raspberrypi:~ $ docker compose version
Docker Compose version v2.10.2
Located my adaper: ACM0
created a new directory which I called compose_files
using nano I created the compose.yml as noted in step #2 but changed the adapter to ttyACM0 and the timezone
The next step was confusing to me but following the instructions I created a sub directory within compose_files called zigbee2mqtt-data
within zigbee2mqtt-data I used Nano to create the configuration.yaml
From within the directory compose_files I issued the find command and the result was:
/docker-compose.yml
./zigbee2mqtt-data
./zigbee2mqtt-data/configuration.yaml
./nano.save
When I issue the docker-compose up -d command I get :
-bash: docker-compose: command not found
When I issue the command :
docker-compose logs -f I get the response -bash: docker-compose: command not found
At this point it appears that docker compose is not installed even though from above checks it appears as though version 2.10.2 is installed
I apologize if I'm being somewhat dense here but it's obvious that I'm missing something and any help would be greatly appreciated.
Thanks
Greg T