Closed Foraxfox closed 2 years ago
What does the status line print? We need to know which DPS set it is using. Using BulbDevice
(instead of OutletDevice
) may help if it's a known bulb type.
Actually, looking though your edits you did originally post the DPS values:
set_status() result {'dps': {'20': True, '21': 'white', '22': 1000, '23': 211, '24': '000003e803e8', '25': '000e0d0000000000000000c80000', '26': 0, '101': True}}
DPS 20-26 means it is bulb type B, which BulbDevice
should auto-detect and set for you.
Thanks a lot, it works better that way :)
I am certainly doing something wrong. But when I try to turn my light off or on in the first example:
I manage to get the state but the light doesn't turn off or on. I have normally followed all the steps of the readme.
Futhermore, the light always responds on the application
update : I added the debug function and I have indeed an error 902
Any help or explanation as to what is happening here would be much appreciated.
Thank you