mouth4war
mouth4war
params are power for power mode, temps for target temperature, watts for power load setting (1 is 900w, 2 is 1300W , 3 is 2200w, 4 is auto), delay and...
` {"id":9835,"method":"get_prop","params":["power","temps","watts","delay","sleep","sound","lock","max","tempi","tempp"]} {"code":0,"id":9835,"otlocalts":1580127392867239,"result":[1,19,1,0,1,0,0,0,22,35]} `
If I had to guess, I'd say tempi is environment temperature and tempp is heater temperature. ```` { "type":"urn:miot-spec-v2:device:heater:0000A01A:leshow-bs1:1", "description":"Heater", "services":[ { "iid":1, "type":"urn:miot-spec-v2:service:device-information:00007801:leshow-bs1:1", "description":"Device Information", "properties":[ { "iid":1, "type":"urn:miot-spec-v2:property:manufacturer:00000001:leshow-bs1:1",...
I have a locally tested version that works! It sets temperature and turns on/off the heater. Still haven't mapped power modes (low, med, high, auto). Thinking of mapping to either...
Yeah your code works for this heater with some changes to the parameters. Some bug with the heat/off state reporting that needs fixing but other than that, it works. Does...
Don't know about your heater but mine has a useless room temperature sensor. I'm thinking these heaters are better used in HA as switches that can be combined with external...
I've fixed the power and HVAC state reporting bug (this uses 0/1 instead of off/on). Will make a PR if requested. Right now, I'm trying to figure out a way...
I found the files and can make a fork. Still haven't added power modes. Do you still need it?
Try this https://github.com/mouth4war/homeassistant-mi-heater
Hey @matangg I can help with verifying the logic if you can generate the codes for http://cloud.broadlink.com.cn/irda_code/600.gz . Counts: Temp Range: 13 (18-30 C) Modes: 5 (Auto, Cool, Dry, Fan...