Sebastian Muszynski

Results 913 comments of Sebastian Muszynski

Your implementation is pretty advanced especially the custom cooking profiles. Could you provide some tests or test data (of different cooking stages) to be able to implement some tests later...

Could you provide a response per command, too?

cp. https://github.com/bit3725/homeassistant-mi-water-purifier/blob/master/custom_components/sensor/mi_water_purifier.py

``` # https://miot-spec.org/miot-spec-v2/instance?type=urn:miot-spec-v2:device:outlet:0000A002:chuangmi-212a01:1 { "type" : "urn:miot-spec-v2:device:outlet:0000A002:chuangmi-212a01:1", "services" : [ { "description" : "Device Information", "properties" : [ { "iid" : 1, "type" : "urn:miot-spec-v2:property:manufacturer:00000001:chuangmi-212a01:1", "access" : [ "read" ],...

It looks like the device doesn't expose the bluetooth gateway via miot. ``` "description" : "Device Information", "description" : "Device Manufacturer", "description" : "Device Model", "description" : "Device Serial Number",...

``` { # Source https://miot-spec.org/miot-spec-v2/instance?type=urn:miot-spec-v2:device:outlet:0000A002:chuangmi-212a01:1 "power": {"siid": 2, "piid": 1}, "temperature": {"siid": 2, "piid": 6}, "working_time": {"siid": 2, "piid": 7}, "led": {"siid": 3, "piid": 1}, "power_consumption": {"siid": 5, "piid": 1},...

@ziqiDev The device isn't supported right now.

Wow! This is working without any change of the custom component?

I'm not aware of any issue (of the `xiaomi_raw` integration). I would be happy about some input.