Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

slvwolf/zwave-mqtt-bridge

Repository files navigation

zwave-mqtt-bridge

Service for bridging ZWave components to Home Assistant over MQTT.

This project is no longer maintained

Note: Project is in prototype state so expect some rough edges

Intalling and Running

pip3 install -t requirements.txt 
cp example_config.yaml config.yaml

Do the necessary changes to config.yaml and run,

export LC_ALL=C.UTF-8
export LANG=C.UTF-8
apistar run

Production run

export LC_ALL=C.UTF-8
export LANG=C.UTF-8
uvicorn app:app --port 5000 --host 0.0.0.0

Service will open up status page on http://127.0.0.1:5000

Supported Devices

  • Sensors
  • Binary sensors
  • All Lights

Known issues

  • RGB State is not supported

About

Bridge for controlling Z-Wave devices over MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published