Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roscoe81/dynalite-homebridge-via-mqtt
A bridge between Homebridge and Dynalite via mqtt
https://github.com/roscoe81/dynalite-homebridge-via-mqtt
dynalite home-automation homebridge lighting-control mqtt smart-home smarthome
Last synced: 7 days ago
JSON representation
A bridge between Homebridge and Dynalite via mqtt
- Host: GitHub
- URL: https://github.com/roscoe81/dynalite-homebridge-via-mqtt
- Owner: roscoe81
- License: mit
- Created: 2023-01-20T05:13:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T08:27:44.000Z (over 1 year ago)
- Last Synced: 2024-10-17T02:21:19.743Z (22 days ago)
- Topics: dynalite, home-automation, homebridge, lighting-control, mqtt, smart-home, smarthome
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dynalite-homebridge-via-mqtt
A prototype bridge between Homebridge and Dynalite via mqtt commands. It uses the [Python Dynalite Library](https://github.com/troykelly/python-dynalite) and [Homebridge mqtt plug-in](https://github.com/cflurin/homebridge-mqtt). It currently only supports a limited number of accessory types (lights, windows and switches).## Configuration
Set up by populating the cfg dictionary. The code has an example that can be modified to suit your dynalite setup with areas, names, presets and channels. You will need to configure the IP address and port number of your RS485 to IP gateway and the IP address of your mqtt broker.## License
This project is licensed under the MIT License - see the LICENSE.md file for details