Skip to content

cetic/zwave2mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zwave2mqtt

This project allows to deploy zwave sensor network on Raspberry Pi 0w with docker and docker-compose. To manage collected data, a local brocker is installed (mosquitto).

Getting Started

To deploy the service, you need to install raspbian on your Raspberry Pi 0w : download raspbian

Prerequisites

Update your platform and install git to clone the project :

sudo apt update
sudo apt upgrade
sudo apt install git

Installing

To deploy the service, you don't need to install any source. All installations will be managed by docker. Each configuration wil be managed by docker-compose. To install these two tools, you can run install.sh

cd ~/zwave2mqtt
sudo bash install.sh
sudo reboot

Running the service

Go to your project and launch docker-compose :

cd ~/zwave2mqtt
docker-compose up -d

Tests

After deploying the service, in your browser, you can go to the page : http://$YOUR_IP:8091

HOME_PAGE_PNG

Configuration

For configuration and more details on ZWave deployement, go to this page and see Step 2 (French link) : http://hub-creatif.ext.cetic.be/node/2

The configuration explains how to:

  • Manage your ZWave network
  • Configure your MQTT installation
  • Customize your gateway service

Built With

Authors

  • Benjmain Bernaud - Initial work - contact

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Z-Wave to MQTT with docker on Rasperry pi 0w :

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors