miio.integrations.zhimi.heater package
Submodules
- miio.integrations.zhimi.heater.heater module
BrightnessHeaterHeater.actions()Heater.call_action()Heater.change_setting()Heater.configure_wifi()Heater.delay_off()Heater.descriptors()Heater.get_device_group()Heater.get_properties()Heater.info()Heater.off()Heater.on()Heater.raw_command()Heater.send()Heater.send_handshake()Heater.sensors()Heater.set_brightness()Heater.set_buzzer()Heater.set_child_lock()Heater.set_target_temperature()Heater.settings()Heater.status()Heater.supports_miot()Heater.update()Heater.update_progress()Heater.update_state()Heater.device_idHeater.modelHeater.raw_idHeater.retry_countHeater.supported_modelsHeater.timeoutHeater.token
HeaterStatus
- miio.integrations.zhimi.heater.heater_miot module
HeaterMiotHeaterMiot.actions()HeaterMiot.call_action()HeaterMiot.call_action_by()HeaterMiot.call_action_from_mapping()HeaterMiot.change_setting()HeaterMiot.configure_wifi()HeaterMiot.descriptors()HeaterMiot.get_device_group()HeaterMiot.get_properties()HeaterMiot.get_properties_for_mapping()HeaterMiot.get_property_by()HeaterMiot.info()HeaterMiot.off()HeaterMiot.on()HeaterMiot.raw_command()HeaterMiot.send()HeaterMiot.send_handshake()HeaterMiot.sensors()HeaterMiot.set_buzzer()HeaterMiot.set_child_lock()HeaterMiot.set_delay_off()HeaterMiot.set_led_brightness()HeaterMiot.set_property()HeaterMiot.set_property_by()HeaterMiot.set_target_temperature()HeaterMiot.settings()HeaterMiot.status()HeaterMiot.supports_miot()HeaterMiot.update()HeaterMiot.update_progress()HeaterMiot.update_state()HeaterMiot.device_idHeaterMiot.mappingHeaterMiot.modelHeaterMiot.raw_idHeaterMiot.retry_countHeaterMiot.supported_modelsHeaterMiot.timeoutHeaterMiot.token
HeaterMiotStatusHeaterMiotStatus.descriptors()HeaterMiotStatus.embed()HeaterMiotStatus.buzzerHeaterMiotStatus.child_lockHeaterMiotStatus.delay_off_countdownHeaterMiotStatus.is_onHeaterMiotStatus.led_brightnessHeaterMiotStatus.powerHeaterMiotStatus.relative_humidityHeaterMiotStatus.target_temperatureHeaterMiotStatus.temperature
LedBrightness
Module contents
- class miio.integrations.zhimi.heater.Heater(ip: str | None = None, token: str | None = None, start_id: int = 0, debug: int = 0, lazy_discover: bool = True, timeout: int | None = None, *, model: str | None = None)[source]
Bases:
DeviceMain class representing the Smartmi Zhimi Heater.
- actions() DescriptorCollection[ActionDescriptor]
Return device actions.
- configure_wifi(ssid, password, uid=0, extra_params=None)
Configure the wifi settings.
- descriptors() DescriptorCollection[Descriptor]
Return a collection containing all descriptors for the device.
- classmethod get_device_group()
- get_properties(properties, *, property_getter='get_prop', max_properties=None)
Request properties in slices based on given max_properties.
This is necessary as some devices have limitation on how many properties can be queried at once.
If max_properties is None, all properties are requested at once.
- info(*, skip_cache=False) DeviceInfo
Get (and cache) miIO protocol information from the device.
This includes information about connected wlan network, and hardware and software versions.
- Parameters:
bool (skip_cache) – Skip the cache
- raw_command(command, parameters)
Send a raw command to the device. This is mostly useful when trying out commands which are not implemented by a given device instance.
- send(command: str, parameters: Any | None = None, retry_count: int | None = None, *, extra_parameters=None) Any
Send a command to the device.
Basic format of the request: {“id”: 1234, “method”: command, “parameters”: parameters}
extra_parameters allows passing elements to the top-level of the request. This is necessary for some devices, such as gateway devices, which expect the sub-device identifier to be on the top-level.
- send_handshake()
Send initial handshake to the device.
- sensors() DescriptorCollection[PropertyDescriptor]
Return read-only properties.
- set_brightness(brightness: Brightness)[source]
Set display brightness.
- settings() DescriptorCollection[PropertyDescriptor]
Return settable properties.
- status() HeaterStatus[source]
Retrieve properties.
- supports_miot() bool
Return True if the device supports miot commands.
This requests a single property (siid=1, piid=1) and returns True on success.
- update_state()
Return current update state.
- retry_count = 3
- supported_models = ['zhimi.heater.za1', 'zhimi.elecheater.ma1']
- timeout = 5
- class miio.integrations.zhimi.heater.HeaterMiot(ip: str | None = None, token: str | None = None, start_id: int = 0, debug: int = 0, lazy_discover: bool = True, timeout: int | None = None, *, model: str | None = None, mapping: Dict[str, Dict[str, Any]] | None = None)[source]
Bases:
MiotDeviceMain class representing the Xiaomi Smart Space Heater S (zhimi.heater.mc2) & 1S (zhimi.heater.za2).
- actions() DescriptorCollection[ActionDescriptor]
Return device actions.
- call_action_by(siid, aiid, params=None)
Call an action.
- configure_wifi(ssid, password, uid=0, extra_params=None)
Configure the wifi settings.
- descriptors() DescriptorCollection[Descriptor]
Return a collection containing all descriptors for the device.
- classmethod get_device_group()
- get_properties(properties, *, property_getter='get_prop', max_properties=None)
Request properties in slices based on given max_properties.
This is necessary as some devices have limitation on how many properties can be queried at once.
If max_properties is None, all properties are requested at once.
- info(*, skip_cache=False) DeviceInfo
Get (and cache) miIO protocol information from the device.
This includes information about connected wlan network, and hardware and software versions.
- Parameters:
bool (skip_cache) – Skip the cache
- raw_command(command, parameters)
Send a raw command to the device. This is mostly useful when trying out commands which are not implemented by a given device instance.
- send(command: str, parameters: Any | None = None, retry_count: int | None = None, *, extra_parameters=None) Any
Send a command to the device.
Basic format of the request: {“id”: 1234, “method”: command, “parameters”: parameters}
extra_parameters allows passing elements to the top-level of the request. This is necessary for some devices, such as gateway devices, which expect the sub-device identifier to be on the top-level.
- send_handshake()
Send initial handshake to the device.
- sensors() DescriptorCollection[PropertyDescriptor]
Return read-only properties.
- set_led_brightness(brightness: LedBrightness)[source]
Set led brightness.
- set_property_by(siid: int, piid: int, value: int | float | str | bool, *, value_type: Any | None = None, name: str | None = None)
Set a single property (siid/piid) to given value.
value_type can be given to convert the value to wanted type, allowed types are: int, float, bool, str
- settings() DescriptorCollection[PropertyDescriptor]
Return settable properties.
- status() HeaterMiotStatus[source]
Retrieve properties.
- supports_miot() bool
Return True if the device supports miot commands.
This requests a single property (siid=1, piid=1) and returns True on success.
- update_state()
Return current update state.
- retry_count = 3
- supported_models = ['zhimi.heater.mc2', 'zhimi.heater.mc2a', 'zhimi.heater.za2', 'leshow.heater.bs1s']
- timeout = 5