[Problem] Miio Philips

Installed Hassbian version 0.68.1.
I have 3 Phillips lamps. One bulb and two celling led.
Installed the component Xiaomi Phillips. Code in configurated.yaml:

Summary

light 1:

  • platform: xiaomi_miio
    name: Philips
    host: 192.168.50.171
    token: 987654321qwerty
    model: philips.light.ceiling

light 2:

  • platform: xiaomi_miio
    name: Philips 2
    host: 192.168.50.196
    token: 987654321qwerty
    model: philips.light.bulb

Did a restart. As a result, lamps are not available.
In log:

Summary

2018-05-02 22:01:55 ERROR (Thread-8) [miio.device] Unable to discover a device at address 192.168.50.196
2018-05-02 22:01:55 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.196
2018-05-02 22:01:56 ERROR (Thread-15) [miio.device] Unable to discover a device at address 192.168.50.171
2018-05-02 22:01:56 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.171
2018-05-02 22:02:31 ERROR (Thread-7) [miio.device] Unable to discover a device at address 192.168.50.171
2018-05-02 22:02:31 ERROR (Thread-21) [miio.device] Unable to discover a device at address 192.168.50.196
2018-05-02 22:02:31 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.171
2018-05-02 22:02:31 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.196
2018-05-02 22:03:02 ERROR (Thread-18) [miio.device] Unable to discover a device at address 192.168.50.171
2018-05-02 22:03:02 ERROR (Thread-10) [miio.device] Unable to discover a device at address 192.168.50.196
2018-05-02 22:03:02 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.171
2018-05-02 22:03:02 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.196
2018-05-02 22:03:33 ERROR (Thread-11) [miio.device] Unable to discover a device at address 192.168.50.196
2018-05-02 22:03:33 ERROR (Thread-20) [miio.device] Unable to discover a device at address 192.168.50.171
2018-05-02 22:03:33 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.196
2018-05-02 22:03:33 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.171
2018-05-02 22:04:04 ERROR (Thread-6) [miio.device] Unable to discover a device at address 192.168.50.171
2018-05-02 22:04:04 ERROR (Thread-3) [miio.device] Unable to discover a device at address 192.168.50.196
2018-05-02 22:04:04 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.171
2018-05-02 22:04:04 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.196
2018-05-02 22:04:35 ERROR (Thread-5) [miio.device] Unable to discover a device at address 192.168.50.171
2018-05-02 22:04:35 ERROR (Thread-9) [miio.device] Unable to discover a device at address 192.168.50.196
2018-05-02 22:04:35 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.171
2018-05-02 22:04:35 ERROR (MainThread) [homeassistant.components.light.xiaomi_miio] Got exception while fetching the state: Unable to discover the device 192.168.50.196

do a network scan with Advanced IP Scanner, to check if the ip’s are the right ones. Could also be your router that’s messing things up.

Have they worked before?

1 Like

Worked yesterday at Domoticz.
Installed a network scanner. You’re right. The router changed the address of the lamp. Many thanks!