-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add philips.light.rwread support #32
Comments
oops, scene always shows "0" and cannot be changed |
|
Could you provide the output of:
Thanks! |
here's the output: Running command raw_command |
do I need to add this to the light.py? |
No. This is just the command set to implement the full featured device. |
Could you explain the follow me / follow me value feature? |
It has a motion/shock sensor and will turn on automatically when it detected motion/human activity. I'm not sure if it's follow me. I don't have english manual. The flow me value might be the sensitivity of the shock sensor. |
So we could call the feature "motion detection" and "sensitivity of the motion detection". Could you provide a URL to a product detail page? |
I'll try to find an english product page. In MIJIA app, this function marked as experimental(实验室功能),named“延迟感应开灯”,can be turned on/off, and the value marked "延迟感应开灯灵敏度“ |
Could you provide the different sensitivity levels? |
What happens if you try to set
|
from the MIJIA app, the sensitivity level only have two value, high and low. I will try set other values using miiocli tonight. |
@syssi I could not find any engligh product page. It's a MIJIA & Philips dual brand desk lamp maybe only for chinese market. Here's the chinese product page: https://item.mi.com/product/10332.html?cfrom=search&selected=1192900028&pClass=c the offical name is "米家飞利浦读写台灯", so english name maybe mijia philips read write desk lamp? |
miiocli device --ip IP --token TOKEN raw_command enable_flm "[1]" miiocli device --ip IP --token TOKEN raw_command enable_flm "[1]" miiocli device --ip IP --token TOKEN raw_command set_flmvalue "[3]" It seems that cannot set value out of range |
Thanks! |
wondering when this one can be added? thank you! |
it's a new model of desk eye care lamp.
I just change the philips.light.mono1 to philips.light.rwread, it seems works well
The text was updated successfully, but these errors were encountered: