Code Monkey home page Code Monkey logo

Comments (9)

Uptobillion avatar Uptobillion commented on August 11, 2024

it's a new device from xiaomi
i changed the temperature from 32℃to 31.8 31.6....
and i cant use python at all

from xiaomi_airconditioningcompanion.

syssi avatar syssi commented on August 11, 2024

Plesse provide the model name of the device!

from xiaomi_airconditioningcompanion.

Uptobillion avatar Uptobillion commented on August 11, 2024

On my router:”zhimi_aircondition”
Card in mijia app:”MIJIA Smart Air Conditioner (Energy Efficiency Level 3)”

from xiaomi_airconditioningcompanion.

syssi avatar syssi commented on August 11, 2024

Please use miiocli of python-miio to retrieve the model name by: miiocli device --ip IP --token TOKEN info

from xiaomi_airconditioningcompanion.

Uptobillion avatar Uptobillion commented on August 11, 2024

that's it!
Model: zhimi.aircondition.ma1
Hardware version: ESP32
Firmware version: 1.3.2
default

from xiaomi_airconditioningcompanion.

syssi avatar syssi commented on August 11, 2024

Properties (max. 16 per request): "mode", "lcd_auto", "lcd_level", "volume", "idle_timer", "open_timer", "power", "temp_dec", "st_temp_dec", "humidity", "speed_level", "vertical_swing", "ptc", "ptc_rt", "silent", "vertical_end", "vertical_rt", "ele_quantity", "ex_humidity", "remote_mac", "htsensor_mac", "speed_level", "vertical_swing", "ht_sensor", "comfort", "ot_run_temp", "ep_temp", "es_temp", "he_temp", "ot_humidity", "compressor_frq", "motor_speed"

{'mode': 'cooling',
'lcd_auto': 'off',
'lcd_level': 1,
,'volume': 'off',
'idle_timer': 0,
'open_timer': 0,
'power': 'on',
'temp_dec': 244,
'st_temp_dec': 320,
'humidity': null,
'speed_level': 5,
'vertical_swing': 'on',
'ptc': 'off',
'ptc_rt': 'off',
'silent': 'off',

'vertical_end': 60,
'vertical_rt': 19,
'ele_quantity': null,
'ex_humidity': null,
'remote_mac': null,
'htsensor_mac': null,
'speed_level': 5,
'vertical_swing': 'on',
'ht_sensor': null,

'comfort': 'off',
'ot_run_temp': 7,
'ep_temp': 27,
'es_temp': 13,
'he_temp': 39,
'ot_humidity': null,
'compressor_frq': 0,
'motor_speed': 1000}

Methods:

set_mode ["heat"]

set_temperature [318]
set_temperature [317]
set_temperature [316]

set_spd_level [0]
set_spd_level [1]
set_spd_level [2]
set_spd_level [3]
set_spd_level [4]
set_spd_level [5]
set_spd_level [5]
set_spd_level [5]

set_ver_range [0,20]
set_ver_range [0,40]
set_ver_range [0,40]
set_ver_range [0,40]
set_ver_range [0,60]

set_vertical ["off"]

set_ver_pos [17]
set_ver_pos [40]

set_ptc ["on"]
set_ptc ["off"]

set_idle_timer [1800]
set_idle_timer [2100]
set_idle_timer [0]

set_volume_sw ["on"]
set_volume_sw ["off"]

set_silent ["on"]
set_silent ["off"]

set_lcd [2]
set_lcd [3]
set_lcd [3]
set_lcd [3]
set_lcd [4]
set_lcd [4]
set_lcd [4]
set_lcd [5]
set_lcd [0]

set_mode ["wind"]
set_mode ["arefaction"]

set_comfort ["on"]

set_power ["off"]

from xiaomi_airconditioningcompanion.

syssi avatar syssi commented on August 11, 2024

@Uptobillion Could you provide some details:

  • Can the eletric auxiliary heating be enabled by set_ptc?
  • Can the night mode be enabled by set_silent?
  • What's the command/paramter for adjust wind speed: auto?
  • Could you provide the command for lcd_auto on/off? What does it mean?
  • Do you know the meaning of the properties: ptc_rt, ot_run_temp, ep_temp, es_temp, es_temp?

from xiaomi_airconditioningcompanion.

Uptobillion avatar Uptobillion commented on August 11, 2024

@syssi here is the anwser:

  1. Yes
  2. Yes
  3. the value 0-4 means level 1-5, the value 5 means auto.
  4. I could't find this option on my app. but when I open the night mode option, the lcd level will set to 1.
  5. ptc_rt “on” means eletric auxiliary heating is working. ot_run_temp, ep_temp, es_temp Maybe equipment temperature? estimate temperature? I dont know...I cant find them on my app.

I know there is a temperature but not a humidity(null) in the air condition.

from xiaomi_airconditioningcompanion.

Uptobillion avatar Uptobillion commented on August 11, 2024

@syssi here is the anwser:

1. Yes

2. Yes

3. the value 0-4 means 1-5, the value 5 means auto.

4. I could't find this option on my app. but when I open the night mode option, the lcd level will set to 1.

5. ptc_rt “on” means eletric auxiliary heating is working. ot_run_temp, ep_temp, es_temp Maybe equipment temperature? estimate temperature? I dont know...I cant find them on my app.

I know there is a temperature but not a humidity(null) in the air condition.

the operation:

night mode: close→open→close
wind speed: auto→5→auto
lcd: 5→4→...1
aircondition: off→on
eletric auxiliary heating: close→open→close

default
default

新建文本文档 (2).txt

from xiaomi_airconditioningcompanion.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.