Marcel Breitenfellner

Results 18 comments of Marcel Breitenfellner

Bump. Would also be interested.

Didn't experience this crash ever since applying this patch locally, would appreciate a review/merge.

I'll have a look into it, wasn't aware of how this works on different types of AC units. @ticky already suggested using the data in `self._ac.model.data` (https://github.com/sampsyo/hass-smartthinq/pull/73#issuecomment-680358013). I'm not really...

Well, even in standby the power usage is not zero. I guess their way of sensing the power just isn't exact enough on those low ranges so they return a...

I guess you need to factor in the standby power from the outdoor unit as well?

One obstacle for the implementation might be the swing mode API in home assistant. As far as I can see (https://developers.home-assistant.io/docs/core/entity/climate/#swing-modes) they only support to set a swing in the...

The filter state is already implemented in wideq (https://github.com/sampsyo/wideq/blob/master/wideq/ac.py#L318). The filter period (the maximum time a filter shall be used) and the used time can be obtained like this: https://github.com/sampsyo/hass-smartthinq/blob/master/sensor.py#L272...

[config_entry-smartthinq_sensors-988ee0e3f5864a5c52c6068ea447f010.json.txt](https://github.com/ollo69/ha-smartthinq-sensors/files/9391537/config_entry-smartthinq_sensors-988ee0e3f5864a5c52c6068ea447f010.json.txt)

@Vkt0r could you review this PR maybe?