Sebastian Muszynski
Sebastian Muszynski
Do you mean the button of the device itself? What happens after 4-5 days if you remove the integration from HA?
You should contact the manufacturer of your device because it looks like an firmware issue which cannot be solved here.
What did you mean by: > I have removed the integration from HA, but this did not resolve the problem. If the issue appears without interaction with 3rd party apps/libraries...
@janowakps Are you sure? Can we try to compare both implementations?
This issue applies to the `sread1`, right?
https://github.com/openhab/openhab-addons/blob/main/bundles/org.openhab.binding.miio/src/main/resources/database/philips.light.sread1.json
Implemented properties and commands: ``` $ cat philips.light.sread1.json | grep property "property": "power", "property": "bright", "property": "ambstatus", "property": "ambvalue", "property": "dvalue", "property": "eyecare", "property": "bl", $ $ cat philips.light.sread1.json |...
``` # python-miio, https://github.com/rytilahti/python-miio/blob/master/miio/philips_eyecare.py#L122-L131 "power", "bright", "ambstatus", "ambvalue", "dvalue", "eyecare", "bls", // typo? "notifystatus", // not requested at openhab "scene_num", // not requested at openhab ```
The mi home plugin (react app) uses this set of properties: ``` _miot.Device.getDeviceWifi().callMethod('get_prop', ["power", "bright", "notifystatus", "ambstatus", "ambvalue", "eyecare", "scene_num", "bls", "dvalue"]).then(function (response) { ```
Anybody here available for an experiment? 1. Remove this device from HA (comment out the philipslight platform). 2. Reboot the lamp and test the phyiscal buttons. They should work now....