CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 04:03:31 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-robots-tag: none
etag: W/"79267392b1ae414fedd5b2eb76e8e2a7"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=aYjoBLC4r%2FtaYn7OCJT3Sxr6h8eShAPA2y1bVaB8%2B0ueeyo78W2yNtpg4edYe1pcXV7t7ohitoauDppBb%2BaLxTQb2uzYN%2FpfoTWcnas133%2BfmXM2aoebDs%2BXlxH%2F6YhJSSEgk7t6LgL%2B7PftZFZJmtwCi0lXbcMgHaD3rCYfm0UbBw8R9%2F%2BkOVEkVVt4DICcOswqCNsDSHEGvgCg6LJcpXD%2BBvypMwAmc7HxGfg68j7xDbaQxbvUrKLS1z2rItpRpfesLvA0fBLoDMQrRRnVjg%3D%3D--u%2FPKux0yaBb6S50d--WJdIIx2fu1MCDX%2FuWv4rGg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1514844679.1753416211; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 04:03:31 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 04:03:31 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B94A:C8A1:14FC0A:1E4168:68830213
Configuration · homebridge-plugins/homebridge-ewelink Wiki · GitHub
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 127
Configuration
Ben edited this page Jul 22, 2021
·
157 revisions
If you are using v6.8.0 or below, see Configuration (v6)
Add the following to your configuration file in the appropriate place. The following are the basic required fields.
{
"name": "eWeLink",
"username": "your-ewelink-username (either full phone (eg +8613185260282) or email address)",
"password": "your-ewelink-password",
"platform": "eWeLink"
}
⚠️ The"platform": "eWeLink"
line must not be changed- It is recommended to use your main eWeLink account for the plugin (not a shared account)
- You can optionally use a
base64
-encoded version of your password - See Connection Methods for the exception when your eWeLink credentials can be removed from the configuration in LAN mode
Entry | Type | Default | Explanation |
---|---|---|---|
mode |
str |
"auto" |
This setting defines how the plugin communicates with your devices. Options are:
For further guidance, see Connection Methods. |
offlineAsNoResponse |
bool |
false |
Whether to mark cloud-offline accessories as 'No Response' in HomeKit. This setting has no effect if the plugin is in LAN mode and does not apply to Zigbee devices nor the DW2 sensor. |
countryCode |
str |
"+44" |
Override the default country code, may help with login issues for users in other regions. |
httpHost |
str |
"" |
Override the default API host, may help with login issues for users in other regions. |
apiPort |
int |
0 |
Port to use for the Internal API. Set to 0 to disable. Set to 1 to choose a randomly available port. |
disableDeviceLogging |
bool |
false |
Global logging setting for accessory status changes. If true then accessory status changes will not be logged. This can also be set per accessory later in the config. |
debug |
bool |
false |
Global logging setting for the plugin. If true then debug information will be added to the log. This can also be set per accessory later in the config. |
debugFakegato |
bool |
false |
If true , the included Fakegato library will debug to the log. |
disablePlugin |
bool |
false |
If true , the plugin will remove all accessories and not load the plugin on restart. |
singleDevices |
array |
[] |
Optional settings for single-channel switch, outlet and light switch devices. See Single Channel Devices for a further explanation about this option and configuration examples. |
multiDevices |
array |
[] |
Optional settings for multi-channel switch, outlet and light switch devices. See Multi Channel Devices for a further explanation about this option and configuration examples. |
lightDevices |
array |
[] |
Optional settings for dimmer, bulb and LED strip devices. See Light Devices for a further explanation about this option and configuration examples. |
thDevices |
array |
[] |
Optional settings for thermostat and TH10/16 devices. See Thermostat Devices for a further explanation about this option and configuration examples. |
fanDevices |
array |
[] |
Optional settings for iFan devices. See Fan Devices for a further explanation about this option and configuration examples. |
sensorDevices |
array |
[] |
Optional settings for DW2 and Zigbee sensor devices. See Sensor Devices for a further explanation about this option and configuration examples. |
rfDevices |
array |
[] |
Optional settings for RF Bridge devices. See RF Devices for a further explanation about this option and configuration examples. |
bridgeSensors |
array |
[] |
Optional settings for RF Bridge subdevices. See RF Bridge Sensors for a further explanation about this option and configuration examples. |
Clone this wiki locally
You can’t perform that action at this time.