philipslight icon indicating copy to clipboard operation
philipslight copied to clipboard

Xiaomi Philips Eyecare 2nd Generation gets unresponsive

Open misterymisery opened this issue 4 years ago • 19 comments

After few hours (let say they stop to work overnight) touch buttons on lamp are locked and only lamp restart fix this. After restart they are good again for few hours. Any way to fix this?

PS. I have 3 of them and all behave same. When removing them from HA and deleting from custom_componets they are working fine.

misterymisery avatar Sep 30 '19 13:09 misterymisery

Seems this issue has been dragged on for long and no one able to proceed with more diagnosis and fixes. Anyone can help one this as this breaks the core feature to support this the device.

seafoodrice avatar Aug 14 '20 01:08 seafoodrice

I have same problem with xiaomi zhimi heater and it started after firmware update.

bazuchan avatar Aug 14 '20 06:08 bazuchan

Same issue with 2x Philips Eyecare lamps, only happened since integrating with HA which is a shame as they are now useless for "dumb" operations (using buttons) which my wife prefers.

Would really like a fix!

Light Xiaomi firmware version: 1.2.8.0026

Stupco avatar Sep 02 '20 01:09 Stupco

After few hours (let say they stop to work overnight) touch buttons on lamp are locked and only lamp restart fix this. After restart they are good again for few hours. Any way to fix this?

PS. I have 3 of them and all behave same. When removing them from HA and deleting from custom_componets they are working fine.

I had the same issue after implementing this component. However all was fixed after I plugged out and plugged in the lamp into the power socket. Both hardware and software controls restored completely. You can try.

SpeedFire0 avatar Jan 13 '21 07:01 SpeedFire0

After few hours (let say they stop to work overnight) touch buttons on lamp are locked and only lamp restart fix this. After restart they are good again for few hours. Any way to fix this? PS. I have 3 of them and all behave same. When removing them from HA and deleting from custom_componets they are working fine.

I had the same issue after implementing this component. However all was fixed after I plugged out and plugged in the lamp into the power socket. Both hardware and software controls restored completely. You can try.

That's work for some time and then happen again :/

pniewiadowski avatar Jan 13 '21 09:01 pniewiadowski

Confirming this bug is still an issue.

Stupco avatar Jan 13 '21 12:01 Stupco

Please subscribe this issue too: https://github.com/rytilahti/python-miio/issues/617

syssi avatar Jan 18 '21 18:01 syssi

Does this issue apply to philips.light.sread1 and philips.light.sread2?

syssi avatar Jan 18 '21 18:01 syssi

Does this issue apply to philips.light.sread1 and philips.light.sread2?

philips.light.sread2 works absolutely fine, while physical buttons on philips.light.sread1 stop working after several days (then you need to re-plug it to the power socket)

SpeedFire0 avatar Jan 18 '21 18:01 SpeedFire0

I have the same issue with philips.light.sread2, but I cannot 100% reproduce it.

laoyang945 avatar Mar 17 '21 02:03 laoyang945

same problem, help please !

xekil avatar Jul 13 '21 18:07 xekil

The same problem. Is there a way to fix it? philips.light.sread1 Firmware version 2.1.3.0024 latest.

samoswall avatar Sep 21 '21 22:09 samoswall

Yup, definitely still an issue. It's really pissing off my wife, basically the lamps are unusable as smart lamps, might need to just make them dumb lamps until this is fixed...

Stupco avatar Sep 22 '21 00:09 Stupco

I switch to this integration some time ago and it doens't have this issue, so here is my recomendation: https://github.com/syssi/xiaomi_raw Example switches.yaml configuration:

- platform: xiaomi_miio_raw
  name: przemek_desk_light
  host: 10.10.10.13
  token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  turn_on_command: 'set_power'
  turn_on_parameters: 'on'
  turn_off_command: 'set_power'
  turn_off_parameters: 'off'
  state_property: 'power'
  state_property_getter: 'get_prop'
  state_on_value: 'on'
  state_off_value: 'off'    

pniewiadowski avatar Sep 22 '21 06:09 pniewiadowski

Configured miio integration. 2021-09-22_10-26-42 2021-09-22_10-33-49 I'm testing it (waiting for a few days).

I edited it! After 4 days, the lamp stopped responding to button presses.

samoswall avatar Sep 22 '21 07:09 samoswall

I switch to this integration some time ago and it doens't have this issue, so here is my recomendation: https://github.com/syssi/xiaomi_raw Example switches.yaml configuration:

- platform: xiaomi_miio_raw
  name: przemek_desk_light
  host: 10.10.10.13
  token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  turn_on_command: 'set_power'
  turn_on_parameters: 'on'
  turn_off_command: 'set_power'
  turn_off_parameters: 'off'
  state_property: 'power'
  state_property_getter: 'get_prop'
  state_on_value: 'on'
  state_off_value: 'off'    

That is great. It is working few hours flawlessly for now where sometimes it started to fail after 2 hours! I can't wait if this still work tomorrow. Now how to fix it in offcial release?!

misterymisery avatar Sep 23 '21 15:09 misterymisery

Did you see the discussion here? https://github.com/rytilahti/python-miio/issues/617

As soon a working / proper / issue free set of properties is known this component can be fixed.

syssi avatar Sep 23 '21 15:09 syssi

@syssi yeap I seen it. Already responded there but not sure who owns this fix? Is it you?

misterymisery avatar Sep 25 '21 20:09 misterymisery