-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid IP #52
Comments
Hey @jahnkenneth, |
Yes. I am using Hoobs.
Med hilsen,
Jahn Kenneth Juliussen
… 22. des. 2020 kl. 07:53 skrev Anton Prokhorov ***@***.***>:
Hey @jahnkenneth,
Is it content of "platforms" of your config?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Will try it. |
|
23.12.2020, 22:11:32 [MiHumidifier] Fail to get props. SocketError: Timeout |
New error message. |
Are you sure that IP and token are correct? |
I ve got exactly the same problem.
The IP and token are correct for sure. Any ideas? |
Hello,
I have a Mi Humidifier 2. I am getting the following error:
MiHumidifier] Invalid config for device #0}. Error: Ivalid IP address undefined
at Object.validateConfig (/home/hoobs/.hoobs/node_modules/homebridge-mi-humidifier/dist/utils.js:18:15)
at /home/hoobs/.hoobs/node_modules/homebridge-mi-humidifier/dist/platform.js:34:25
at Array.forEach ()
at MiHumidifierPlatform.didFinishLaunching (/home/hoobs/.hoobs/node_modules/homebridge-mi-humidifier/dist/platform.js:31:29)
at HomebridgeAPI.emit (events.js:215:7)
at HomebridgeAPI.signalFinished (/usr/local/lib/node_modules/@hoobs/hoobs/node_modules/homebridge/lib/api.js:81:14)
at Server.start (/usr/local/lib/node_modules/@hoobs/hoobs/bridge/server.js:160:18)
at /usr/local/lib/node_modules/@hoobs/hoobs/bridge/cli.js:94:16
at processTicksAndRejections (internal/process/task_queues.js:93:5)
The IP-adress is correct...
My config:
[
{
"platform": "MiHumidifier",
"devices": [
{
"name": "Luftfukter",
"address": "192.168.68.194",
"token": "2e563007425a05924d4e5eb6fb13daa0",
"model": "zhimi.humidifier.ca4",
"updateInterval": 30,
"ledBulb": {
"enabled": true,
"name": "Humidifier LED"
},
"buzzerSwitch": {
"enabled": true,
"name": "Humidifier Buzzer"
},
"temperatureSensor": {
"enabled": true,
"name": "Humidifier Temperature"
},
"humiditySensor": {
"enabled": true,
"name": "Humidifier Humidity"
}
}
]
}
]
The text was updated successfully, but these errors were encountered: