Sebastian Muszynski
Sebastian Muszynski
It looks like it's already possible if you pass the device address / alternative device address to the component: ``` ezo_pmp: id: hcl_pump update_interval: 1s address: 103 ``` If you...
Oh, you are right. I didn't understand your question. The command from page 46 is what you are looking for (an alternative address between 1 and 127). Thanks Carlos for...
In my case Home Assistant consumes the MQTT messages and the `last_updated` timestamp of the sensor gets updated on each message. This is all I need to trigger automations.
``` Properties: ["power", "mode", "volume", "lcd_level", "idle_timer", "temp_dec", "st_temp_dec", "speed_level", "vertical_rt", "ptc", "ptc_rt", "comfort", "silent", "vertical_end", "vertical_swing"] ```
``` # https://miot-spec.org/miot-spec-v2/instance?type=urn:miot-spec-v2:device:fan:0000A005:zhimi-fa1:1 Device 'urn:miot-spec-v2:device:fan:0000A005:zhimi-fa1:1': Fan with 4 services * Service siid 1: (Device Information): 4 props, 0 actions ## Properties ## siid 1: piid: 1 (Device Manufacturer): (string, unit:...
You could setup this component. If your device isn't supported you will see the model name of your device at the homeassistant.log.
I assume spin up the dev container an copy the custom component to the `custom_components` folder should be sufficient.
Did you already tried to keep the fan alive by toggling some control remotely? I assume retrieving the status doesn't prevent the device from sleeping because this component polls the...
You can decrease the log level of the namespace to suppress errors.
I will have a look tomorrow and will probably change the log level of the error to warning. Without looking up the docs your configuration looks good.