homebridge-dwelo-thermostat-plugin
v1.0.2
Published
Bridge Dwelo smarthome to HomeKit with HomeBridge
Downloads
7
Readme
dwelo-thermostat
Bridge Dwelo smarthome to HomeKit with HomeBridge
Configuration
The values of "token", "home" and "thermostat" are specific to your Dwelo Account. To get them, follow these steps (only needs to be done once).
Getting "token" value
- Open Chrome.
- Open Developer Tools (View/Developer/Developer Tools).
- Click on 'Network' tab. Make sure 'Preserve Log' is checked.
- In the 'Filter' box, enter
token
- Go to
https://web.dwelo.com
, and click 'Sign In'. Log into your account. - One network call (beginning with
command/
) will appear in the Dev Tools window. Click on it. - In the Headers tab, under Request Headers, look for the "authorization" header. Copy the long string of characters after
Token
(it's around 199 characters long and has no spaces). This is your"token"
inconfig.json
.
Getting "home" value
- Go to
https://web.dwelo.com
, and click 'Sign In'. Log into your account. - Look at the browser address bar and you'll see
https://web.dwelo.com/units/XXXXXX?community=123
. Copy the numbers after theunits/
. It should be 6 characters long.
Getting the "thermostat" value
- Go to
https://web.dwelo.com
, and click 'Sign In'. Log into your account. - Open Dev Tools window. On dwelo page, click 'Refresh Devices'. Then in network call section of the Dev Tools windows, find the latest XHR request named 'device', find the entry for 'deviceType': 'thermostat' and the 'uid' will be the thermostat value