smartHomeHub / SmartIR

Integration for Home Assistant to control climate, TV and fan devices via IR/RF controllers (Broadlink, Xiaomi, MQTT, LOOKin, ESPHome)
MIT License
1.99k stars 985 forks source link

Climate Control/Broadlink: Failed to send packet: The device storage is full #391

Closed digitalinksol closed 4 years ago

digitalinksol commented 4 years ago

Home Assistant version 0.111.4

SmartIR version 1.12.0

SmartIR configuration

Configure a default setup of Home Assistant (frontend, api, etc)

default_config: group: !include groups.yaml automation: !include automations.yaml

script: !include scripts.yaml

scene: !include scenes.yaml

bhyve: username: xxxxxx password: xxxxxx

switch:

smartir: check_updates: false

climate:



**Describe the bug**

Trying to use my Fujitsu climate control via a Broadlink RM mini 3 and am getting a "device storage is full" error in the logs. When using the same Broadlink using the native remote/send command, it functions properly.

**Debug log**

2020-06-20 14:00:18 ERROR (MainThread) [homeassistant.components.broadlink] Failed to send packet: The device storage is full
smartHomeHub commented 4 years ago

Not related to SmartIR but try to specify the device type for the broadlink switch.

digitalinksol commented 4 years ago

Thanks! That seemed to have fixed it.