Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragouf/homebridge-awox
control awox smartlight with homebridge
https://github.com/dragouf/homebridge-awox
Last synced: 3 months ago
JSON representation
control awox smartlight with homebridge
- Host: GitHub
- URL: https://github.com/dragouf/homebridge-awox
- Owner: dragouf
- License: mit
- Created: 2017-09-04T13:02:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T10:27:38.000Z (over 7 years ago)
- Last Synced: 2024-04-27T02:02:35.731Z (9 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homebridge-awox
control awox smartlight with homebridge### config :
```
{
"accessory": "AwoxSmartLight",
"name": "My Lamp",
"lampMac": "d03972b84926"
},```
with mqtt state
```
{
"accessory": "AwoxSmartLight",
"name": "My Lamp",
"lampMac": "d03972b84926",
"mqttServer": ""mqtt://192.168.1.12",
"mqttTopicRoot": "/awox",
"mqttUsername": "",
"mqttPassword": ""
},```