Skip to content

Small script which exposes an AWOX lamp to HomeAssistant using MQTT

Notifications You must be signed in to change notification settings

ItsEcholot/ha-awox-mesh-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ha-awox-mesh-light

Small script which uses the excellent python-awox-mesh-light library by Leiaz and exposes a light entity to HomeAssistant using MQTT AutoDiscovery.

This has been developed for controlling a single AWOX lamp in its own BLE Mesh network.

Configuration is done through environment variables.

Dependencies needed (install them using pip):

  • awoxmeshlight
  • paho-mqtt

Usage example (all on a single line):

AWOX_MAC=A4:C1:38:xx:xx:xx AWOX_MESH_NAME=awox_mesh AWOX_MESH_PASSWORD=hunter2 MQTT_HOST=mqtt.local MQTT_USER=ha-awox-mesh-light MQTT_PASS=hunter2 python3 ha-awox-mesh-light/__init__.py

For a guide on how to set AWOX mesh name and password check the README on the python-awox-mesh-light library.

About

Small script which exposes an AWOX lamp to HomeAssistant using MQTT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages