Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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": ""
},

```