eigenein / my-iot-rs

Yet another home automation (alpha)
https://eigenein.github.io/my-iot-rs/html
MIT License
32 stars 5 forks source link

[Service] Philips Hue #132

Open eigenein opened 3 years ago

eigenein commented 3 years ago
❯ dns-sd -B _hue._tcp.
Browsing for _hue._tcp.
DATE: ---Wed 05 Aug 2020---
20:26:20.073  ...STARTING...
Timestamp     A/R    Flags  if Domain               Service Type         Instance Name
20:26:20.074  Add        2   6 local.               _hue._tcp.           Philips Hue - 122DCF
❯ http --verify no --body 'https://192.168.0.11/api/config'
{
    "apiversion": "1.40.0",
    "bridgeid": "ECB5…",
    "datastoreversion": "94",
    "factorynew": false,
    "mac": "ec:b5:…",
    "modelid": "BSB002",
    "name": "Philips hue",
    "replacesbridgeid": null,
    "starterkitid": "",
    "swversion": "1940042020"
}