Sebastian Muszynski
Sebastian Muszynski
Does this issue apply to `philips.light.sread1` and `philips.light.sread2`?
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.
Did you try the `yeelight` component?
HUAYI HUIZUO PISCES For Bedroom (huayi.light.pis123)
Specs: https://miot-spec.org/miot-spec-v2/instance?type=urn:miot-spec-v2:device:light:0000A001:huayi-pis123:1 Service: siid 1: (Device Information): 4 props, 0 actions * Property piid: 1 (Device Manufacturer): (string, unit: None) (acc: ['read'], value-list: [], value-range: None) * Property piid: 2...
Cool! The temperature slider should be removed for this model?
Official supported methods: ``` set_power ["on"] set_power ["off"] set_bright [int] delay_off [int] # seconds delay_off [0] # reset ``` And properties: ``` ["power", "bri", "dv"] ```
Could you provide the output of: ``` pip3 install python-miio miiocli device --ip IP --token TOKEN raw_command get_prop "['power', 'bri', 'dv']" # and miiocli device --ip IP --token TOKEN raw_command...
https://github.com/rytilahti/python-miio/pull/587
``` # Properties ["power", "bright", "cct", "snm", "dv", "sw", "bl", "ms", "ac"]; # Methods add_mb [item] apply_fixed_scene [scene_num] delay_off [0] delay_off [int] # seconds del_rc [] enable_ac [isOnStr]) enable_bl [isOnStr])...