Skip to content
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

[miio] Better support for Xiaomi IO Philips Wi-Fi Bulb E27 #7947

Closed
dafzor opened this issue Jun 20, 2020 · 2 comments · Fixed by #8034
Closed

[miio] Better support for Xiaomi IO Philips Wi-Fi Bulb E27 #7947

dafzor opened this issue Jun 20, 2020 · 2 comments · Fixed by #8034
Labels
bug An unexpected problem or unintended behavior of an add-on enhancement An enhancement or new feature for an existing add-on

Comments

@dafzor
Copy link

dafzor commented Jun 20, 2020

I have several Xiaomi IO Philips Wi-Fi Bulb E27 which I had been using with openhab/openhab:2.5.5 container for arm7.

I have to force the type and model and brightness but both power and brightness controls work as expected.

config:

Thing miio:basic:light_bedroom "Bedroom Light" @ "Home" [
  host="<redacted>",
  deviceId="<redacted>",
  token="<redacted>",
  model="philips.light.bulb"
]

"warnings" in openhab.log

2020-06-20 01:13:47.597 [INFO ] [internal.handler.MiIoAbstractHandler] - Mi Device model philips.light.hbulb has model config: philips.light.bulb. Unexpected unless manual override
2020-06-20 01:13:47.599 [INFO ] [internal.handler.MiIoAbstractHandler] - Mi Device model Unknown Mi IO Device (unknown) identified as: miio:unsupported, thingtype miio:basic. Does not matches thingtype miio:unsupported. Unexpected, unless manual override.

It would be nice for the device to be properly recognized so I don't have to force it.

@dafzor dafzor added the bug An unexpected problem or unintended behavior of an add-on label Jun 20, 2020
@dafzor dafzor changed the title Better support for Xiaomi IO Philips Wi-Fi Bulb E27 [miio] Better support for Xiaomi IO Philips Wi-Fi Bulb E27 Jun 20, 2020
@marcelrv marcelrv added the enhancement An enhancement or new feature for an existing add-on label Jun 28, 2020
@marcelrv
Copy link
Contributor

please provide the model string of your device.
Are all the functions working file with the philips.light.bulb config?

@dafzor
Copy link
Author

dafzor commented Jun 28, 2020

What's the model string? do you mean hardwareVersion? If so it's ESP8266 with firmware 1.3.7_0029 and 1.3.0_0015.

As for function, the binding exposes a lot of channels but I've only really tested power and brightness which covers all the functionality of the bulb.

marcelrv added a commit to marcelrv/openhab-addons that referenced this issue Jun 28, 2020
adding Philips Wi-Fi Bulb E27 White

Closes openhab#7947

Signed-off-by: Marcel Verpaalen <[email protected]>
cpmeister pushed a commit that referenced this issue Jun 30, 2020
adding Philips Wi-Fi Bulb E27 White

Closes #7947

Signed-off-by: Marcel Verpaalen <[email protected]>
knikhilwiz pushed a commit to knikhilwiz/openhab2-addons that referenced this issue Jul 12, 2020
adding Philips Wi-Fi Bulb E27 White

Closes openhab#7947

Signed-off-by: Marcel Verpaalen <[email protected]>
CSchlipp pushed a commit to CSchlipp/openhab-addons that referenced this issue Jul 26, 2020
adding Philips Wi-Fi Bulb E27 White

Closes openhab#7947

Signed-off-by: Marcel Verpaalen <[email protected]>
Signed-off-by: CSchlipp <[email protected]>
MPH80 pushed a commit to MPH80/openhab-addons that referenced this issue Aug 3, 2020
adding Philips Wi-Fi Bulb E27 White

Closes openhab#7947

Signed-off-by: Marcel Verpaalen <[email protected]>
Signed-off-by: MPH80 <[email protected]>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this issue Aug 31, 2020
adding Philips Wi-Fi Bulb E27 White

Closes openhab#7947

Signed-off-by: Marcel Verpaalen <[email protected]>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this issue Aug 31, 2020
adding Philips Wi-Fi Bulb E27 White

Closes openhab#7947

Signed-off-by: Marcel Verpaalen <[email protected]>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this issue Aug 31, 2020
adding Philips Wi-Fi Bulb E27 White

Closes openhab#7947

Signed-off-by: Marcel Verpaalen <[email protected]>
andrewfg pushed a commit to andrewfg/openhab-addons that referenced this issue Aug 31, 2020
adding Philips Wi-Fi Bulb E27 White

Closes openhab#7947

Signed-off-by: Marcel Verpaalen <[email protected]>
DaanMeijer pushed a commit to DaanMeijer/openhab-addons that referenced this issue Sep 1, 2020
adding Philips Wi-Fi Bulb E27 White

Closes openhab#7947

Signed-off-by: Marcel Verpaalen <[email protected]>
Signed-off-by: Daan Meijer <[email protected]>
markus7017 pushed a commit to markus7017/openhab-addons that referenced this issue Sep 19, 2020
adding Philips Wi-Fi Bulb E27 White

Closes openhab#7947

Signed-off-by: Marcel Verpaalen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants